From b2b176bbdca001f57bbb1bc98d48bccb5ec8e3b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Mar 2026 06:27:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNHEAD-15627227 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 09b8ce0..c43a2a5 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,12 @@ "dependencies": { "@iconify-json/heroicons": "^1.2.1", "@iconify-json/simple-icons": "^1.2.9", - "@nuxt/content": "^2.13.4", + "@nuxt/content": "^3.0.0", "@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": "^3.16.0", "nuxt-3-intercom": "^1.1.2", "nuxt-og-image": "^3.0.6" },