From d118fa4263f185e9b42fbdb006fd5a5e60d8ac56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jun 2026 00:33:41 +0000 Subject: [PATCH] fix: examples/nuxt-3-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-3-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nuxt-3-app/package.json b/examples/nuxt-3-app/package.json index 88b7a16ad9..9159313f6b 100644 --- a/examples/nuxt-3-app/package.json +++ b/examples/nuxt-3-app/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "intlayer": "workspace:*", - "nuxt": "3.20.1", + "nuxt": "3.21.6", "vue": "3.5.30", "vue-intlayer": "workspace:*" },