mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
chore(deps): update dependency @types/serve-static to v1.13.10 (#2906)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c3849b314a
commit
bd883cbe2b
5 changed files with 9 additions and 9 deletions
8
.pnp.js
generated
8
.pnp.js
generated
|
@ -4693,7 +4693,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||||
["@types/body-parser", "npm:1.19.0"],
|
["@types/body-parser", "npm:1.19.0"],
|
||||||
["@types/express-serve-static-core", "npm:4.17.26"],
|
["@types/express-serve-static-core", "npm:4.17.26"],
|
||||||
["@types/qs", "npm:6.9.5"],
|
["@types/qs", "npm:6.9.5"],
|
||||||
["@types/serve-static", "npm:1.13.9"]
|
["@types/serve-static", "npm:1.13.10"]
|
||||||
],
|
],
|
||||||
"linkType": "HARD",
|
"linkType": "HARD",
|
||||||
}]
|
}]
|
||||||
|
@ -4974,10 +4974,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||||
}]
|
}]
|
||||||
]],
|
]],
|
||||||
["@types/serve-static", [
|
["@types/serve-static", [
|
||||||
["npm:1.13.9", {
|
["npm:1.13.10", {
|
||||||
"packageLocation": "./.yarn/cache/@types-serve-static-npm-1.13.9-59107a68c3-f261127514.zip/node_modules/@types/serve-static/",
|
"packageLocation": "./.yarn/cache/@types-serve-static-npm-1.13.10-5434e2c519-3ee9adfd05.zip/node_modules/@types/serve-static/",
|
||||||
"packageDependencies": [
|
"packageDependencies": [
|
||||||
["@types/serve-static", "npm:1.13.9"],
|
["@types/serve-static", "npm:1.13.10"],
|
||||||
["@types/mime", "npm:1.3.2"],
|
["@types/mime", "npm:1.3.2"],
|
||||||
["@types/node", "npm:12.12.21"]
|
["@types/node", "npm:12.12.21"]
|
||||||
],
|
],
|
||||||
|
|
BIN
.yarn/cache/@types-serve-static-npm-1.13.10-5434e2c519-3ee9adfd05.zip
vendored
Normal file
BIN
.yarn/cache/@types-serve-static-npm-1.13.10-5434e2c519-3ee9adfd05.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
|
@ -194,7 +194,7 @@
|
||||||
"*.{js,ts,tsx}": "eslint --fix -c ./eslintrc.js"
|
"*.{js,ts,tsx}": "eslint --fix -c ./eslintrc.js"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/serve-static": "1.13.9"
|
"@types/serve-static": "1.13.10"
|
||||||
},
|
},
|
||||||
"collective": {
|
"collective": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
|
|
@ -3301,13 +3301,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/serve-static@npm:1.13.9":
|
"@types/serve-static@npm:1.13.10":
|
||||||
version: 1.13.9
|
version: 1.13.10
|
||||||
resolution: "@types/serve-static@npm:1.13.9"
|
resolution: "@types/serve-static@npm:1.13.10"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/mime": ^1
|
"@types/mime": ^1
|
||||||
"@types/node": "*"
|
"@types/node": "*"
|
||||||
checksum: f261127514057b5c038d76259128d7b765dd92bfeaf769d05b8ddf5f254d066ce6142a935e2fc707bb3009d6544a979591852f0d135d0ed4d0c56db08738df6b
|
checksum: 3ee9adfd05f8b2af942e26afe9ff3993e723e1af70718aa8c2b1c0f72fe5f45be69ac20aa7ee5859d1c18f2397d5fcf4eafcb30890d88e6836a98aa7a3adb6c3
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue