Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 21a8531

Browse files
chore(deps): bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d286db8 commit 21a8531

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
@@ -8606,9 +8606,11 @@ node-dir@^0.1.17:
86068606
minimatch "^3.0.2"
86078607

86088608
node-fetch@^2.6.1:
8609-
version "2.6.1"
8610-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
8611-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
8609+
version "2.6.7"
8610+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
8611+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
8612+
dependencies:
8613+
whatwg-url "^5.0.0"
86128614

86138615
node-forge@^0.10.0:
86148616
version "0.10.0"
@@ -11469,6 +11471,11 @@ tr46@^1.0.1:
1146911471
dependencies:
1147011472
punycode "^2.1.0"
1147111473

11474+
tr46@~0.0.3:
11475+
version "0.0.3"
11476+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
11477+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
11478+
1147211479
trim-repeated@^1.0.0:
1147311480
version "1.0.0"
1147411481
resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21"
@@ -11999,6 +12006,11 @@ wcwidth@^1.0.1:
1199912006
dependencies:
1200012007
defaults "^1.0.3"
1200112008

12009+
webidl-conversions@^3.0.0:
12010+
version "3.0.1"
12011+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
12012+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
12013+
1200212014
webidl-conversions@^4.0.2:
1200312015
version "4.0.2"
1200412016
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -12159,6 +12171,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
1215912171
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1216012172
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1216112173

12174+
whatwg-url@^5.0.0:
12175+
version "5.0.0"
12176+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
12177+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
12178+
dependencies:
12179+
tr46 "~0.0.3"
12180+
webidl-conversions "^3.0.0"
12181+
1216212182
whatwg-url@^6.4.1:
1216312183
version "6.5.0"
1216412184
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)