Skip to content

Commit 4555109

Browse files
authored
Merge pull request #25 from onebeyond/dependencies-update
chore(deps): bump express from 4.18.1 to 5.1.0
2 parents 285a1df + 0d6f864 commit 4555109

File tree

5 files changed

+556
-2294
lines changed

5 files changed

+556
-2294
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- name: Check-out the repository
1515
uses: actions/checkout@v2
16-
- name: Setup node version 16.13.0 (LTS)
16+
- name: Setup node version 22.16.0 (LTS)
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '16.13.0'
19+
node-version: '22.16.0'
2020
registry-url: 'https://registry.npmjs.org'
2121
- name: Install production dependencies
2222
run: npm ci --production

COPYRIGHT.md

Lines changed: 51 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This application makes use of the following open source packages:
1313
| @humanwhocodes/object-schema | 1.2.0 | BSD-3-Clause | https://github.com/humanwhocodes/object-schema |
1414
| @snyk/protect | 1.1044.0 | Apache-2.0 | https://github.com/snyk/snyk |
1515
| abbrev | 1.1.1 | ISC | https://github.com/isaacs/abbrev-js |
16-
| accepts | 1.3.8 | MIT | https://github.com/jshttp/accepts |
16+
| accepts | 2.0.0 | MIT | https://github.com/jshttp/accepts |
1717
| acorn-jsx | 5.3.2 | MIT | https://github.com/acornjs/acorn-jsx |
1818
| acorn | 7.4.1 | MIT | https://github.com/acornjs/acorn |
1919
| ajv | 6.12.6 | MIT | https://github.com/ajv-validator/ajv |
@@ -24,15 +24,15 @@ This application makes use of the following open source packages:
2424
| ansi-styles | 4.3.0 | MIT | https://github.com/chalk/ansi-styles |
2525
| argparse | 1.0.10 | MIT | https://github.com/nodeca/argparse |
2626
| array-find-index | 1.0.2 | MIT | https://github.com/sindresorhus/array-find-index |
27-
| array-flatten | 1.1.1 | MIT | https://github.com/blakeembrey/array-flatten |
2827
| asap | 2.0.6 | MIT | https://github.com/kriskowal/asap |
2928
| astral-regex | 2.0.0 | MIT | https://github.com/kevva/astral-regex |
3029
| async | 3.2.4 | MIT | https://github.com/caolan/async |
3130
| balanced-match | 1.0.2 | MIT | https://github.com/juliangruber/balanced-match |
32-
| body-parser | 1.20.0 | MIT | https://github.com/expressjs/body-parser |
33-
| brace-expansion | 1.1.11 | MIT | https://github.com/juliangruber/brace-expansion |
31+
| body-parser | 2.2.0 | MIT | https://github.com/expressjs/body-parser |
32+
| brace-expansion | 1.1.12 | MIT | https://github.com/juliangruber/brace-expansion |
3433
| bytes | 3.1.2 | MIT | https://github.com/visionmedia/bytes.js |
35-
| call-bind | 1.0.2 | MIT | https://github.com/ljharb/call-bind |
34+
| call-bind-apply-helpers | 1.0.2 | MIT | https://github.com/ljharb/call-bind-apply-helpers |
35+
| call-bound | 1.0.4 | MIT | https://github.com/ljharb/call-bound |
3636
| callsites | 3.1.0 | MIT | https://github.com/sindresorhus/callsites |
3737
| chalk | 2.4.2 | MIT | https://github.com/chalk/chalk |
3838
| chalk | 4.1.2 | MIT | https://github.com/chalk/chalk |
@@ -43,24 +43,26 @@ This application makes use of the following open source packages:
4343
| color-name | 1.1.3 | MIT | https://github.com/dfcreative/color-name |
4444
| color-name | 1.1.4 | MIT | https://github.com/colorjs/color-name |
4545
| concat-map | 0.0.1 | MIT | https://github.com/substack/node-concat-map |
46-
| content-disposition | 0.5.4 | MIT | https://github.com/jshttp/content-disposition |
47-
| content-type | 1.0.4 | MIT | https://github.com/jshttp/content-type |
48-
| cookie-signature | 1.0.6 | MIT | https://github.com/visionmedia/node-cookie-signature |
49-
| cookie | 0.5.0 | MIT | https://github.com/jshttp/cookie |
50-
| cross-spawn | 7.0.3 | MIT | https://github.com/moxystudio/node-cross-spawn |
51-
| debug | 2.6.9 | MIT | https://github.com/visionmedia/debug |
46+
| content-disposition | 1.0.0 | MIT | https://github.com/jshttp/content-disposition |
47+
| content-type | 1.0.5 | MIT | https://github.com/jshttp/content-type |
48+
| cookie-signature | 1.2.2 | MIT | https://github.com/visionmedia/node-cookie-signature |
49+
| cookie | 0.7.2 | MIT | https://github.com/jshttp/cookie |
50+
| cross-spawn | 7.0.6 | MIT | https://github.com/moxystudio/node-cross-spawn |
5251
| debug | 3.2.7 | MIT | https://github.com/visionmedia/debug |
53-
| debug | 4.3.4 | MIT | https://github.com/debug-js/debug |
52+
| debug | 4.4.1 | MIT | https://github.com/debug-js/debug |
5453
| debuglog | 1.0.1 | MIT | https://github.com/sam-github/node-debuglog |
5554
| deep-is | 0.1.4 | MIT | https://github.com/thlorenz/deep-is |
5655
| depd | 2.0.0 | MIT | https://github.com/dougwilson/nodejs-depd |
57-
| destroy | 1.2.0 | MIT | https://github.com/stream-utils/destroy |
5856
| dezalgo | 1.0.4 | ISC | https://github.com/npm/dezalgo |
5957
| doctrine | 3.0.0 | Apache-2.0 | https://github.com/eslint/doctrine |
58+
| dunder-proto | 1.0.1 | MIT | https://github.com/es-shims/dunder-proto |
6059
| ee-first | 1.1.1 | MIT | https://github.com/jonathanong/ee-first |
6160
| emoji-regex | 8.0.0 | MIT | https://github.com/mathiasbynens/emoji-regex |
62-
| encodeurl | 1.0.2 | MIT | https://github.com/pillarjs/encodeurl |
61+
| encodeurl | 2.0.0 | MIT | https://github.com/pillarjs/encodeurl |
6362
| enquirer | 2.3.6 | MIT | https://github.com/enquirer/enquirer |
63+
| es-define-property | 1.0.1 | MIT | https://github.com/ljharb/es-define-property |
64+
| es-errors | 1.3.0 | MIT | https://github.com/ljharb/es-errors |
65+
| es-object-atoms | 1.1.1 | MIT | https://github.com/ljharb/es-object-atoms |
6466
| escalade | 3.1.1 | MIT | https://github.com/lukeed/escalade |
6567
| escape-html | 1.0.3 | MIT | https://github.com/component/escape-html |
6668
| escape-string-regexp | 1.0.5 | MIT | https://github.com/sindresorhus/escape-string-regexp |
@@ -78,33 +80,36 @@ This application makes use of the following open source packages:
7880
| estraverse | 5.2.0 | BSD-2-Clause | https://github.com/estools/estraverse |
7981
| esutils | 2.0.3 | BSD-2-Clause | https://github.com/estools/esutils |
8082
| etag | 1.8.1 | MIT | https://github.com/jshttp/etag |
81-
| express | 4.18.1 | MIT | https://github.com/expressjs/express |
83+
| express | 5.1.0 | MIT | https://github.com/expressjs/express |
8284
| fast-deep-equal | 3.1.3 | MIT | https://github.com/epoberezkin/fast-deep-equal |
8385
| fast-json-stable-stringify | 2.1.0 | MIT | https://github.com/epoberezkin/fast-json-stable-stringify |
8486
| fast-levenshtein | 2.0.6 | MIT | https://github.com/hiddentao/fast-levenshtein |
8587
| file-entry-cache | 6.0.1 | MIT | https://github.com/royriojas/file-entry-cache |
86-
| finalhandler | 1.2.0 | MIT | https://github.com/pillarjs/finalhandler |
88+
| finalhandler | 2.1.0 | MIT | https://github.com/pillarjs/finalhandler |
8789
| flat-cache | 3.0.4 | MIT | https://github.com/royriojas/flat-cache |
8890
| flatted | 3.2.2 | ISC | https://github.com/WebReflection/flatted |
8991
| forwarded | 0.2.0 | MIT | https://github.com/jshttp/forwarded |
90-
| fresh | 0.5.2 | MIT | https://github.com/jshttp/fresh |
92+
| fresh | 2.0.0 | MIT | https://github.com/jshttp/fresh |
9193
| fs.realpath | 1.0.0 | ISC | https://github.com/isaacs/fs.realpath |
92-
| function-bind | 1.1.1 | MIT | https://github.com/Raynos/function-bind |
94+
| function-bind | 1.1.2 | MIT | https://github.com/Raynos/function-bind |
9395
| functional-red-black-tree | 1.0.1 | MIT | https://github.com/mikolalysenko/functional-red-black-tree |
9496
| get-caller-file | 2.0.5 | ISC | https://github.com/stefanpenner/get-caller-file |
95-
| get-intrinsic | 1.1.2 | MIT | https://github.com/ljharb/get-intrinsic |
97+
| get-intrinsic | 1.3.0 | MIT | https://github.com/ljharb/get-intrinsic |
98+
| get-proto | 1.0.1 | MIT | https://github.com/ljharb/get-proto |
9699
| glob-parent | 5.1.2 | ISC | https://github.com/gulpjs/glob-parent |
97100
| glob | 7.2.0 | ISC | https://github.com/isaacs/node-glob |
98101
| globals | 13.11.0 | MIT | https://github.com/sindresorhus/globals |
102+
| gopd | 1.2.0 | MIT | https://github.com/ljharb/gopd |
99103
| graceful-fs | 4.2.10 | ISC | https://github.com/isaacs/node-graceful-fs |
100104
| has-flag | 3.0.0 | MIT | https://github.com/sindresorhus/has-flag |
101105
| has-flag | 4.0.0 | MIT | https://github.com/sindresorhus/has-flag |
102-
| has-symbols | 1.0.3 | MIT | https://github.com/inspect-js/has-symbols |
106+
| has-symbols | 1.1.0 | MIT | https://github.com/inspect-js/has-symbols |
103107
| has | 1.0.3 | MIT | https://github.com/tarruda/has |
108+
| hasown | 2.0.2 | MIT | https://github.com/inspect-js/hasOwn |
104109
| hosted-git-info | 2.8.9 | ISC | https://github.com/npm/hosted-git-info |
105110
| http-errors | 2.0.0 | MIT | https://github.com/jshttp/http-errors |
106111
| husky | 8.0.1 | MIT | https://github.com/typicode/husky |
107-
| iconv-lite | 0.4.24 | MIT | https://github.com/ashtuchkin/iconv-lite |
112+
| iconv-lite | 0.6.3 | MIT | https://github.com/ashtuchkin/iconv-lite |
108113
| ignore | 4.0.6 | MIT | https://github.com/kaelzhang/node-ignore |
109114
| import-fresh | 3.3.0 | MIT | https://github.com/sindresorhus/import-fresh |
110115
| imurmurhash | 0.1.4 | MIT | https://github.com/jensyt/imurmurhash-js |
@@ -116,6 +121,7 @@ This application makes use of the following open source packages:
116121
| is-extglob | 2.1.1 | MIT | https://github.com/jonschlinkert/is-extglob |
117122
| is-fullwidth-code-point | 3.0.0 | MIT | https://github.com/sindresorhus/is-fullwidth-code-point |
118123
| is-glob | 4.0.3 | MIT | https://github.com/micromatch/is-glob |
124+
| is-promise | 4.0.0 | MIT | https://github.com/then/is-promise |
119125
| isexe | 2.0.0 | ISC | https://github.com/isaacs/isexe |
120126
| js-tokens | 4.0.0 | MIT | https://github.com/lydell/js-tokens |
121127
| js-yaml | 3.14.1 | MIT | https://github.com/nodeca/js-yaml |
@@ -133,45 +139,41 @@ This application makes use of the following open source packages:
133139
| lodash.once | 4.1.1 | MIT | https://github.com/lodash/lodash |
134140
| lodash.truncate | 4.4.2 | MIT | https://github.com/lodash/lodash |
135141
| lodash | 4.17.21 | MIT | https://github.com/lodash/lodash |
136-
| lru-cache | 6.0.0 | ISC | https://github.com/isaacs/node-lru-cache |
137-
| media-typer | 0.3.0 | MIT | https://github.com/jshttp/media-typer |
138-
| merge-descriptors | 1.0.1 | MIT | https://github.com/component/merge-descriptors |
139-
| methods | 1.1.2 | MIT | https://github.com/jshttp/methods |
140-
| mime-db | 1.52.0 | MIT | https://github.com/jshttp/mime-db |
141-
| mime-types | 2.1.35 | MIT | https://github.com/jshttp/mime-types |
142-
| mime | 1.6.0 | MIT | https://github.com/broofa/node-mime |
142+
| math-intrinsics | 1.1.0 | MIT | https://github.com/es-shims/math-intrinsics |
143+
| media-typer | 1.1.0 | MIT | https://github.com/jshttp/media-typer |
144+
| merge-descriptors | 2.0.0 | MIT | https://github.com/sindresorhus/merge-descriptors |
145+
| mime-db | 1.54.0 | MIT | https://github.com/jshttp/mime-db |
146+
| mime-types | 3.0.1 | MIT | https://github.com/jshttp/mime-types |
143147
| minimatch | 3.1.2 | ISC | https://github.com/isaacs/minimatch |
144148
| minimist | 1.2.7 | MIT | https://github.com/minimistjs/minimist |
145149
| mkdirp | 0.5.6 | MIT | https://github.com/substack/node-mkdirp |
146-
| ms | 2.0.0 | MIT | https://github.com/zeit/ms |
147-
| ms | 2.1.2 | MIT | https://github.com/zeit/ms |
148150
| ms | 2.1.3 | MIT | https://github.com/vercel/ms |
149151
| natural-compare | 1.4.0 | MIT | https://github.com/litejs/natural-compare-lite |
150-
| negotiator | 0.6.3 | MIT | https://github.com/jshttp/negotiator |
152+
| negotiator | 1.0.0 | MIT | https://github.com/jshttp/negotiator |
151153
| nopt | 4.0.3 | ISC | https://github.com/npm/nopt |
152154
| normalize-package-data | 2.5.0 | BSD-2-Clause | https://github.com/npm/normalize-package-data |
153155
| npm-normalize-package-bin | 1.0.1 | ISC | https://github.com/npm/npm-normalize-package-bin |
154-
| object-inspect | 1.12.2 | MIT | https://github.com/inspect-js/object-inspect |
156+
| object-inspect | 1.13.4 | MIT | https://github.com/inspect-js/object-inspect |
155157
| on-finished | 2.4.1 | MIT | https://github.com/jshttp/on-finished |
156158
| once | 1.4.0 | ISC | https://github.com/isaacs/once |
157159
| optionator | 0.9.1 | MIT | https://github.com/gkz/optionator |
158160
| os-homedir | 1.0.2 | MIT | https://github.com/sindresorhus/os-homedir |
159161
| os-tmpdir | 1.0.2 | MIT | https://github.com/sindresorhus/os-tmpdir |
160162
| osenv | 0.1.5 | ISC | https://github.com/npm/osenv |
161163
| parent-module | 1.0.1 | MIT | https://github.com/sindresorhus/parent-module |
162-
| parse-duration | 1.0.2 | MIT | https://github.com/jkroso/parse-duration |
164+
| parse-duration | 2.1.4 | MIT | https://github.com/jkroso/parse-duration |
163165
| parseurl | 1.3.3 | MIT | https://github.com/pillarjs/parseurl |
164166
| path-is-absolute | 1.0.1 | MIT | https://github.com/sindresorhus/path-is-absolute |
165167
| path-key | 3.1.1 | MIT | https://github.com/sindresorhus/path-key |
166168
| path-parse | 1.0.7 | MIT | https://github.com/jbgutierrez/path-parse |
167-
| path-to-regexp | 0.1.7 | MIT | https://github.com/component/path-to-regexp |
169+
| path-to-regexp | 8.2.0 | MIT | https://github.com/pillarjs/path-to-regexp |
168170
| prelude-ls | 1.2.1 | MIT | https://github.com/gkz/prelude-ls |
169171
| progress | 2.0.3 | MIT | https://github.com/visionmedia/node-progress |
170172
| proxy-addr | 2.0.7 | MIT | https://github.com/jshttp/proxy-addr |
171173
| punycode | 2.1.1 | MIT | https://github.com/bestiejs/punycode.js |
172-
| qs | 6.10.3 | BSD-3-Clause | https://github.com/ljharb/qs |
174+
| qs | 6.14.0 | BSD-3-Clause | https://github.com/ljharb/qs |
173175
| range-parser | 1.2.1 | MIT | https://github.com/jshttp/range-parser |
174-
| raw-body | 2.5.1 | MIT | https://github.com/stream-utils/raw-body |
176+
| raw-body | 3.0.0 | MIT | https://github.com/stream-utils/raw-body |
175177
| read-installed | 4.0.3 | ISC | https://github.com/isaacs/read-installed |
176178
| read-package-json | 2.1.2 | ISC | https://github.com/npm/read-package-json |
177179
| readdir-scoped-modules | 1.1.0 | ISC | https://github.com/npm/readdir-scoped-modules |
@@ -182,17 +184,21 @@ This application makes use of the following open source packages:
182184
| resolve-from | 4.0.0 | MIT | https://github.com/sindresorhus/resolve-from |
183185
| resolve | 1.22.1 | MIT | https://github.com/browserify/resolve |
184186
| rimraf | 3.0.2 | ISC | https://github.com/isaacs/rimraf |
187+
| router | 2.2.0 | MIT | https://github.com/pillarjs/router |
185188
| safe-buffer | 5.2.1 | MIT | https://github.com/feross/safe-buffer |
186189
| safer-buffer | 2.1.2 | MIT | https://github.com/ChALkeR/safer-buffer |
187-
| semver | 5.7.1 | ISC | https://github.com/npm/node-semver |
188-
| semver | 7.3.5 | ISC | https://github.com/npm/node-semver |
189-
| send | 0.18.0 | MIT | https://github.com/pillarjs/send |
190-
| serve-static | 1.15.0 | MIT | https://github.com/expressjs/serve-static |
190+
| semver | 5.7.2 | ISC | https://github.com/npm/node-semver |
191+
| semver | 7.7.2 | ISC | https://github.com/npm/node-semver |
192+
| send | 1.2.0 | MIT | https://github.com/pillarjs/send |
193+
| serve-static | 2.2.0 | MIT | https://github.com/expressjs/serve-static |
191194
| server-destroy | 1.0.1 | ISC | https://github.com/isaacs/server-destroy |
192195
| setprototypeof | 1.2.0 | ISC | https://github.com/wesleytodd/setprototypeof |
193196
| shebang-command | 2.0.0 | MIT | https://github.com/kevva/shebang-command |
194197
| shebang-regex | 3.0.0 | MIT | https://github.com/sindresorhus/shebang-regex |
195-
| side-channel | 1.0.4 | MIT | https://github.com/ljharb/side-channel |
198+
| side-channel-list | 1.0.0 | MIT | https://github.com/ljharb/side-channel-list |
199+
| side-channel-map | 1.0.1 | MIT | https://github.com/ljharb/side-channel-map |
200+
| side-channel-weakmap | 1.0.2 | MIT | https://github.com/ljharb/side-channel-weakmap |
201+
| side-channel | 1.1.0 | MIT | https://github.com/ljharb/side-channel |
196202
| slice-ansi | 4.0.0 | MIT | https://github.com/chalk/slice-ansi |
197203
| slide | 1.1.6 | ISC | https://github.com/isaacs/slide-flow-control |
198204
| spdx-compare | 1.0.0 | MIT | https://github.com/kemitchell/spdx-compare.js |
@@ -204,13 +210,14 @@ This application makes use of the following open source packages:
204210
| spdx-satisfies | 4.0.1 | MIT | https://github.com/kemitchell/spdx-satisfies.js |
205211
| sprintf-js | 1.0.3 | BSD-3-Clause | https://github.com/alexei/sprintf.js |
206212
| statuses | 2.0.1 | MIT | https://github.com/jshttp/statuses |
213+
| statuses | 2.0.2 | MIT | https://github.com/jshttp/statuses |
207214
| string-width | 4.2.3 | MIT | https://github.com/sindresorhus/string-width |
208215
| strip-ansi | 6.0.1 | MIT | https://github.com/chalk/strip-ansi |
209216
| strip-json-comments | 3.1.1 | MIT | https://github.com/sindresorhus/strip-json-comments |
210217
| supports-color | 5.5.0 | MIT | https://github.com/chalk/supports-color |
211218
| supports-color | 7.2.0 | MIT | https://github.com/chalk/supports-color |
212219
| supports-preserve-symlinks-flag | 1.0.0 | MIT | https://github.com/inspect-js/node-supports-preserve-symlinks-flag |
213-
| systemic-express | 1.1.3 | ISC | https://github.com/guidesmiths/systemic-express |
220+
| systemic-express | 1.2.0 | MIT | https://github.com/onebeyond/systemic-express |
214221
| systemic | 4.1.2 | ISC | https://github.com/guidesmiths/systemic |
215222
| table | 6.7.2 | BSD-3-Clause | https://github.com/gajus/table |
216223
| text-table | 0.2.0 | MIT | https://github.com/substack/text-table |
@@ -219,19 +226,17 @@ This application makes use of the following open source packages:
219226
| treeify | 1.1.0 | MIT | https://github.com/notatestuser/treeify |
220227
| type-check | 0.4.0 | MIT | https://github.com/gkz/type-check |
221228
| type-fest | 0.20.2 | (MIT OR CC0-1.0) | https://github.com/sindresorhus/type-fest |
222-
| type-is | 1.6.18 | MIT | https://github.com/jshttp/type-is |
229+
| type-is | 2.0.1 | MIT | https://github.com/jshttp/type-is |
223230
| unpipe | 1.0.0 | MIT | https://github.com/stream-utils/unpipe |
224231
| uri-js | 4.4.1 | BSD-2-Clause | https://github.com/garycourt/uri-js |
225232
| util-extend | 1.0.3 | MIT | https://github.com/isaacs/util-extend |
226-
| utils-merge | 1.0.1 | MIT | https://github.com/jaredhanson/utils-merge |
227233
| v8-compile-cache | 2.3.0 | MIT | https://github.com/zertosh/v8-compile-cache |
228234
| validate-npm-package-license | 3.0.4 | Apache-2.0 | https://github.com/kemitchell/validate-npm-package-license.js |
229235
| vary | 1.1.2 | MIT | https://github.com/jshttp/vary |
230236
| which | 2.0.2 | ISC | https://github.com/isaacs/node-which |
231-
| word-wrap | 1.2.3 | MIT | https://github.com/jonschlinkert/word-wrap |
237+
| word-wrap | 1.2.5 | MIT | https://github.com/jonschlinkert/word-wrap |
232238
| wrap-ansi | 7.0.0 | MIT | https://github.com/chalk/wrap-ansi |
233239
| wrappy | 1.0.2 | ISC | https://github.com/npm/wrappy |
234240
| y18n | 5.0.8 | ISC | https://github.com/yargs/y18n |
235-
| yallist | 4.0.0 | ISC | https://github.com/isaacs/yallist |
236241
| yargs-parser | 20.2.9 | ISC | https://github.com/yargs/yargs-parser |
237242
| yargs | 17.2.1 | MIT | https://github.com/yargs/yargs |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Test Coverage](https://api.codeclimate.com/v1/badges/d49bb1ffdcb679b6fe37/test_coverage)](https://codeclimate.com/github/onebeyond/systemic-express/test_coverage)
33

44
# systemic-express
5-
A [systemic](https://github.com/guidesmiths/systemic) set of components for making easier setting up systemic-based express applications. These components are:
5+
A [systemic](https://github.com/onebeyond/systemic) set of components for making easier setting up systemic-based express applications. These components are:
66

77
- [app](lib/app.js)
88
- [default-middleware](lib/default-middleware.js)

0 commit comments

Comments
 (0)