From f95386ca51ad2121cf84aaf981036c247a61bcbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 May 2024 13:48:45 +0000 Subject: [PATCH] feat: upgrade @tensorflow/tfjs-node from 3.14.0 to 4.19.0 Snyk has created this PR to upgrade @tensorflow/tfjs-node from 3.14.0 to 4.19.0. See this package in npm: @tensorflow/tfjs-node 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 ea98a59..ae572c6 100644 --- a/functions/package.json +++ b/functions/package.json @@ -27,7 +27,7 @@ "@tensorflow/tfjs-automl": "^1.3.0", "@tensorflow/tfjs-converter": "^3.12.0", "@tensorflow/tfjs-core": "^3.11.0", - "@tensorflow/tfjs-node": "^3.14.0", + "@tensorflow/tfjs-node": "^4.19.0", "axios": "^0.25.0", "busboy": "^0.3.1", "cookie-parser": "^1.4.6",