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

Commit ad7a6a7

Browse files
Update dependency node-fetch to v2.6.7 [SECURITY]
1 parent d7ba8ea commit ad7a6a7

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
@@ -381,9 +381,11 @@ [email protected]:
381381
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
382382

383383
node-fetch@^2.6.1:
384-
version "2.6.1"
385-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
386-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
384+
version "2.6.8"
385+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.8.tgz#a68d30b162bc1d8fd71a367e81b997e1f4d4937e"
386+
integrity sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==
387+
dependencies:
388+
whatwg-url "^5.0.0"
387389

388390
nodemon@^2.0.19:
389391
version "2.0.19"
@@ -580,6 +582,11 @@ touch@^3.1.0:
580582
dependencies:
581583
nopt "~1.0.10"
582584

585+
tr46@~0.0.3:
586+
version "0.0.3"
587+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
588+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
589+
583590
type-is@~1.6.17, type-is@~1.6.18:
584591
version "1.6.18"
585592
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
@@ -614,3 +621,16 @@ vary@~1.1.2:
614621
version "1.1.2"
615622
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
616623
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
624+
625+
webidl-conversions@^3.0.0:
626+
version "3.0.1"
627+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
628+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
629+
630+
whatwg-url@^5.0.0:
631+
version "5.0.0"
632+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
633+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
634+
dependencies:
635+
tr46 "~0.0.3"
636+
webidl-conversions "^3.0.0"

0 commit comments

Comments
 (0)