From 4b35cff54e8bf82656a8efcfdac7fb22aebaaacf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:01:11 -0400 Subject: build(deps): bump @rsbuild/core from 1.5.4 to 1.5.6 in /src/main/webui (#709) Bumps [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) from 1.5.4 to 1.5.6. - [Release notes](https://github.com/web-infra-dev/rsbuild/releases) - [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.5.6/packages/core) --- updated-dependencies: - dependency-name: "@rsbuild/core" dependency-version: 1.5.6 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 753ffc0..2134ec1 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.2.8", "@reduxjs/toolkit": "^2.8.2", - "@rsbuild/core": "^1.5.4", + "@rsbuild/core": "^1.5.6", "@rsbuild/plugin-react": "^1.4.0", "@rsbuild/plugin-svgr": "^1.2.2", "@tailwindcss/postcss": "^4.1.13", -- cgit