From f1f62959dba17b9bf9f84687d371f2931fa79bc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Feb 2026 05:00:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353387 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 09b8ce0..da055a4 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "@nuxt/fonts": "^0.10.0", "@nuxt/icon": "^1.10.3", "@nuxt/image": "^1.8.1", - "@nuxt/ui-pro": "^1.4.4", - "nuxt": "^3.13.2", + "@nuxt/ui-pro": "^3.0.0", + "nuxt": "^3.20.0", "nuxt-3-intercom": "^1.1.2", "nuxt-og-image": "^3.0.6" },