Skip to content

Commit 6417492

Browse files
Bump node-fetch from 2.6.0 to 2.6.7 (#366)
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) - [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b8c8c5 commit 6417492

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
@@ -10847,9 +10847,11 @@ node-dir@^0.1.17:
1084710847
minimatch "^3.0.2"
1084810848

1084910849
node-fetch@^2.6.0:
10850-
version "2.6.0"
10851-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
10852-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
10850+
version "2.6.7"
10851+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
10852+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
10853+
dependencies:
10854+
whatwg-url "^5.0.0"
1085310855

1085410856
1085510857
version "0.9.0"
@@ -14949,6 +14951,11 @@ tr46@^2.0.2:
1494914951
dependencies:
1495014952
punycode "^2.1.1"
1495114953

14954+
tr46@~0.0.3:
14955+
version "0.0.3"
14956+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
14957+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
14958+
1495214959
trim-lines@^1.0.0:
1495314960
version "1.1.3"
1495414961
resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-1.1.3.tgz#839514be82428fd9e7ec89e35081afe8f6f93115"
@@ -15810,6 +15817,11 @@ web-namespaces@^1.0.0, web-namespaces@^1.1.2:
1581015817
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
1581115818
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
1581215819

15820+
webidl-conversions@^3.0.0:
15821+
version "3.0.1"
15822+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
15823+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
15824+
1581315825
webidl-conversions@^4.0.2:
1581415826
version "4.0.2"
1581515827
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -16004,6 +16016,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
1600416016
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1600516017
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1600616018

16019+
whatwg-url@^5.0.0:
16020+
version "5.0.0"
16021+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
16022+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
16023+
dependencies:
16024+
tr46 "~0.0.3"
16025+
webidl-conversions "^3.0.0"
16026+
1600716027
whatwg-url@^6.4.1:
1600816028
version "6.5.0"
1600916029
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)