From bbb185395eb19094a56c850d38a331c2e28531fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 02:05:05 +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.21.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/HEAD/tfjs-core) Updates `@tensorflow/tfjs-converter` from 3.19.0 to 3.21.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/HEAD/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..dd6f664 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.21.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-3.21.0.tgz", + "integrity": "sha512-12Y4zVDq3yW+wSjSDpSv4HnpL2sDZrNiGSg8XNiDE4HQBdjdA+a+Q3sZF/8NV9y2yoBhL5L7V4mMLDdbZBd9/Q==" }, "@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.21.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-3.21.0.tgz", + "integrity": "sha512-YSfsswOqWfd+M4bXIhT3hwtAb+IV8+ODwIxwdFR/7jTAPZP1wMVnSlpKnXHAN64HFOiP+Tm3HmKusEZ0+09A0w==", "requires": { "@types/long": "^4.0.1", "@types/offscreencanvas": "~2019.3.0", diff --git a/package.json b/package.json index 9cce568..3021a58 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.21.0", + "@tensorflow/tfjs-core": "3.21.0" }, "devDependencies": { "@testing-library/jest-dom": "5.16.2",