From 0bdfe98f0c52ccb14ec27f40ec4171ce476f8f51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 15:58:12 +0000 Subject: [PATCH] fix: functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index ea98a59..be401fb 100644 --- a/functions/package.json +++ b/functions/package.json @@ -28,7 +28,7 @@ "@tensorflow/tfjs-converter": "^3.12.0", "@tensorflow/tfjs-core": "^3.11.0", "@tensorflow/tfjs-node": "^3.14.0", - "axios": "^0.25.0", + "axios": "^1.6.4", "busboy": "^0.3.1", "cookie-parser": "^1.4.6", "ejs": "^3.1.7",