From 4bb16595190902155fee6c031f5c9c1553f0fb1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Dec 2023 17:44:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef68d89..78ddb6d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/geshan/currency-api", "dependencies": { - "axios": "^1.6.0", + "axios": "^1.6.3", "body-parser": "^1.20.1", "express": "^4.17.3", "express-async-errors": "^3.1.1",