From 19559010e759c3bc96d9f4b7c86bdd630984959a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Oct 2023 05:21:54 +0000 Subject: [PATCH] feat: upgrade @tensorflow/tfjs-node from 3.14.0 to 4.11.0 Snyk has created this PR to upgrade @tensorflow/tfjs-node from 3.14.0 to 4.11.0. See this package in npm: https://www.npmjs.com/package/@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 b0fd8cdb..989e6348 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.11.0", "axios": "^0.25.0", "busboy": "^0.3.1", "cookie-parser": "^1.4.6",