Skip to content

Commit 462bd21

Browse files
Bump node-fetch from 2.6.0 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 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.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe3a9b1 commit 462bd21

File tree

2 files changed

+190
-6
lines changed

2 files changed

+190
-6
lines changed

package-lock.json

Lines changed: 167 additions & 3 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
@@ -930,9 +930,11 @@ neo-async@^2.6.0:
930930
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
931931

932932
node-fetch@^2.6.0:
933-
version "2.6.0"
934-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
935-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
933+
version "2.6.7"
934+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
935+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
936+
dependencies:
937+
whatwg-url "^5.0.0"
936938

937939
normalize.css@^8.0.1:
938940
version "8.0.1"
@@ -1236,6 +1238,11 @@ supports-color@^6.1.0:
12361238
dependencies:
12371239
has-flag "^3.0.0"
12381240

1241+
tr46@~0.0.3:
1242+
version "0.0.3"
1243+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1244+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
1245+
12391246
tslib@~1.9.0:
12401247
version "1.9.3"
12411248
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
@@ -1332,6 +1339,19 @@ warning@^4.0.2, warning@^4.0.3:
13321339
dependencies:
13331340
loose-envify "^1.0.0"
13341341

1342+
webidl-conversions@^3.0.0:
1343+
version "3.0.1"
1344+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1345+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1346+
1347+
whatwg-url@^5.0.0:
1348+
version "5.0.0"
1349+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1350+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
1351+
dependencies:
1352+
tr46 "~0.0.3"
1353+
webidl-conversions "^3.0.0"
1354+
13351355
wordwrap@~0.0.2:
13361356
version "0.0.3"
13371357
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"

0 commit comments

Comments
 (0)