From db6593849ee5f171bd90eddf93b11fbffefed822 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 18:22:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4feea7b..af30984 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "tsc": "tsc --noEmit" }, "dependencies": { - "axios": "^0.19.2", + "axios": "^1.6.4", "body-parser": "^1.19.0", "chalk": "^4.0.0", "classnames": "^2.2.6",