mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -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 5 additions and 5 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/express-serve-static-core", "npm:4.17.26"],
|
||||
["@types/qs", "npm:6.9.5"],
|
||||
["@types/serve-static", "npm:1.13.9"]
|
||||
["@types/serve-static", "npm:1.13.10"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -4974,10 +4974,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["@types/serve-static", [
|
||||
["npm:1.13.9", {
|
||||
"packageLocation": "./.yarn/cache/@types-serve-static-npm-1.13.9-59107a68c3-f261127514.zip/node_modules/@types/serve-static/",
|
||||
["npm:1.13.10", {
|
||||
"packageLocation": "./.yarn/cache/@types-serve-static-npm-1.13.10-5434e2c519-3ee9adfd05.zip/node_modules/@types/serve-static/",
|
||||
"packageDependencies": [
|
||||
["@types/serve-static", "npm:1.13.9"],
|
||||
["@types/serve-static", "npm:1.13.10"],
|
||||
["@types/mime", "npm:1.3.2"],
|
||||
["@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"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/serve-static": "1.13.9"
|
||||
"@types/serve-static": "1.13.10"
|
||||
},
|
||||
"collective": {
|
||||
"type": "opencollective",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue