Skip to content

Commit b9656ee

Browse files
chore(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] <[email protected]>
1 parent bd51054 commit b9656ee

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -4216,9 +4216,11 @@ node-fetch-npm@^2.0.2:
42164216
safe-buffer "^5.1.1"
42174217

42184218
node-fetch@^2.3.0:
4219-
version "2.6.1"
4220-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4221-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4219+
version "2.6.7"
4220+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4221+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4222+
dependencies:
4223+
whatwg-url "^5.0.0"
42224224

42234225
node-gyp@^5.0.2, node-gyp@^5.0.5:
42244226
version "5.0.5"
@@ -6154,6 +6156,11 @@ tough-cookie@~2.4.3:
61546156
psl "^1.1.24"
61556157
punycode "^1.4.1"
61566158

6159+
tr46@~0.0.3:
6160+
version "0.0.3"
6161+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6162+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6163+
61576164
traverse@~0.6.6:
61586165
version "0.6.6"
61596166
resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -6494,6 +6501,19 @@ wcwidth@^1.0.0:
64946501
dependencies:
64956502
defaults "^1.0.3"
64966503

6504+
webidl-conversions@^3.0.0:
6505+
version "3.0.1"
6506+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6507+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6508+
6509+
whatwg-url@^5.0.0:
6510+
version "5.0.0"
6511+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6512+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6513+
dependencies:
6514+
tr46 "~0.0.3"
6515+
webidl-conversions "^3.0.0"
6516+
64976517
which-boxed-primitive@^1.0.2:
64986518
version "1.0.2"
64996519
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)