diff --git a/functions/package-lock.json b/functions/package-lock.json index 1c1d8ad2..509e12b9 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs-automl": "^1.3.0", - "@tensorflow/tfjs-converter": "^3.12.0", + "@tensorflow/tfjs-converter": "^4.20.0", "@tensorflow/tfjs-core": "^3.11.0", "@tensorflow/tfjs-node": "^3.14.0", "axios": "^0.25.0", @@ -1772,11 +1772,12 @@ } }, "node_modules/@tensorflow/tfjs-converter": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-3.12.0.tgz", - "integrity": "sha512-WO6FreEB83CgFwvcyrzyaWG5WshanfyhTI6rOqSbjY86+MlJprTn4fuY9qbnYk/gDLhxEaUpYgubamY4g4L76g==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-4.20.0.tgz", + "integrity": "sha512-UJ2ntQ1TNtVHB5qGMwB0j306bs3KH1E1HKJ9Dxvrc6PUaivOV+CPKqmbidOFG5LylXeRC36JBdhe+gVT2nFHNw==", + "license": "Apache-2.0", "peerDependencies": { - "@tensorflow/tfjs-core": "3.12.0" + "@tensorflow/tfjs-core": "4.20.0" } }, "node_modules/@tensorflow/tfjs-core": { @@ -9216,9 +9217,9 @@ } }, "@tensorflow/tfjs-converter": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-3.12.0.tgz", - "integrity": "sha512-WO6FreEB83CgFwvcyrzyaWG5WshanfyhTI6rOqSbjY86+MlJprTn4fuY9qbnYk/gDLhxEaUpYgubamY4g4L76g==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@tensorflow/tfjs-converter/-/tfjs-converter-4.20.0.tgz", + "integrity": "sha512-UJ2ntQ1TNtVHB5qGMwB0j306bs3KH1E1HKJ9Dxvrc6PUaivOV+CPKqmbidOFG5LylXeRC36JBdhe+gVT2nFHNw==", "requires": {} }, "@tensorflow/tfjs-core": { diff --git a/functions/package.json b/functions/package.json index ea98a591..16b09046 100644 --- a/functions/package.json +++ b/functions/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@tensorflow/tfjs-automl": "^1.3.0", - "@tensorflow/tfjs-converter": "^3.12.0", + "@tensorflow/tfjs-converter": "^4.20.0", "@tensorflow/tfjs-core": "^3.11.0", "@tensorflow/tfjs-node": "^3.14.0", "axios": "^0.25.0",