Skip to content

Commit aea6b57

Browse files
build(deps): bump node-fetch from 2.6.1 to 2.6.7 (#80)
1 parent bd864f7 commit aea6b57

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
@@ -5345,9 +5345,11 @@ nice-try@^1.0.4:
53455345
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
53465346

53475347
node-fetch@^2.6.1:
5348-
version "2.6.1"
5349-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5350-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5348+
version "2.6.7"
5349+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5350+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5351+
dependencies:
5352+
whatwg-url "^5.0.0"
53515353

53525354
node-int64@^0.4.0:
53535355
version "0.4.0"
@@ -6659,6 +6661,11 @@ tr46@^2.1.0:
66596661
dependencies:
66606662
punycode "^2.1.1"
66616663

6664+
tr46@~0.0.3:
6665+
version "0.0.3"
6666+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6667+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6668+
66626669
trim-newlines@^3.0.0:
66636670
version "3.0.1"
66646671
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -6927,6 +6934,11 @@ wcwidth@^1.0.1:
69276934
dependencies:
69286935
defaults "^1.0.3"
69296936

6937+
webidl-conversions@^3.0.0:
6938+
version "3.0.1"
6939+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6940+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6941+
69306942
webidl-conversions@^5.0.0:
69316943
version "5.0.0"
69326944
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -6949,6 +6961,14 @@ whatwg-mimetype@^2.3.0:
69496961
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
69506962
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
69516963

6964+
whatwg-url@^5.0.0:
6965+
version "5.0.0"
6966+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6967+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6968+
dependencies:
6969+
tr46 "~0.0.3"
6970+
webidl-conversions "^3.0.0"
6971+
69526972
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
69536973
version "8.7.0"
69546974
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"

0 commit comments

Comments
 (0)