From e0be3b28bea37b24caabea0aca99e27e0c387853 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 08:16:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c294490..0b2fbb5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@tinyhttp/app": "^1.3.7", "apollo-server-express": "^2.25.0", - "axios": "^0.22.0", + "axios": "^1.12.0", "body-parser": "^1.19.0", "dotenv": "^10.0.0", "graphql": "^15.5.0",