mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
chore(deps): update dependency @types/serve-static to v1.15.5 (#4212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8a7a3b3094
commit
4d1727edd5
6 changed files with 15 additions and 13 deletions
11
.pnp.cjs
generated
11
.pnp.cjs
generated
|
@ -5243,7 +5243,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/body-parser", "npm:1.19.2"],\
|
||||
["@types/express-serve-static-core", "npm:4.17.41"],\
|
||||
["@types/qs", "npm:6.9.7"],\
|
||||
["@types/serve-static", "npm:1.13.10"]\
|
||||
["@types/serve-static", "npm:1.15.5"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
|
@ -5502,11 +5502,12 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]\
|
||||
]],\
|
||||
["@types/serve-static", [\
|
||||
["npm:1.13.10", {\
|
||||
"packageLocation": "./.yarn/cache/@types-serve-static-npm-1.13.10-5434e2c519-eaca858739.zip/node_modules/@types/serve-static/",\
|
||||
["npm:1.15.5", {\
|
||||
"packageLocation": "./.yarn/cache/@types-serve-static-npm-1.15.5-b911ffc092-0ff4b3703c.zip/node_modules/@types/serve-static/",\
|
||||
"packageDependencies": [\
|
||||
["@types/serve-static", "npm:1.13.10"],\
|
||||
["@types/mime", "npm:1.3.2"],\
|
||||
["@types/serve-static", "npm:1.15.5"],\
|
||||
["@types/http-errors", "npm:2.0.4"],\
|
||||
["@types/mime", "npm:3.0.4"],\
|
||||
["@types/node", "npm:18.11.19"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/@types-serve-static-npm-1.15.5-b911ffc092-0ff4b3703c.zip
vendored
Normal file
BIN
.yarn/cache/@types-serve-static-npm-1.15.5-b911ffc092-0ff4b3703c.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/fsevents-patch-2882183fbf-8.zip
vendored
BIN
.yarn/cache/fsevents-patch-2882183fbf-8.zip
vendored
Binary file not shown.
|
@ -178,7 +178,7 @@
|
|||
"preferGlobal": true,
|
||||
"license": "MIT",
|
||||
"resolutions": {
|
||||
"@types/serve-static": "1.13.10",
|
||||
"@types/serve-static": "1.15.5",
|
||||
"@types/express-serve-static-core": "4.17.41"
|
||||
},
|
||||
"collective": {
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -3152,7 +3152,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/http-errors@npm:2.0.4":
|
||||
"@types/http-errors@npm:*, @types/http-errors@npm:2.0.4":
|
||||
version: 2.0.4
|
||||
resolution: "@types/http-errors@npm:2.0.4"
|
||||
checksum: 1f3d7c3b32c7524811a45690881736b3ef741bf9849ae03d32ad1ab7062608454b150a4e7f1351f83d26a418b2d65af9bdc06198f1c079d75578282884c4e8e3
|
||||
|
@ -3222,7 +3222,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/mime@npm:3.0.4":
|
||||
"@types/mime@npm:*, @types/mime@npm:3.0.4":
|
||||
version: 3.0.4
|
||||
resolution: "@types/mime@npm:3.0.4"
|
||||
checksum: a6139c8e1f705ef2b064d072f6edc01f3c099023ad7c4fce2afc6c2bf0231888202adadbdb48643e8e20da0ce409481a49922e737eca52871b3dc08017455843
|
||||
|
@ -3348,13 +3348,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/serve-static@npm:1.13.10":
|
||||
version: 1.13.10
|
||||
resolution: "@types/serve-static@npm:1.13.10"
|
||||
"@types/serve-static@npm:1.15.5":
|
||||
version: 1.15.5
|
||||
resolution: "@types/serve-static@npm:1.15.5"
|
||||
dependencies:
|
||||
"@types/mime": ^1
|
||||
"@types/http-errors": "*"
|
||||
"@types/mime": "*"
|
||||
"@types/node": "*"
|
||||
checksum: eaca858739483e3ded254cad7d7a679dc2c8b3f52c8bb0cd845b3b7eb1984bde0371fdcb0a5c83aa12e6daf61b6beb762545021f520f08a1fe882a3fa4ea5554
|
||||
checksum: 0ff4b3703cf20ba89c9f9e345bc38417860a88e85863c8d6fe274a543220ab7f5f647d307c60a71bb57dc9559f0890a661e8dc771a6ec5ef195d91c8afc4a893
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue