Skip to content

Commit 9050119

Browse files
Merge pull request #13 from Code-Hex/dependabot/npm_and_yarn/node-fetch-2.6.7
2 parents d6c0b19 + 6dcbffb commit 9050119

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
@@ -2501,9 +2501,11 @@ nice-try@^1.0.4:
25012501
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
25022502

25032503
node-fetch@^2.3.0:
2504-
version "2.6.1"
2505-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2506-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2504+
version "2.6.7"
2505+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2506+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2507+
dependencies:
2508+
whatwg-url "^5.0.0"
25072509

25082510
node-int64@^0.4.0:
25092511
version "0.4.0"
@@ -3352,6 +3354,11 @@ tr46@^1.0.1:
33523354
dependencies:
33533355
punycode "^2.1.0"
33543356

3357+
tr46@~0.0.3:
3358+
version "0.0.3"
3359+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3360+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
3361+
33553362
ts-jest@^24.0.2:
33563363
version "24.3.0"
33573364
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.3.0.tgz#b97814e3eab359ea840a1ac112deae68aa440869"
@@ -3492,6 +3499,11 @@ walker@^1.0.7, walker@~1.0.5:
34923499
dependencies:
34933500
makeerror "1.0.x"
34943501

3502+
webidl-conversions@^3.0.0:
3503+
version "3.0.1"
3504+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3505+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
3506+
34953507
webidl-conversions@^4.0.2:
34963508
version "4.0.2"
34973509
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -3509,6 +3521,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
35093521
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
35103522
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
35113523

3524+
whatwg-url@^5.0.0:
3525+
version "5.0.0"
3526+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3527+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3528+
dependencies:
3529+
tr46 "~0.0.3"
3530+
webidl-conversions "^3.0.0"
3531+
35123532
whatwg-url@^6.4.1:
35133533
version "6.5.0"
35143534
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)