0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

fix(deps): update dependency node-fetch to v2.6.6 (#2640)

This commit is contained in:
renovate[bot] 2021-11-06 12:47:51 +01:00 committed by GitHub
parent ccdb8c7176
commit 59209ca9c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View file

@ -49,7 +49,7 @@
"abortcontroller-polyfill": "1.7.3",
"debug": "4.3.2",
"lodash": "4.17.21",
"node-fetch": "2.6.5",
"node-fetch": "2.6.6",
"request": "2.87.0",
"undici": "4.7.3",
"undici-fetch": "1.0.0-rc.4"

View file

@ -910,7 +910,7 @@ importers:
JSONStream: 1.3.5
lodash: 4.17.21
nock: 13.0.11
node-fetch: 2.6.5
node-fetch: 2.6.6
node-mocks-http: 1.10.1
request: 2.87.0
semver: 7.3.5
@ -927,7 +927,7 @@ importers:
debug: 4.3.2
JSONStream: 1.3.5
lodash: 4.17.21
node-fetch: 2.6.5
node-fetch: 2.6.6
request: 2.87.0
undici: 4.7.3
undici-fetch: 1.0.0-rc.4
@ -15923,6 +15923,13 @@ packages:
dependencies:
whatwg-url: 5.0.0
/node-fetch/2.6.6:
resolution: {integrity: sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==}
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'}