diff --git a/package-lock.json b/package-lock.json index fb4644ff..d9d0fa43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "devDependencies": { "@headlessui/vue": "^1.7.23", "@nuxt/content": "^2.13.4", - "@nuxt/icon": "^1.7.6", + "@nuxt/icon": "^1.8.1", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/tailwindcss": "^6.12.2", "@tailwindcss/typography": "^0.5.15", @@ -1843,9 +1843,9 @@ } }, "node_modules/@nuxt/icon": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.7.6.tgz", - "integrity": "sha512-v4oqymvtSQaeMc1H0CVA3kTwSIZVhl+9eiq+XFw+viR4ahxIXD+6yIMkDMppd1M6iqe5/oktPd4bg5rk6SIGUA==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.8.1.tgz", + "integrity": "sha512-8xetBz9GMBY18AMPBhOdrdufGMGJtdzY1Eixs1T8bQO39gkvYClh6ZcHUFoGxbU2Za6gQ2XH/U8mrz5VMbO3Wg==", "dev": true, "dependencies": { "@iconify/collections": "^1.0.484", diff --git a/package.json b/package.json index 79242885..20ce6c7d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@headlessui/vue": "^1.7.23", "@nuxt/content": "^2.13.4", - "@nuxt/icon": "^1.7.6", + "@nuxt/icon": "^1.8.1", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/tailwindcss": "^6.12.2", "@tailwindcss/typography": "^0.5.15",