File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -2764,9 +2764,11 @@ node-abi@^2.7.0:
2764
2764
semver "^5.4.1"
2765
2765
2766
2766
node-fetch@^2.3.0 :
2767
- version "2.6.0"
2768
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
2769
- integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
2767
+ version "2.6.7"
2768
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2769
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2770
+ dependencies :
2771
+ whatwg-url "^5.0.0"
2770
2772
2771
2773
node-forge@~0.9.1 :
2772
2774
version "0.9.1"
@@ -3580,6 +3582,11 @@ tough-cookie@~2.5.0:
3580
3582
psl "^1.1.28"
3581
3583
punycode "^2.1.1"
3582
3584
3585
+ tr46@~0.0.3 :
3586
+ version "0.0.3"
3587
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3588
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
3589
+
3583
3590
trim-right@^1.0.1 :
3584
3591
version "1.0.1"
3585
3592
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
@@ -3658,6 +3665,19 @@ wcwidth@^1.0.1:
3658
3665
dependencies :
3659
3666
defaults "^1.0.3"
3660
3667
3668
+ webidl-conversions@^3.0.0 :
3669
+ version "3.0.1"
3670
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3671
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
3672
+
3673
+ whatwg-url@^5.0.0 :
3674
+ version "5.0.0"
3675
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3676
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3677
+ dependencies :
3678
+ tr46 "~0.0.3"
3679
+ webidl-conversions "^3.0.0"
3680
+
3661
3681
which-pm-runs@^1.0.0 :
3662
3682
version "1.0.0"
3663
3683
resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb"
You can’t perform that action at this time.
0 commit comments