diff --git a/package-lock.json b/package-lock.json index a06ee262..d85516b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@pinia-plugin-persistedstate/nuxt": "^1.1.1", "autoprefixer": "^10.4.14", "nuxt": "^3.5.0", - "nuxt-icon": "^0.4.0", + "nuxt-icon": "^0.4.1", "postcss": "^8.4.23", "prettier": "^2.8.8", "tailwindcss": "^3.3.2" @@ -6183,13 +6183,13 @@ } }, "node_modules/nuxt-icon": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/nuxt-icon/-/nuxt-icon-0.4.0.tgz", - "integrity": "sha512-j7phHbE4Ug2MsHvj9SidH5Nx9Bs2i/XpoH7HjQJD7DPlWNaI9srJGDOPY1g83S8i4vmDJvCc6KqkLjRasJZlYA==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/nuxt-icon/-/nuxt-icon-0.4.1.tgz", + "integrity": "sha512-QTpxewOgLfdPx2uwHhoU5XQ4AtQ9N31ifbwnbn4Sx5NM+W2slNfGq1eEKmUl0CpSUAhGEdKbzd5CjA3c7dVa1Q==", "dev": true, "dependencies": { "@iconify/vue": "^4.1.1", - "@nuxt/kit": "^3.4.2" + "@nuxt/kit": "^3.5.0" } }, "node_modules/nuxt/node_modules/@vue/shared": { diff --git a/package.json b/package.json index 124f2115..c9a152c7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@pinia-plugin-persistedstate/nuxt": "^1.1.1", "autoprefixer": "^10.4.14", "nuxt": "^3.5.0", - "nuxt-icon": "^0.4.0", + "nuxt-icon": "^0.4.1", "postcss": "^8.4.23", "prettier": "^2.8.8", "tailwindcss": "^3.3.2"