Skip to content

Commit f9a781e

Browse files
[Security] Bump node-fetch from 1.7.3 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 1.7.3 to 2.6.1. **This update includes a security fix.** - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](node-fetch/node-fetch@1.7.3...v2.6.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2c59f16 commit f9a781e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"leaflet": "^1.1.0",
7676
"loader.js": "^4.2.3",
7777
"mapbox-gl": "^0.47.0",
78-
"node-fetch": "^1.7.2"
78+
"node-fetch": "^2.6.1"
7979
},
8080
"engines": {
8181
"node": "^8.11.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7198,16 +7198,16 @@ no-case@^2.2.0:
71987198
dependencies:
71997199
lower-case "^1.1.1"
72007200

7201-
node-fetch@^1.3.3, node-fetch@^1.7.2:
7201+
node-fetch@^1.3.3:
72027202
version "1.7.3"
72037203
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
72047204
dependencies:
72057205
encoding "^0.1.11"
72067206
is-stream "^1.0.1"
72077207

7208-
node-fetch@^2.0.0-alpha.9:
7209-
version "2.1.2"
7210-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
7208+
node-fetch@^2.0.0-alpha.9, node-fetch@^2.6.1:
7209+
version "2.6.1"
7210+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
72117211

72127212
node-gyp@^3.3.1:
72137213
version "3.7.0"

0 commit comments

Comments
 (0)