From a96277970e89b874666bb12a1af18be8dbc2f311 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jun 2026 00:33:48 +0000 Subject: [PATCH] fix: examples/nuxt-4-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NUXT-17111072 - https://snyk.io/vuln/SNYK-JS-NUXTNITROSERVER-17111073 --- examples/nuxt-4-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nuxt-4-app/package.json b/examples/nuxt-4-app/package.json index 1fc3c13b37..8855f254d0 100644 --- a/examples/nuxt-4-app/package.json +++ b/examples/nuxt-4-app/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "intlayer": "workspace:*", - "nuxt": "4.2.1", + "nuxt": "4.4.6", "vue": "3.5.30", "vue-intlayer": "workspace:*", "vue-router": "4.6.4"