From b5c0aa54354d3d0eff55a7bdde01136f6dcabd12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Feb 2026 00:18:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 --- 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" },