0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00

fix(deps): update dependency express to v4.21.2

This commit is contained in:
renovate[bot] 2024-12-11 11:47:32 +00:00 committed by GitHub
parent 9922168139
commit 98e2eb807b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 7 deletions

View file

@ -43,7 +43,7 @@
"cors": "2.8.5", "cors": "2.8.5",
"debug": "^4.3.5", "debug": "^4.3.5",
"envinfo": "7.13.0", "envinfo": "7.13.0",
"express": "4.21.1", "express": "4.21.2",
"express-rate-limit": "5.5.1", "express-rate-limit": "5.5.1",
"fast-safe-stringify": "2.1.1", "fast-safe-stringify": "2.1.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",

View file

@ -6662,9 +6662,9 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"express@npm:4.21.1": "express@npm:4.21.2":
version: 4.21.1 version: 4.21.2
resolution: "express@npm:4.21.1" resolution: "express@npm:4.21.2"
dependencies: dependencies:
accepts: "npm:~1.3.8" accepts: "npm:~1.3.8"
array-flatten: "npm:1.1.1" array-flatten: "npm:1.1.1"
@ -6685,7 +6685,7 @@ __metadata:
methods: "npm:~1.1.2" methods: "npm:~1.1.2"
on-finished: "npm:2.4.1" on-finished: "npm:2.4.1"
parseurl: "npm:~1.3.3" parseurl: "npm:~1.3.3"
path-to-regexp: "npm:0.1.10" path-to-regexp: "npm:0.1.12"
proxy-addr: "npm:~2.0.7" proxy-addr: "npm:~2.0.7"
qs: "npm:6.13.0" qs: "npm:6.13.0"
range-parser: "npm:~1.2.1" range-parser: "npm:~1.2.1"
@ -6697,7 +6697,7 @@ __metadata:
type-is: "npm:~1.6.18" type-is: "npm:~1.6.18"
utils-merge: "npm:1.0.1" utils-merge: "npm:1.0.1"
vary: "npm:~1.1.2" vary: "npm:~1.1.2"
checksum: 10/5d4a36dd03c1d1cce93172e9b185b5cd13a978d29ee03adc51cd278be7b4a514ae2b63e2fdaec0c00fdc95c6cfb396d9dd1da147917ffd337d6cd0778e08c9bc checksum: 10/34571c442fc8c9f2c4b442d2faa10ea1175cf8559237fc6a278f5ce6254a8ffdbeb9a15d99f77c1a9f2926ab183e3b7ba560e3261f1ad4149799e3412ab66bd1
languageName: node languageName: node
linkType: hard linkType: hard
@ -10178,6 +10178,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"path-to-regexp@npm:0.1.12":
version: 0.1.12
resolution: "path-to-regexp@npm:0.1.12"
checksum: 10/2e30f6a0144679c1f95c98e166b96e6acd1e72be9417830fefc8de7ac1992147eb9a4c7acaa59119fb1b3c34eec393b2129ef27e24b2054a3906fc4fb0d1398e
languageName: node
linkType: hard
"path-type@npm:^3.0.0": "path-type@npm:^3.0.0":
version: 3.0.0 version: 3.0.0
resolution: "path-type@npm:3.0.0" resolution: "path-type@npm:3.0.0"
@ -12571,7 +12578,7 @@ __metadata:
eslint-plugin-prettier: "npm:5.2.1" eslint-plugin-prettier: "npm:5.2.1"
eslint-plugin-simple-import-sort: "npm:10.0.0" eslint-plugin-simple-import-sort: "npm:10.0.0"
eslint-plugin-verdaccio: "npm:10.0.0" eslint-plugin-verdaccio: "npm:10.0.0"
express: "npm:4.21.1" express: "npm:4.21.2"
express-rate-limit: "npm:5.5.1" express-rate-limit: "npm:5.5.1"
fast-safe-stringify: "npm:2.1.1" fast-safe-stringify: "npm:2.1.1"
fs-extra: "npm:10.1.0" fs-extra: "npm:10.1.0"