From 2f7805a7dfc6a0a9937a8c1b1fc51abc3fdcc4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 09:54:12 +0000 Subject: [PATCH] build(deps): bump @ant-design/icons from 6.2.3 to 6.2.5 in /frontend Bumps [@ant-design/icons](https://github.com/ant-design/ant-design-icons) from 6.2.3 to 6.2.5. - [Commits](https://github.com/ant-design/ant-design-icons/commits) --- updated-dependencies: - dependency-name: "@ant-design/icons" dependency-version: 6.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 40 +++++--------------------------------- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 36 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1daece88..b1ec4656 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "3x-ui-frontend", "version": "0.1.0", "dependencies": { - "@ant-design/icons": "^6.2.3", + "@ant-design/icons": "^6.2.5", "@codemirror/lang-json": "^6.0.2", "@codemirror/theme-one-dark": "^6.1.3", "@tanstack/react-query": "^5.100.14", @@ -101,14 +101,14 @@ } }, "node_modules/@ant-design/icons": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-6.2.3.tgz", - "integrity": "sha512-Pl3aoAtxQeKryYnt6VvDJtOxMOtA8wrRSACe/pTjOAIG3fdHrWm6Ivb4ku9tsFjYroSXBKirvuxG4QkwBXD9gg==", + "version": "6.2.5", + "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-6.2.5.tgz", + "integrity": "sha512-0hKtoKqTjGFOndUyJLJmC9Cg6k4rEO7rLo6xmgbNJH+/ZX1C57RVals2v1j1knHl9n7Q+sBOveTvn931wLOCKw==", "license": "MIT", "dependencies": { "@ant-design/colors": "^8.0.1", "@ant-design/icons-svg": "^4.4.2", - "@rc-component/util": "^1.10.1", + "@rc-component/util": "^1.11.0", "clsx": "^2.1.1" }, "engines": { @@ -1709,9 +1709,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1729,9 +1726,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1749,9 +1743,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1769,9 +1760,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1789,9 +1777,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1809,9 +1794,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5156,9 +5138,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -5180,9 +5159,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -5204,9 +5180,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -5228,9 +5201,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/frontend/package.json b/frontend/package.json index 2110ba63..e2c3d782 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "gen:zod": "cd .. && go run ./tools/openapigen" }, "dependencies": { - "@ant-design/icons": "^6.2.3", + "@ant-design/icons": "^6.2.5", "@codemirror/lang-json": "^6.0.2", "@codemirror/theme-one-dark": "^6.1.3", "@tanstack/react-query": "^5.100.14",