From f231ab3fc56da783b11dd061a902b7d9921c332f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:30:05 +0000 Subject: [PATCH] Bump react-router-dom from 6.30.1 to 7.8.1 in /frontend Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.30.1 to 7.8.1. - [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.8.1/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.8.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f341334..478f34d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "axios": "^1.4.0", - "react-router-dom": "^6.11.2", + "react-router-dom": "^7.8.1", "recharts": "^2.6.2", "react-webcam": "^7.1.1", "react-hot-toast": "^2.4.1",