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 @@ -1042,9 +1042,11 @@ node-addon-api@^4.3.0:
10421042 integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==
10431043
10441044node-fetch@^2.6.0, node-fetch@^2.6.1 :
1045- version "2.6.1"
1046- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1047- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
1045+ version "2.6.7"
1046+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1047+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
1048+ dependencies :
1049+ whatwg-url "^5.0.0"
10481050
10491051normalize-package-data@^2.3.2 :
10501052 version "2.5.0"
@@ -1611,6 +1613,11 @@ tmp@^0.2.1:
16111613 dependencies :
16121614 rimraf "^3.0.0"
16131615
1616+ tr46@~0.0.3 :
1617+ version "0.0.3"
1618+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1619+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
1620+
16141621ts-node@^9.0.0 :
16151622 version "9.1.1"
16161623 resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
@@ -1761,6 +1768,19 @@ wcwidth@^1.0.1:
17611768 dependencies :
17621769 defaults "^1.0.3"
17631770
1771+ webidl-conversions@^3.0.0 :
1772+ version "3.0.1"
1773+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1774+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1775+
1776+ whatwg-url@^5.0.0 :
1777+ version "5.0.0"
1778+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1779+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
1780+ dependencies :
1781+ tr46 "~0.0.3"
1782+ webidl-conversions "^3.0.0"
1783+
17641784which@^1.2.9 :
17651785 version "1.3.1"
17661786 resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
You can’t perform that action at this time.
0 commit comments