mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(deps): update dependency @types/http-errors to v1.8.2 (#2915)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ce3aa50d9a
commit
eb65ba6e11
5 changed files with 6 additions and 6 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -68,7 +68,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/express", "npm:4.17.13"],
|
||||
["@types/express-rate-limit", "npm:5.1.3"],
|
||||
["@types/express-serve-static-core", "npm:4.17.27"],
|
||||
["@types/http-errors", "npm:1.8.1"],
|
||||
["@types/http-errors", "npm:1.8.2"],
|
||||
["@types/jest", "npm:26.0.24"],
|
||||
["@types/lodash", "npm:4.14.178"],
|
||||
["@types/mime", "npm:2.0.3"],
|
||||
|
@ -4766,10 +4766,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["@types/http-errors", [
|
||||
["npm:1.8.1", {
|
||||
"packageLocation": "./.yarn/cache/@types-http-errors-npm-1.8.1-03bdc8b2cb-394d9c07ff.zip/node_modules/@types/http-errors/",
|
||||
["npm:1.8.2", {
|
||||
"packageLocation": "./.yarn/cache/@types-http-errors-npm-1.8.2-1208ef5c6d-ca55012f3c.zip/node_modules/@types/http-errors/",
|
||||
"packageDependencies": [
|
||||
["@types/http-errors", "npm:1.8.1"]
|
||||
["@types/http-errors", "npm:1.8.2"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -17669,7 +17669,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/express", "npm:4.17.13"],
|
||||
["@types/express-rate-limit", "npm:5.1.3"],
|
||||
["@types/express-serve-static-core", "npm:4.17.27"],
|
||||
["@types/http-errors", "npm:1.8.1"],
|
||||
["@types/http-errors", "npm:1.8.2"],
|
||||
["@types/jest", "npm:26.0.24"],
|
||||
["@types/lodash", "npm:4.14.178"],
|
||||
["@types/mime", "npm:2.0.3"],
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/@types-http-errors-npm-1.8.2-1208ef5c6d-ca55012f3c.zip
vendored
Normal file
BIN
.yarn/cache/@types-http-errors-npm-1.8.2-1208ef5c6d-ca55012f3c.zip
vendored
Normal file
Binary file not shown.
|
@ -93,7 +93,7 @@
|
|||
"@types/express": "4.17.13",
|
||||
"@types/express-rate-limit": "5.1.3",
|
||||
"@types/express-serve-static-core": "4.17.27",
|
||||
"@types/http-errors": "1.8.1",
|
||||
"@types/http-errors": "1.8.2",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/lodash": "4.14.178",
|
||||
"@types/mime": "2.0.3",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue