From d4c32b9de148123fe5be7cdcf7a3be1c2b427a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 17:19:52 +0000 Subject: [PATCH] Bump @tensorflow/tfjs-core and @tensorflow/tfjs-converter Bumps [@tensorflow/tfjs-core](https://github.com/tensorflow/tfjs/tree/HEAD/tfjs-core) and [@tensorflow/tfjs-converter](https://github.com/tensorflow/tfjs/tree/HEAD/tfjs-converter). These dependencies needed to be updated together. Updates `@tensorflow/tfjs-core` from 3.19.0 to 3.20.0 - [Release notes](https://github.com/tensorflow/tfjs/releases) - [Changelog](https://github.com/tensorflow/tfjs/blob/master/cloudbuild-release.yml) - [Commits](https://github.com/tensorflow/tfjs/commits/tfjs-v3.20.0/tfjs-core) Updates `@tensorflow/tfjs-converter` from 3.19.0 to 3.20.0 - [Release notes](https://github.com/tensorflow/tfjs/releases) - [Changelog](https://github.com/tensorflow/tfjs/blob/master/cloudbuild-release.yml) - [Commits](https://github.com/tensorflow/tfjs/commits/tfjs-v3.20.0/tfjs-converter) --- updated-dependencies: - dependency-name: "@tensorflow/tfjs-core" dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@tensorflow/tfjs-converter" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31fcc0e..6f3576e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2893,14 +2893,14 @@ } }, "@tensorflow/tfjs-converter": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-3.19.0.tgz", - "integrity": "sha512-B69HQq9/orsM8pGJPjNp1cV+hIcc90mxcRIsQSYGovTUNEcftmz2Sh+mqXDWysKUk0gRfx5CX6eJk6NaE55Xow==" + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-3.20.0.tgz", + "integrity": "sha512-8EIYqtQwvSYw9GFNW2OFU8Qnl/FQF/kKAsQJoORYaZ419WJo+FIZWbAWDtCpJSAgkgoHH1jYWgV9H313cVmqxg==" }, "@tensorflow/tfjs-core": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-3.19.0.tgz", - "integrity": "sha512-znJ+TOJ3NdNL5yjw8M7dn2jO96sokiH1wfFuD7gglCkbZ4SXlFpFj2xelNdRHHmeYanMhJzqeyOW9whUnNcBqw==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-3.20.0.tgz", + "integrity": "sha512-L16JyVA4a8jFJXFgB9/oYZxcGq/GfLypt5dMVTyedznARZZ9SiY/UMMbo3IKl9ZylG1dOVVTpjzV3EvBYfeJXw==", "requires": { "@types/long": "^4.0.1", "@types/offscreencanvas": "~2019.3.0", diff --git a/package.json b/package.json index 9cce568..5c57e65 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "dependencies": { "@tensorflow-models/qna": "1.0.1", "@tensorflow/tfjs": "2.8.6", - "@tensorflow/tfjs-converter": "3.19.0", - "@tensorflow/tfjs-core": "3.19.0" + "@tensorflow/tfjs-converter": "3.20.0", + "@tensorflow/tfjs-core": "3.20.0" }, "devDependencies": { "@testing-library/jest-dom": "5.16.2",