Skip to content

Commit f1acad7

Browse files
build(deps): bump node-fetch from 2.6.1 to 2.6.7 (#327)
1 parent 5ec7bfc commit f1acad7

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
@@ -4570,9 +4570,11 @@ nice-try@^1.0.4:
45704570
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
45714571

45724572
node-fetch@^2.6.1:
4573-
version "2.6.1"
4574-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4575-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4573+
version "2.6.7"
4574+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4575+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4576+
dependencies:
4577+
whatwg-url "^5.0.0"
45764578

45774579
node-int64@^0.4.0:
45784580
version "0.4.0"
@@ -5902,6 +5904,11 @@ tr46@^2.0.2:
59025904
dependencies:
59035905
punycode "^2.1.1"
59045906

5907+
tr46@~0.0.3:
5908+
version "0.0.3"
5909+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5910+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5911+
59055912
tsconfig-paths@^3.9.0:
59065913
version "3.9.0"
59075914
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
@@ -6142,6 +6149,11 @@ warning-symbol@^0.1.0:
61426149
resolved "https://registry.yarnpkg.com/warning-symbol/-/warning-symbol-0.1.0.tgz#bb31dd11b7a0f9d67ab2ed95f457b65825bbad21"
61436150
integrity sha1-uzHdEbeg+dZ6su2V9Fe2WCW7rSE=
61446151

6152+
webidl-conversions@^3.0.0:
6153+
version "3.0.1"
6154+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6155+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6156+
61456157
webidl-conversions@^5.0.0:
61466158
version "5.0.0"
61476159
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -6169,6 +6181,14 @@ whatwg-mimetype@^2.3.0:
61696181
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
61706182
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
61716183

6184+
whatwg-url@^5.0.0:
6185+
version "5.0.0"
6186+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6187+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6188+
dependencies:
6189+
tr46 "~0.0.3"
6190+
webidl-conversions "^3.0.0"
6191+
61726192
whatwg-url@^8.0.0:
61736193
version "8.4.0"
61746194
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.4.0.tgz#50fb9615b05469591d2b2bd6dfaed2942ed72837"

0 commit comments

Comments
 (0)