diff --git a/package-lock.json b/package-lock.json index be0de8f..a70f41d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "tailwindcss": "~3.4.14", "typescript": "~5.6.3", "typescript-eslint": "~8.13.0", - "unplugin-icons": "~0.21.0", + "unplugin-icons": "~0.22.0", "vite": "~5.4.10", "vitest": "~2.1.4", "vue-tsc": "~2.1.10" @@ -8755,18 +8755,18 @@ } }, "node_modules/unplugin-icons": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.21.0.tgz", - "integrity": "sha512-sRic+yj7cCbpDFwrRj+m55ogOZi6PQRDc/WUEmjHLAnc90v0g5UVxE0cVAZgBOsAPCieizZJui/sgrCYrVx8mQ==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.22.0.tgz", + "integrity": "sha512-CP+iZq5U7doOifer5bcM0jQ9t3Is7EGybIYt3myVxceI8Zuk8EZEpe1NPtJvh7iqMs1VdbK0L41t9+um9VuuLw==", "dev": true, "dependencies": { "@antfu/install-pkg": "^0.5.0", "@antfu/utils": "^0.7.10", - "@iconify/utils": "^2.1.33", - "debug": "^4.3.7", + "@iconify/utils": "^2.2.0", + "debug": "^4.4.0", "kolorist": "^1.8.0", "local-pkg": "^0.5.1", - "unplugin": "^1.16.0" + "unplugin": "^2.1.0" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -8800,6 +8800,19 @@ } } }, + "node_modules/unplugin-icons/node_modules/unplugin": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.1.2.tgz", + "integrity": "sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==", + "dev": true, + "dependencies": { + "acorn": "^8.14.0", + "webpack-virtual-modules": "^0.6.2" + }, + "engines": { + "node": ">=18.12.0" + } + }, "node_modules/update-browserslist-db": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", diff --git a/package.json b/package.json index 52651c3..3b62aa2 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "tailwindcss": "~3.4.14", "typescript": "~5.6.3", "typescript-eslint": "~8.13.0", - "unplugin-icons": "~0.21.0", + "unplugin-icons": "~0.22.0", "vite": "~5.4.10", "vitest": "~2.1.4", "vue-tsc": "~2.1.10"