File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed
speech-commands/training/soft-fft Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -1686,9 +1686,11 @@ needle@^2.2.1:
1686
1686
sax "^1.2.4"
1687
1687
1688
1688
node-fetch@~2.6.1 :
1689
- version "2.6.1"
1690
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1691
- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
1689
+ version "2.6.7"
1690
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1691
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
1692
+ dependencies :
1693
+ whatwg-url "^5.0.0"
1692
1694
1693
1695
node-localstorage@^0.6.0 :
1694
1696
version "0.6.0"
@@ -2416,6 +2418,11 @@ touch@^3.1.0:
2416
2418
dependencies :
2417
2419
nopt "~1.0.10"
2418
2420
2421
+ tr46@~0.0.3 :
2422
+ version "0.0.3"
2423
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
2424
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
2425
+
2419
2426
2420
2427
version "7.0.0"
2421
2428
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-7.0.0.tgz#a94a13c75e5e1aa6b82814b84c68deb339ba7bff"
@@ -2574,6 +2581,19 @@ wcwidth@^1.0.1:
2574
2581
dependencies :
2575
2582
defaults "^1.0.3"
2576
2583
2584
+ webidl-conversions@^3.0.0 :
2585
+ version "3.0.1"
2586
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
2587
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
2588
+
2589
+ whatwg-url@^5.0.0 :
2590
+ version "5.0.0"
2591
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
2592
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
2593
+ dependencies :
2594
+ tr46 "~0.0.3"
2595
+ webidl-conversions "^3.0.0"
2596
+
2577
2597
which@^1.2.9 :
2578
2598
version "1.3.1"
2579
2599
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
You can’t perform that action at this time.
0 commit comments