From 5f7d7b0b8f7853ccdeff0b2e7b3cfeda1c49b98a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:34:07 +0000 Subject: build(deps): bump react-router-dom in /src/main/webui (#730) Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.9.3 to 7.9.4. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.9.4/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.9.4 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 0c00402..1f0a35a 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -32,7 +32,7 @@ "react": "19.2.0", "react-dom": "19.2.0", "react-redux": "^9.2.0", - "react-router-dom": "^7.9.3", + "react-router-dom": "^7.9.4", "redux": "^5.0.1", "tailwindcss": "^4.1.14", "uuid": "^13.0.0", -- cgit