1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

chore(deps): update dependency http-errors to v1.8.1 (#2731)

This commit is contained in:
renovate[bot] 2021-12-02 17:16:54 +01:00 committed by GitHub
parent db2c8bc8a1
commit d0ebfa68eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 9 deletions

@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"http-errors": "1.8.0",
"http-errors": "1.8.1",
"http-status-codes": "2.1.4",
"semver": "7.3.5",
"fastify-warning": "0.2.0",

@ -39,7 +39,7 @@
"apache-md5": "1.1.7",
"bcryptjs": "2.4.3",
"core-js": "3.17.2",
"http-errors": "1.8.0",
"http-errors": "1.8.1",
"unix-crypt-td-js": "1.1.4"
},
"devDependencies": {

@ -53,7 +53,7 @@
"@verdaccio/mock": "workspace:6.0.0-6-next.12",
"@verdaccio/proxy": "workspace:6.0.0-6-next.15",
"@verdaccio/helper": "1.0.0",
"http-errors": "1.8.0",
"http-errors": "1.8.1",
"request": "2.87.0"
},
"scripts": {

27
pnpm-lock.yaml generated

@ -315,13 +315,13 @@ importers:
'@verdaccio/types': workspace:11.0.0-6-next.9
core-js: 3.17.2
fastify-warning: 0.2.0
http-errors: 1.8.0
http-errors: 1.8.1
http-status-codes: 2.1.4
semver: 7.3.5
dependencies:
core-js: 3.17.2
fastify-warning: 0.2.0
http-errors: 1.8.0
http-errors: 1.8.1
http-status-codes: 2.1.4
semver: 7.3.5
devDependencies:
@ -660,7 +660,7 @@ importers:
apache-md5: 1.1.7
bcryptjs: 2.4.3
core-js: 3.17.2
http-errors: 1.8.0
http-errors: 1.8.1
mockdate: 3.0.5
unix-crypt-td-js: 1.1.4
dependencies:
@ -669,7 +669,7 @@ importers:
apache-md5: 1.1.7
bcryptjs: 2.4.3
core-js: 3.17.2
http-errors: 1.8.0
http-errors: 1.8.1
unix-crypt-td-js: 1.1.4
devDependencies:
'@types/bcryptjs': 2.4.2
@ -958,7 +958,7 @@ importers:
debug: 4.3.3
express: 4.17.1
express-rate-limit: 5.3.0
http-errors: 1.8.0
http-errors: 1.8.1
lodash: 4.17.21
request: 2.87.0
verdaccio-audit: workspace:11.0.0-6-next.7
@ -985,7 +985,7 @@ importers:
'@verdaccio/helper': link:../tools/helpers
'@verdaccio/mock': link:../tools/mock
'@verdaccio/proxy': link:../proxy
http-errors: 1.8.0
http-errors: 1.8.1
request: 2.87.0
packages/standalone:
@ -14631,6 +14631,17 @@ packages:
setprototypeof: 1.2.0
statuses: 1.5.0
toidentifier: 1.0.0
dev: true
/http-errors/1.8.1:
resolution: {integrity: sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==}
engines: {node: '>= 0.6'}
dependencies:
depd: 1.1.2
inherits: 2.0.4
setprototypeof: 1.2.0
statuses: 1.5.0
toidentifier: 1.0.1
/http-parser-js/0.5.2:
resolution: {integrity: sha512-opCO9ASqg5Wy2FNo7A0sxy71yGbbkJJXLdgMK04Tcypw9jr2MgWbyubb0+WdmDmGnFflO7fRbqbaihh/ENDlRQ==}
@ -22206,6 +22217,10 @@ packages:
resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==}
engines: {node: '>=0.6'}
/toidentifier/1.0.1:
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
engines: {node: '>=0.6'}
/toposort/2.0.2:
resolution: {integrity: sha1-riF2gXXRVZ1IvvNUILL0li8JwzA=}
dev: false