From 76e5d37aafd705f6c7ebcfd55f3c0aa1eb09a814 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:12:34 +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 29631d1..0bed09b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "name": "Swaroop Gupta Voleti" }, "dependencies": { - "axios": "^0.22.0", + "axios": "^1.6.3", "bootstrap": "^4.3.1", "jquery": "^3.3.1", "react": "^16.13.1",