Skip to content

Commit 78a0c78

Browse files
build(deps): 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: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc3555d commit 78a0c78

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4111,9 +4111,11 @@ node-fetch-npm@^2.0.2:
41114111
safe-buffer "^5.1.1"
41124112

41134113
node-fetch@^2.3.0:
4114-
version "2.6.1"
4115-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4116-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4114+
version "2.6.7"
4115+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4116+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4117+
dependencies:
4118+
whatwg-url "^5.0.0"
41174119

41184120
node-gyp@^5.0.2, node-gyp@^5.1.0:
41194121
version "5.1.1"
@@ -6411,6 +6413,11 @@ tough-cookie@~2.5.0:
64116413
psl "^1.1.28"
64126414
punycode "^2.1.1"
64136415

6416+
tr46@~0.0.3:
6417+
version "0.0.3"
6418+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6419+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6420+
64146421
traverse@~0.6.6:
64156422
version "0.6.6"
64166423
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -6667,6 +6674,19 @@ wcwidth@^1.0.0:
66676674
dependencies:
66686675
defaults "^1.0.3"
66696676

6677+
webidl-conversions@^3.0.0:
6678+
version "3.0.1"
6679+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6680+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6681+
6682+
whatwg-url@^5.0.0:
6683+
version "5.0.0"
6684+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6685+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6686+
dependencies:
6687+
tr46 "~0.0.3"
6688+
webidl-conversions "^3.0.0"
6689+
66706690
which-module@^2.0.0:
66716691
version "2.0.0"
66726692
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)