From f7d831bf873cf98b5d233f5ab31e0a41ba04b4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:01:29 -0400 Subject: build(deps): bump @rsbuild/core from 1.5.10 to 1.5.12 in /src/main/webui (#719) Bumps [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) from 1.5.10 to 1.5.12. - [Release notes](https://github.com/web-infra-dev/rsbuild/releases) - [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.5.12/packages/core) --- updated-dependencies: - dependency-name: "@rsbuild/core" dependency-version: 1.5.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/main/webui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/webui/package.json') diff --git a/src/main/webui/package.json b/src/main/webui/package.json index cafcee4..e6d36eb 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -21,7 +21,7 @@ "@heroicons/react": "2.0.16", "@mantine/hooks": "^8.3.1", "@reduxjs/toolkit": "^2.9.0", - "@rsbuild/core": "^1.5.10", + "@rsbuild/core": "^1.5.12", "@rsbuild/plugin-react": "^1.4.0", "@rsbuild/plugin-svgr": "^1.2.2", "@tailwindcss/postcss": "^4.1.13", -- cgit