From 964fcea848a4bc99f8d7850b1f05d0c423647481 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 05:55:13 +0000 Subject: [PATCH] fix: nodejs-express-ts-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- nodejs-express-ts-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-express-ts-api/package.json b/nodejs-express-ts-api/package.json index d096e65..e2b3798 100644 --- a/nodejs-express-ts-api/package.json +++ b/nodejs-express-ts-api/package.json @@ -47,7 +47,7 @@ "dependencies": { "@types/passport-http-bearer": "^1.0.37", "@types/passport-twitter": "^1.0.37", - "axios": "^0.27.2", + "axios": "^1.7.8", "cors": "^2.8.5", "dotenv": "^16.0.1", "express": "^4.18.1",