From 4839299da80c7e5518c2200751ec08b222a99d43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 22:30:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20a45c9..b157630 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "js-cool": "^4.7.0", - "nuxt": "^2.17.0" + "nuxt": "^3.0.0" }, "devDependencies": { "@eslint-sets/eslint-config-basic": "^5.5.0",