Skip to content

Commit 64e460a

Browse files
Bump node-fetch from 2.6.1 to 2.6.7 (#149)
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: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8922736 commit 64e460a

File tree

2 files changed

+81
-9
lines changed

2 files changed

+81
-9
lines changed

package-lock.json

Lines changed: 58 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4070,9 +4070,11 @@ nice-try@^1.0.4:
40704070
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
40714071

40724072
node-fetch@^2.6.0:
4073-
version "2.6.1"
4074-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
4075-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4073+
version "2.6.7"
4074+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4075+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4076+
dependencies:
4077+
whatwg-url "^5.0.0"
40764078

40774079
node-libs-browser@^2.2.1:
40784080
version "2.2.1"
@@ -5669,6 +5671,11 @@ to-string-loader@^1.1.6:
56695671
dependencies:
56705672
loader-utils "^1.0.0"
56715673

5674+
tr46@~0.0.3:
5675+
version "0.0.3"
5676+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5677+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5678+
56725679
tslib@^1.8.1, tslib@^1.9.0, tslib@~1.13.0:
56735680
version "1.13.0"
56745681
resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz"
@@ -5907,6 +5914,11 @@ watchpack@^2.2.0:
59075914
glob-to-regexp "^0.4.1"
59085915
graceful-fs "^4.1.2"
59095916

5917+
webidl-conversions@^3.0.0:
5918+
version "3.0.1"
5919+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5920+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5921+
59105922
webpack-cli@^3.3.11:
59115923
version "3.3.12"
59125924
resolved "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz"
@@ -6025,6 +6037,14 @@ webpack@^5.3.1:
60256037
watchpack "^2.2.0"
60266038
webpack-sources "^2.3.0"
60276039

6040+
whatwg-url@^5.0.0:
6041+
version "5.0.0"
6042+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6043+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6044+
dependencies:
6045+
tr46 "~0.0.3"
6046+
webidl-conversions "^3.0.0"
6047+
60286048
which-boxed-primitive@^1.0.2:
60296049
version "1.0.2"
60306050
resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz"

0 commit comments

Comments
 (0)