Skip to content

Commit 2231464

Browse files
Bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1ae74b commit 2231464

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@turf/bbox-polygon": "^6.0.1",
131131
"@turf/boolean-within": "^6.0.1",
132132
"mustache": "3.0.1",
133-
"node-fetch": "2.6.1",
133+
"node-fetch": "2.6.7",
134134
"numeral": "^2.0.6"
135135
},
136136
"resolutions": {

yarn.lock

+24-4
Original file line numberDiff line numberDiff line change
@@ -10976,10 +10976,12 @@ node-fetch-npm@^2.0.2:
1097610976
json-parse-better-errors "^1.0.0"
1097710977
safe-buffer "^5.1.1"
1097810978

10979-
[email protected], node-fetch@^2.0.0-alpha.9:
10980-
version "2.6.1"
10981-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
10982-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
10979+
[email protected], node-fetch@^2.0.0-alpha.9:
10980+
version "2.6.7"
10981+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
10982+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
10983+
dependencies:
10984+
whatwg-url "^5.0.0"
1098310985

1098410986
node-gyp@^3.8.0:
1098510987
version "3.8.0"
@@ -14253,6 +14255,11 @@ tough-cookie@~2.4.3:
1425314255
psl "^1.1.24"
1425414256
punycode "^1.4.1"
1425514257

14258+
tr46@~0.0.3:
14259+
version "0.0.3"
14260+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
14261+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
14262+
1425614263
traverse@~0.6.6:
1425714264
version "0.6.6"
1425814265
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -14754,6 +14761,11 @@ wcwidth@^1.0.0, wcwidth@^1.0.1:
1475414761
dependencies:
1475514762
defaults "^1.0.3"
1475614763

14764+
webidl-conversions@^3.0.0:
14765+
version "3.0.1"
14766+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
14767+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
14768+
1475714769
webpack-sources@^1.3.0:
1475814770
version "1.3.0"
1475914771
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.3.0.tgz#2a28dcb9f1f45fe960d8f1493252b5ee6530fa85"
@@ -14842,6 +14854,14 @@ whatwg-fetch@^3.0.0:
1484214854
version "3.0.0"
1484314855
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
1484414856

14857+
whatwg-url@^5.0.0:
14858+
version "5.0.0"
14859+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
14860+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
14861+
dependencies:
14862+
tr46 "~0.0.3"
14863+
webidl-conversions "^3.0.0"
14864+
1484514865
which-module@^1.0.0:
1484614866
version "1.0.0"
1484714867
resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f"

0 commit comments

Comments
 (0)