Skip to content

Commit b629e40

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 21df09e commit b629e40

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
@@ -1200,9 +1200,11 @@ neo-async@^2.6.0:
12001200
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
12011201

12021202
node-fetch@^2.6.0:
1203-
version "2.6.0"
1204-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
1205-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
1203+
version "2.6.7"
1204+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1205+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
1206+
dependencies:
1207+
whatwg-url "^5.0.0"
12061208

12071209
node-gyp-build@~4.1.0:
12081210
version "4.1.1"
@@ -1503,6 +1505,11 @@ string_decoder@^1.1.1:
15031505
dependencies:
15041506
safe-buffer "~5.2.0"
15051507

1508+
tr46@~0.0.3:
1509+
version "0.0.3"
1510+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1511+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
1512+
15061513
tslib@~1.13.0:
15071514
version "1.13.0"
15081515
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
@@ -1607,6 +1614,19 @@ warning@^4.0.2, warning@^4.0.3:
16071614
dependencies:
16081615
loose-envify "^1.0.0"
16091616

1617+
webidl-conversions@^3.0.0:
1618+
version "3.0.1"
1619+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1620+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1621+
1622+
whatwg-url@^5.0.0:
1623+
version "5.0.0"
1624+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1625+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
1626+
dependencies:
1627+
tr46 "~0.0.3"
1628+
webidl-conversions "^3.0.0"
1629+
16101630
wordwrap@~0.0.2:
16111631
version "0.0.3"
16121632
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"

0 commit comments

Comments
 (0)