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 @@ -1042,9 +1042,11 @@ node-addon-api@^4.3.0:
1042
1042
integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==
1043
1043
1044
1044
node-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"
1048
1050
1049
1051
normalize-package-data@^2.3.2 :
1050
1052
version "2.5.0"
@@ -1611,6 +1613,11 @@ tmp@^0.2.1:
1611
1613
dependencies :
1612
1614
rimraf "^3.0.0"
1613
1615
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
+
1614
1621
ts-node@^9.0.0 :
1615
1622
version "9.1.1"
1616
1623
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
@@ -1761,6 +1768,19 @@ wcwidth@^1.0.1:
1761
1768
dependencies :
1762
1769
defaults "^1.0.3"
1763
1770
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
+
1764
1784
which@^1.2.9 :
1765
1785
version "1.3.1"
1766
1786
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
You can’t perform that action at this time.
0 commit comments