File tree 1 file changed +23
-3
lines changed
1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -5949,9 +5949,11 @@ node-fetch-npm@^2.0.2:
5949
5949
safe-buffer "^5.1.1"
5950
5950
5951
5951
node-fetch@^2.2.0, node-fetch@^2.3.0 :
5952
- version "2.6.0"
5953
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
5954
- integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
5952
+ version "2.6.7"
5953
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5954
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5955
+ dependencies :
5956
+ whatwg-url "^5.0.0"
5955
5957
5956
5958
node-gyp@^5.0.2, node-gyp@^5.0.5 :
5957
5959
version "5.0.7"
@@ -8355,6 +8357,11 @@ tough-cookie@~2.4.3:
8355
8357
psl "^1.1.24"
8356
8358
punycode "^1.4.1"
8357
8359
8360
+ tr46@~0.0.3 :
8361
+ version "0.0.3"
8362
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
8363
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
8364
+
8358
8365
traverse@~0.6.6 :
8359
8366
version "0.6.6"
8360
8367
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -8685,6 +8692,19 @@ wcwidth@^1.0.0:
8685
8692
dependencies :
8686
8693
defaults "^1.0.3"
8687
8694
8695
+ webidl-conversions@^3.0.0 :
8696
+ version "3.0.1"
8697
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
8698
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
8699
+
8700
+ whatwg-url@^5.0.0 :
8701
+ version "5.0.0"
8702
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8703
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
8704
+ dependencies :
8705
+ tr46 "~0.0.3"
8706
+ webidl-conversions "^3.0.0"
8707
+
8688
8708
which-module@^2.0.0 :
8689
8709
version "2.0.0"
8690
8710
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
You can’t perform that action at this time.
0 commit comments