mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
fix(deps): update dependency node-fetch to v2.6.5 (#2510)
This commit is contained in:
parent
58f35350fa
commit
e85ed294d7
2 changed files with 25 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
|||
"abortcontroller-polyfill": "1.7.3",
|
||||
"debug": "4.3.2",
|
||||
"lodash": "4.17.21",
|
||||
"node-fetch": "2.6.1",
|
||||
"node-fetch": "2.6.5",
|
||||
"request": "2.87.0",
|
||||
"undici": "4.7.3",
|
||||
"undici-fetch": "1.0.0-rc.4"
|
||||
|
|
26
pnpm-lock.yaml
generated
26
pnpm-lock.yaml
generated
|
@ -917,7 +917,7 @@ importers:
|
|||
JSONStream: 1.3.5
|
||||
lodash: 4.17.21
|
||||
nock: 13.0.11
|
||||
node-fetch: 2.6.1
|
||||
node-fetch: 2.6.5
|
||||
node-mocks-http: 1.10.1
|
||||
request: 2.87.0
|
||||
semver: 7.3.5
|
||||
|
@ -934,7 +934,7 @@ importers:
|
|||
debug: 4.3.2
|
||||
JSONStream: 1.3.5
|
||||
lodash: 4.17.21
|
||||
node-fetch: 2.6.1
|
||||
node-fetch: 2.6.5
|
||||
request: 2.87.0
|
||||
undici: 4.7.3
|
||||
undici-fetch: 1.0.0-rc.4
|
||||
|
@ -16526,6 +16526,13 @@ packages:
|
|||
resolution: {integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==}
|
||||
engines: {node: 4.x || >=6.0.0}
|
||||
|
||||
/node-fetch/2.6.5:
|
||||
resolution: {integrity: sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==}
|
||||
engines: {node: 4.x || >=6.0.0}
|
||||
dependencies:
|
||||
whatwg-url: 5.0.0
|
||||
dev: false
|
||||
|
||||
/node-fetch/3.0.0-beta.6-exportfix:
|
||||
resolution: {integrity: sha512-jhW2arLPAddi7q04JxlQtApqMQF8GxlGZV+wj5/WuDz3hpDTnAU9haJ5Fi2a0N3b4e728O4EIVACNq9nDCzLYw==}
|
||||
engines: {node: '>=10.16'}
|
||||
|
@ -20887,6 +20894,10 @@ packages:
|
|||
punycode: 2.1.1
|
||||
universalify: 0.1.2
|
||||
|
||||
/tr46/0.0.3:
|
||||
resolution: {integrity: sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=}
|
||||
dev: false
|
||||
|
||||
/tr46/1.0.1:
|
||||
resolution: {integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=}
|
||||
dependencies:
|
||||
|
@ -21785,6 +21796,10 @@ packages:
|
|||
resolution: {integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==}
|
||||
dev: false
|
||||
|
||||
/webidl-conversions/3.0.1:
|
||||
resolution: {integrity: sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=}
|
||||
dev: false
|
||||
|
||||
/webidl-conversions/4.0.2:
|
||||
resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==}
|
||||
dev: true
|
||||
|
@ -22374,6 +22389,13 @@ packages:
|
|||
/whatwg-mimetype/2.3.0:
|
||||
resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==}
|
||||
|
||||
/whatwg-url/5.0.0:
|
||||
resolution: {integrity: sha1-lmRU6HZUYuN2RNNib2dCzotwll0=}
|
||||
dependencies:
|
||||
tr46: 0.0.3
|
||||
webidl-conversions: 3.0.1
|
||||
dev: false
|
||||
|
||||
/whatwg-url/7.1.0:
|
||||
resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==}
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue