mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
chore(deps): update dependency @types/express-serve-static-core to v4.17.28 (#2914)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
b2bef8dfbc
commit
881367925c
5 changed files with 11 additions and 11 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -67,7 +67,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/async", "npm:3.2.12"],
|
||||
["@types/express", "npm:4.17.13"],
|
||||
["@types/express-rate-limit", "npm:5.1.3"],
|
||||
["@types/express-serve-static-core", "npm:4.17.27"],
|
||||
["@types/express-serve-static-core", "npm:4.17.28"],
|
||||
["@types/http-errors", "npm:1.8.2"],
|
||||
["@types/jest", "npm:26.0.24"],
|
||||
["@types/lodash", "npm:4.14.178"],
|
||||
|
@ -4759,10 +4759,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:4.17.27", {
|
||||
"packageLocation": "./.yarn/cache/@types-express-serve-static-core-npm-4.17.27-a6c300c8eb-0e33f2765f.zip/node_modules/@types/express-serve-static-core/",
|
||||
["npm:4.17.28", {
|
||||
"packageLocation": "./.yarn/cache/@types-express-serve-static-core-npm-4.17.28-608d4aa166-cd8873b603.zip/node_modules/@types/express-serve-static-core/",
|
||||
"packageDependencies": [
|
||||
["@types/express-serve-static-core", "npm:4.17.27"],
|
||||
["@types/express-serve-static-core", "npm:4.17.28"],
|
||||
["@types/node", "npm:12.12.21"],
|
||||
["@types/qs", "npm:6.9.5"],
|
||||
["@types/range-parser", "npm:1.2.3"]
|
||||
|
@ -17683,7 +17683,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/async", "npm:3.2.12"],
|
||||
["@types/express", "npm:4.17.13"],
|
||||
["@types/express-rate-limit", "npm:5.1.3"],
|
||||
["@types/express-serve-static-core", "npm:4.17.27"],
|
||||
["@types/express-serve-static-core", "npm:4.17.28"],
|
||||
["@types/http-errors", "npm:1.8.2"],
|
||||
["@types/jest", "npm:26.0.24"],
|
||||
["@types/lodash", "npm:4.14.178"],
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/@types-express-serve-static-core-npm-4.17.28-608d4aa166-cd8873b603.zip
vendored
Normal file
BIN
.yarn/cache/@types-express-serve-static-core-npm-4.17.28-608d4aa166-cd8873b603.zip
vendored
Normal file
Binary file not shown.
|
@ -92,7 +92,7 @@
|
|||
"@types/async": "3.2.12",
|
||||
"@types/express": "4.17.13",
|
||||
"@types/express-rate-limit": "5.1.3",
|
||||
"@types/express-serve-static-core": "4.17.27",
|
||||
"@types/express-serve-static-core": "4.17.28",
|
||||
"@types/http-errors": "1.8.2",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/lodash": "4.14.178",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -3093,14 +3093,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/express-serve-static-core@npm:4.17.27":
|
||||
version: 4.17.27
|
||||
resolution: "@types/express-serve-static-core@npm:4.17.27"
|
||||
"@types/express-serve-static-core@npm:4.17.28":
|
||||
version: 4.17.28
|
||||
resolution: "@types/express-serve-static-core@npm:4.17.28"
|
||||
dependencies:
|
||||
"@types/node": "*"
|
||||
"@types/qs": "*"
|
||||
"@types/range-parser": "*"
|
||||
checksum: 0e33f2765f4cc2a81a865dcf3c1e9b2bd944929e9d8dd19302d2d0b3307cbe192117a16c7fc141b2e708609c13c72021375b07455d884bf9f5ccc85b77b57d3b
|
||||
checksum: cd8873b603f4a9cf370947808d78dd1353d41069bd442d54e4cdcb36402221d9e7fc73ab6e5eff1b4af8037ea065d916ef9bfe3d7ac3f57872d201cdf6d3b387
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -14604,7 +14604,7 @@ typescript@4.1.3:
|
|||
"@types/async": 3.2.12
|
||||
"@types/express": 4.17.13
|
||||
"@types/express-rate-limit": 5.1.3
|
||||
"@types/express-serve-static-core": 4.17.27
|
||||
"@types/express-serve-static-core": 4.17.28
|
||||
"@types/http-errors": 1.8.2
|
||||
"@types/jest": 26.0.24
|
||||
"@types/lodash": 4.14.178
|
||||
|
|
Loading…
Add table
Reference in a new issue