From b23bb798e4e6de1fd1ba968a78e25f529a1d2d96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 06:45:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIRV-12558119 --- 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",