From 6033737f0964c201ef4564cf5be9b53d267ae946 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 03:50: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-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b190790..51148b2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@nuxtjs/axios": "^5.3.6", "@nuxtjs/google-gtag": "^1.0.4", "animate.css": "^3.7.2", - "axios": "^0.19.0", + "axios": "^1.12.0", "esm": "^3.2.25", "gray-matter": "^4.0.2", "highlight.js": "^10.4.1",