Skip to content

Commit

Permalink
Merge pull request #17317 from MatanBobi/chores/upgrade-node-fetch
Browse files Browse the repository at this point in the history
Upgrade node-fetch to latest version
  • Loading branch information
shilman committed Jan 24, 2022
2 parents 9909f9a + d43e854 commit 2a1c212
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/core-server/package.json
Expand Up @@ -70,7 +70,7 @@
"globby": "^11.0.2",
"ip": "^1.1.5",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"open": "^8.4.0",
"pretty-hrtime": "^1.0.3",
"prompts": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/manager-webpack4/package.json
Expand Up @@ -64,7 +64,7 @@
"find-up": "^5.0.0",
"fs-extra": "^9.0.1",
"html-webpack-plugin": "^4.0.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"pnp-webpack-plugin": "1.6.4",
"read-pkg-up": "^7.0.1",
"regenerator-runtime": "^0.13.7",
Expand Down
2 changes: 1 addition & 1 deletion lib/manager-webpack5/package.json
Expand Up @@ -62,7 +62,7 @@
"find-up": "^5.0.0",
"fs-extra": "^9.0.1",
"html-webpack-plugin": "^5.0.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"process": "^0.11.10",
"read-pkg-up": "^7.0.1",
"regenerator-runtime": "^0.13.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7570,7 +7570,7 @@ __metadata:
ip: ^1.1.5
jest-specific-snapshot: ^4.0.0
lodash: ^4.17.21
node-fetch: ^2.6.1
node-fetch: ^2.6.7
open: ^8.4.0
pretty-hrtime: ^1.0.3
prompts: ^2.4.0
Expand Down Expand Up @@ -7910,7 +7910,7 @@ __metadata:
find-up: ^5.0.0
fs-extra: ^9.0.1
html-webpack-plugin: ^4.0.0
node-fetch: ^2.6.1
node-fetch: ^2.6.7
pnp-webpack-plugin: 1.6.4
read-pkg-up: ^7.0.1
regenerator-runtime: ^0.13.7
Expand Down Expand Up @@ -7961,7 +7961,7 @@ __metadata:
find-up: ^5.0.0
fs-extra: ^9.0.1
html-webpack-plugin: ^5.0.0
node-fetch: ^2.6.1
node-fetch: ^2.6.7
process: ^0.11.10
read-pkg-up: ^7.0.1
regenerator-runtime: ^0.13.7
Expand Down Expand Up @@ -32344,7 +32344,7 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:^2.5.0, node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.1":
"node-fetch@npm:^2.5.0, node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.7":
version: 2.6.7
resolution: "node-fetch@npm:2.6.7"
dependencies:
Expand Down

0 comments on commit 2a1c212

Please sign in to comment.