From b232fc2d6beabcfe331a0ff5bb7b58a6f1ceb4a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 09:01:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4851e4a..453c64e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "crypto-js": "^4.0.0", "express": "^4.16.4", "gh-pages": "^2.2.0", - "nuxt": "^2.15.3", + "nuxt": "^3.0.0", "querystring": "^0.2.0", "v-click-outside": "^3.1.2", "vue-multiselect": "^2.1.6",