Skip to content

Commit 1f534f9

Browse files
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#2988)
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) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [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 a7b6507 commit 1f534f9

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
@@ -6907,9 +6907,11 @@ nested-error-stacks@^2.0.0:
69076907
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
69086908

69096909
node-fetch@^2.6.0, node-fetch@^2.6.1:
6910-
version "2.6.1"
6911-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
6912-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
6910+
version "2.6.7"
6911+
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
6912+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
6913+
dependencies:
6914+
whatwg-url "^5.0.0"
69136915

69146916
node-gyp@^5.0.2:
69156917
version "5.0.7"
@@ -8917,6 +8919,11 @@ tr46@^2.0.2:
89178919
dependencies:
89188920
punycode "^2.1.1"
89198921

8922+
tr46@~0.0.3:
8923+
version "0.0.3"
8924+
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
8925+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
8926+
89208927
trim-newlines@^1.0.0:
89218928
version "1.0.0"
89228929
resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -9297,6 +9304,11 @@ wcwidth@^1.0.0:
92979304
dependencies:
92989305
defaults "^1.0.3"
92999306

9307+
webidl-conversions@^3.0.0:
9308+
version "3.0.1"
9309+
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
9310+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
9311+
93009312
webidl-conversions@^5.0.0:
93019313
version "5.0.0"
93029314
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -9319,6 +9331,14 @@ whatwg-mimetype@^2.3.0:
93199331
resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
93209332
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
93219333

9334+
whatwg-url@^5.0.0:
9335+
version "5.0.0"
9336+
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
9337+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
9338+
dependencies:
9339+
tr46 "~0.0.3"
9340+
webidl-conversions "^3.0.0"
9341+
93229342
whatwg-url@^8.0.0, whatwg-url@^8.4.0, whatwg-url@^8.5.0:
93239343
version "8.5.0"
93249344
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.5.0.tgz#7752b8464fc0903fec89aa9846fc9efe07351fd3"

0 commit comments

Comments
 (0)