diff --git a/website/package-lock.json b/website/package-lock.json index 8da082a9d..d0c17d3e7 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -39,7 +39,7 @@ "react-toastify": "^11.0.2", "react-tooltip": "^5.28.0", "rsuite": "^5.76.2", - "unplugin-icons": "^0.22.0", + "unplugin-icons": "^22.0.0", "winston": "^3.17.0", "xlsx": "^0.18.5", "zod": "^3.24.1" @@ -14935,14 +14935,13 @@ } }, "node_modules/unplugin-icons": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.22.0.tgz", - "integrity": "sha512-CP+iZq5U7doOifer5bcM0jQ9t3Is7EGybIYt3myVxceI8Zuk8EZEpe1NPtJvh7iqMs1VdbK0L41t9+um9VuuLw==", - "license": "MIT", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-22.0.0.tgz", + "integrity": "sha512-+1jIt2wynxL+GISehNok8MIb9RaCufIZCHJs0HKbxOljJL9m4NtOhva+dZhNtSKtfQ62Hwd/RRbniSVuuD4Xow==", "dependencies": { "@antfu/install-pkg": "^0.5.0", "@antfu/utils": "^0.7.10", - "@iconify/utils": "^2.2.0", + "@iconify/utils": "^2.2.1", "debug": "^4.4.0", "kolorist": "^1.8.0", "local-pkg": "^0.5.1", diff --git a/website/package.json b/website/package.json index 68ff3eb94..897b32527 100644 --- a/website/package.json +++ b/website/package.json @@ -52,7 +52,7 @@ "react-toastify": "^11.0.2", "react-tooltip": "^5.28.0", "rsuite": "^5.76.2", - "unplugin-icons": "^0.22.0", + "unplugin-icons": "^22.0.0", "winston": "^3.17.0", "xlsx": "^0.18.5", "zod": "^3.24.1"