From 2a8b186dbd1ae552e7f4351aec82e2b754d01a3d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 08:09:55 +0000 Subject: [PATCH] fix: upgrade vuetify from 3.1.11 to 3.6.14 Snyk has created this PR to upgrade vuetify from 3.1.11 to 3.6.14. See this package in npm: vuetify See this project in Snyk: https://app.snyk.io/org/cachiman/project/4c575260-8d3d-4c94-b56c-4c40d7fe4e6d?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- starters/nuxt3-pinia-vuetify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/nuxt3-pinia-vuetify/package.json b/starters/nuxt3-pinia-vuetify/package.json index 4f66c486b..76447989a 100644 --- a/starters/nuxt3-pinia-vuetify/package.json +++ b/starters/nuxt3-pinia-vuetify/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@pinia/nuxt": "0.4.7", - "vuetify": "3.1.11" + "vuetify": "3.6.14" }, "overrides": { "vue": "3.3.4"