Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 229da57

Browse files
authored
Merge pull request #48 from dansmaculotte/dependabot/npm_and_yarn/node-fetch-2.6.7
chore(deps): bump node-fetch from 2.6.1 to 2.6.7
2 parents 99b54fe + eae2e03 commit 229da57

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

yarn.lock

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5798,11 +5798,6 @@ lodash.merge@^4.6.2:
57985798
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
57995799
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
58005800

5801-
lodash.sortby@^4.7.0:
5802-
version "4.7.0"
5803-
resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz"
5804-
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
5805-
58065801
lodash.template@^4.0.2:
58075802
version "4.5.0"
58085803
resolved "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz"
@@ -6180,9 +6175,11 @@ nice-try@^1.0.4:
61806175
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
61816176

61826177
node-fetch@^2.6.1:
6183-
version "2.6.1"
6184-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
6185-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
6178+
version "2.6.7"
6179+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
6180+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
6181+
dependencies:
6182+
whatwg-url "^5.0.0"
61866183

61876184
node-forge@^0.10.0:
61886185
version "0.10.0"
@@ -8010,6 +8007,11 @@ tr46@^2.0.2:
80108007
dependencies:
80118008
punycode "^2.1.1"
80128009

8010+
tr46@~0.0.3:
8011+
version "0.0.3"
8012+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
8013+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
8014+
80138015
trim-newlines@^1.0.0:
80148016
version "1.0.0"
80158017
resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz"
@@ -8382,6 +8384,11 @@ wbuf@^1.1.0, wbuf@^1.7.3:
83828384
dependencies:
83838385
minimalistic-assert "^1.0.0"
83848386

8387+
webidl-conversions@^3.0.0:
8388+
version "3.0.1"
8389+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
8390+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
8391+
83858392
webidl-conversions@^5.0.0:
83868393
version "5.0.0"
83878394
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz"
@@ -8540,16 +8547,15 @@ whatwg-mimetype@^2.3.0:
85408547
resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz"
85418548
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
85428549

8543-
whatwg-url@^8.0.0:
8544-
version "8.1.0"
8545-
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.1.0.tgz"
8546-
integrity sha512-vEIkwNi9Hqt4TV9RdnaBPNt+E2Sgmo3gePebCRgZ1R7g6d23+53zCTnuB0amKI4AXq6VM8jj2DUAa0S1vjJxkw==
8550+
whatwg-url@^5.0.0:
8551+
version "5.0.0"
8552+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8553+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
85478554
dependencies:
8548-
lodash.sortby "^4.7.0"
8549-
tr46 "^2.0.2"
8550-
webidl-conversions "^5.0.0"
8555+
tr46 "~0.0.3"
8556+
webidl-conversions "^3.0.0"
85518557

8552-
whatwg-url@^8.5.0:
8558+
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
85538559
version "8.5.0"
85548560
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.5.0.tgz#7752b8464fc0903fec89aa9846fc9efe07351fd3"
85558561
integrity sha512-fy+R77xWv0AiqfLl4nuGUlQ3/6b5uNfQ4WAbGQVMYshCTCCPK9psC1nWh3XHuxGVCtlcDDQPQW1csmmIQo+fwg==

0 commit comments

Comments
 (0)