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

Commit 7e0af28

Browse files
authored
Merge pull request #56 from tauri-apps/dependabot/npm_and_yarn/node-fetch-2.6.7
2 parents 97fabbe + 21a8531 commit 7e0af28

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
@@ -8576,9 +8576,11 @@ node-dir@^0.1.17:
85768576
minimatch "^3.0.2"
85778577

85788578
node-fetch@^2.6.1:
8579-
version "2.6.1"
8580-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
8581-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
8579+
version "2.6.7"
8580+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
8581+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
8582+
dependencies:
8583+
whatwg-url "^5.0.0"
85828584

85838585
node-forge@^0.10.0:
85848586
version "0.10.0"
@@ -11419,6 +11421,11 @@ tr46@^1.0.1:
1141911421
dependencies:
1142011422
punycode "^2.1.0"
1142111423

11424+
tr46@~0.0.3:
11425+
version "0.0.3"
11426+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
11427+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
11428+
1142211429
trim-repeated@^1.0.0:
1142311430
version "1.0.0"
1142411431
resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21"
@@ -11946,6 +11953,11 @@ wcwidth@^1.0.1:
1194611953
dependencies:
1194711954
defaults "^1.0.3"
1194811955

11956+
webidl-conversions@^3.0.0:
11957+
version "3.0.1"
11958+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
11959+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
11960+
1194911961
webidl-conversions@^4.0.2:
1195011962
version "4.0.2"
1195111963
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -12106,6 +12118,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
1210612118
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1210712119
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1210812120

12121+
whatwg-url@^5.0.0:
12122+
version "5.0.0"
12123+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
12124+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
12125+
dependencies:
12126+
tr46 "~0.0.3"
12127+
webidl-conversions "^3.0.0"
12128+
1210912129
whatwg-url@^6.4.1:
1211012130
version "6.5.0"
1211112131
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)