From 8e2b390280a7e72f64b491137f4f8d6acff4e783 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Aug 2024 10:18:20 +0000 Subject: [PATCH] fix: upgrade @nuxt/ui from 2.14.2 to 2.18.3 Snyk has created this PR to upgrade @nuxt/ui from 2.14.2 to 2.18.3. See this package in npm: @nuxt/ui See this project in Snyk: https://app.snyk.io/org/samandartemirxodjayev/project/2a5813d3-188b-4877-8049-28ab94c33517?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 83dbce0..72a97e4 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@iconify-json/heroicons": "^1.1.20", - "@nuxt/ui": "2.14.2", + "@nuxt/ui": "2.18.3", "nuxt": "^3.11.1", "vue": "^3.4.21", "vue-router": "^4.3.0"