From 4b073ac9fb4e06fb99fde89401216ec5cf8b4f49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 06:42:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b190790..bb40dea 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.13.5", "esm": "^3.2.25", "gray-matter": "^4.0.2", "highlight.js": "^10.4.1", @@ -38,7 +38,7 @@ "md5": "^2.2.1", "ncp": "^2.0.0", "netlify-cms": "^2.9.5", - "nuxt": "^2.14.11", + "nuxt": "^3.0.0", "nuxt-buefy": "^0.3.2", "nuxt-fontawesome": "^0.4.0", "opti-image": "^0.10.0",