Skip to content

Commit 9021ea7

Browse files
chore(deps): bump node-fetch from 2.6.0 to 2.6.7 (#35)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41c82b8 commit 9021ea7

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
@@ -10101,9 +10101,11 @@ no-case@^3.0.3:
1010110101
tslib "^1.10.0"
1010210102

1010310103
node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.0:
10104-
version "2.6.0"
10105-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
10106-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
10104+
version "2.6.7"
10105+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
10106+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
10107+
dependencies:
10108+
whatwg-url "^5.0.0"
1010710109

1010810110
node-forge@0.9.0:
1010910111
version "0.9.0"
@@ -14264,6 +14266,11 @@ tr46@^1.0.1:
1426414266
dependencies:
1426514267
punycode "^2.1.0"
1426614268

14269+
tr46@~0.0.3:
14270+
version "0.0.3"
14271+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
14272+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
14273+
1426714274
treeify@^1.1.0:
1426814275
version "1.1.0"
1426914276
resolved "https://registry.yarnpkg.com/treeify/-/treeify-1.1.0.tgz#4e31c6a463accd0943879f30667c4fdaff411bb8"
@@ -14788,6 +14795,11 @@ wcwidth@^1.0.1:
1478814795
dependencies:
1478914796
defaults "^1.0.3"
1479014797

14798+
webidl-conversions@^3.0.0:
14799+
version "3.0.1"
14800+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
14801+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
14802+
1479114803
webidl-conversions@^4.0.2:
1479214804
version "4.0.2"
1479314805
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -14934,6 +14946,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
1493414946
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1493514947
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1493614948

14949+
whatwg-url@^5.0.0:
14950+
version "5.0.0"
14951+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
14952+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
14953+
dependencies:
14954+
tr46 "~0.0.3"
14955+
webidl-conversions "^3.0.0"
14956+
1493714957
whatwg-url@^6.4.1:
1493814958
version "6.5.0"
1493914959
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)