From a7f0d36f529e890a279804d88227d59b34ad8785 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Mar 2025 08:21:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEGITCONFIG-9403763 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 230e971..218f427 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.16.1", "vue-lazyload": "^1.2.6", "@snyk/protect": "latest" },