From 412b114508544fe896444b53e8d782b542f4bca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:30:43 +0000 Subject: [PATCH] chore(deps): bump react-router Bumps the npm_and_yarn group with 1 update in the /emon-app directory: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router). Updates `react-router` from 7.15.0 to 7.15.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.15.1/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.15.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- emon-app/package-lock.json | 8 ++++---- emon-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emon-app/package-lock.json b/emon-app/package-lock.json index 1461672..cbde51e 100644 --- a/emon-app/package-lock.json +++ b/emon-app/package-lock.json @@ -42,7 +42,7 @@ "react-dom": "^18.3.1", "react-hook-form": "^7.54.2", "react-resizable-panels": "^2.1.7", - "react-router": "^7.15.0", + "react-router": "^7.15.1", "recharts": "^2.15.0", "tailwind-merge": "^2.6.0", "tailwindcss": "^3.4.17", @@ -6227,9 +6227,9 @@ } }, "node_modules/react-router": { - "version": "7.15.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.15.0.tgz", - "integrity": "sha512-HW9vYwuM8f4yx66Izy8xfrzCM+SBJluoZcCbww9A1TySax11S5Vgw6fi3ZjMONw9J4gQwngL7PzkyIpJJpJ7RQ==", + "version": "7.15.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.15.1.tgz", + "integrity": "sha512-R8rl9HhgikFYoPJymnUtPXWbnDb3oget6lQnfIoupbt61aT9aOhRkDsY2XRhZRyX1Z/8a5sL74fXmFNm3NRK5A==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", diff --git a/emon-app/package.json b/emon-app/package.json index 5d62af4..60c84c8 100644 --- a/emon-app/package.json +++ b/emon-app/package.json @@ -47,7 +47,7 @@ "react-dom": "^18.3.1", "react-hook-form": "^7.54.2", "react-resizable-panels": "^2.1.7", - "react-router": "^7.15.0", + "react-router": "^7.15.1", "recharts": "^2.15.0", "tailwind-merge": "^2.6.0", "tailwindcss": "^3.4.17",