From 8af4945f6883a1d6afcc91f93659c824e5141598 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 09:25:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - 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 230e971..cc46455 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nuxtjs/markdownit": "^1.2.4", "@nuxtjs/pwa": "^3.3.5", "cross-env": "^5.2.0", - "nuxt": "^2.16.3", + "nuxt": "^3.0.0", "vue-lazyload": "^1.2.6", "@snyk/protect": "latest" },