From e02fcd431cb0ecb04eb99f8e056ea7acb6f88f78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 May 2024 13:48:41 +0000 Subject: [PATCH] feat: upgrade @tensorflow/tfjs-converter from 3.12.0 to 4.19.0 Snyk has created this PR to upgrade @tensorflow/tfjs-converter from 3.12.0 to 4.19.0. See this package in npm: @tensorflow/tfjs-converter See this project in Snyk: https://app.snyk.io/org/aravindvnair99-github-marketplace/project/3e229b24-b2de-4c21-9d58-eebf425f44fc?utm_source=github&utm_medium=referral&page=upgrade-pr --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index ea98a591..f7b934a3 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.19.0", "@tensorflow/tfjs-core": "^3.11.0", "@tensorflow/tfjs-node": "^3.14.0", "axios": "^0.25.0",