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 @@ -3116,9 +3116,11 @@ node-fetch-npm@^2.0.2:
31163116 safe-buffer "^5.1.1"
31173117
31183118node-fetch@^2.6.1 :
3119- version "2.6.1"
3120- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3121- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3119+ version "2.6.7"
3120+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3121+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3122+ dependencies :
3123+ whatwg-url "^5.0.0"
31223124
31233125node-gyp@^3.8.0 :
31243126 version "3.8.0"
@@ -5116,6 +5118,11 @@ tough-cookie@~2.4.3:
51165118 psl "^1.1.24"
51175119 punycode "^1.4.1"
51185120
5121+ tr46@~0.0.3 :
5122+ version "0.0.3"
5123+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5124+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5125+
51195126traverse@~0.6.6 :
51205127 version "0.6.6"
51215128 resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -5344,6 +5351,19 @@ wcwidth@^1.0.0:
53445351 dependencies :
53455352 defaults "^1.0.3"
53465353
5354+ webidl-conversions@^3.0.0 :
5355+ version "3.0.1"
5356+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5357+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5358+
5359+ whatwg-url@^5.0.0 :
5360+ version "5.0.0"
5361+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5362+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5363+ dependencies :
5364+ tr46 "~0.0.3"
5365+ webidl-conversions "^3.0.0"
5366+
53475367which-boxed-primitive@^1.0.1 :
53485368 version "1.0.2"
53495369 resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
You can’t perform that action at this time.
0 commit comments