From 872f549f2f1659b35842bfce23b2aa17ce553350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:07:54 +0000 Subject: [PATCH] chore(deps): bump unplugin-icons from 0.22.0 to 22.0.0 in /website Bumps [unplugin-icons](https://github.com/unplugin/unplugin-icons) from 0.22.0 to 22.0.0. - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](https://github.com/unplugin/unplugin-icons/compare/v0.22.0...v22.0.0) --- updated-dependencies: - dependency-name: unplugin-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 11 +++++------ website/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) 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"