diff --git a/package-lock.json b/package-lock.json index d9d0fa43..b62fd36f 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.8.1", + "@nuxt/icon": "^1.8.2", "@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.8.1", - "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.8.1.tgz", - "integrity": "sha512-8xetBz9GMBY18AMPBhOdrdufGMGJtdzY1Eixs1T8bQO39gkvYClh6ZcHUFoGxbU2Za6gQ2XH/U8mrz5VMbO3Wg==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-1.8.2.tgz", + "integrity": "sha512-7Ua8ER44zhe1Qn4pXAwW3GgakRf2VN9gqyltQWpyuq49NJuIG0fLcJRHRCbQi/6HPwlB4uj+e2FCDf6cDwFmRA==", "dev": true, "dependencies": { "@iconify/collections": "^1.0.484", diff --git a/package.json b/package.json index 20ce6c7d..ac69c5a5 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.8.1", + "@nuxt/icon": "^1.8.2", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/tailwindcss": "^6.12.2", "@tailwindcss/typography": "^0.5.15",