Skip to content

Commit b8ba15f

Browse files
Bump node-fetch in /speech-commands/training/soft-fft (#932)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d69baa5 commit b8ba15f

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

speech-commands/training/soft-fft/yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,9 +1686,11 @@ needle@^2.2.1:
16861686
sax "^1.2.4"
16871687

16881688
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"
16921694

16931695
node-localstorage@^0.6.0:
16941696
version "0.6.0"
@@ -2416,6 +2418,11 @@ touch@^3.1.0:
24162418
dependencies:
24172419
nopt "~1.0.10"
24182420

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+
24192426
24202427
version "7.0.0"
24212428
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-7.0.0.tgz#a94a13c75e5e1aa6b82814b84c68deb339ba7bff"
@@ -2574,6 +2581,19 @@ wcwidth@^1.0.1:
25742581
dependencies:
25752582
defaults "^1.0.3"
25762583

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+
25772597
which@^1.2.9:
25782598
version "1.3.1"
25792599
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"

0 commit comments

Comments
 (0)