From 2cc0e68d28aa299ff03959a9de2166d5a03b1187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:37:30 +0000 Subject: [PATCH] chore(deps): bump react-router Bumps the npm_and_yarn group with 1 update in the /dashboard directory: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router). Updates `react-router` from 7.14.2 to 7.16.0 - [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.16.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.16.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 16 ++++++++-------- dashboard/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 0fc108a..b8e8dd8 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -16,7 +16,7 @@ "next": "^16.2.6", "react": "^19.2.5", "react-dom": "^19.2.7", - "react-router-dom": "^7.14.2" + "react-router-dom": "^7.16.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.2.4", @@ -7442,9 +7442,9 @@ "license": "MIT" }, "node_modules/react-router": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.14.2.tgz", - "integrity": "sha512-yCqNne6I8IB6rVCH7XUvlBK7/QKyqypBFGv+8dj4QBFJiiRX+FG7/nkdAvGElyvVZ/HQP5N19wzteuTARXi5Gw==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.16.0.tgz", + "integrity": "sha512-wArC8lVyJb3+jM9OpDyW6hLCizACWkvQR/sSGqSs+o5uEXEtGlqdZ4v8hENR3Jad6i+LRkK93q/+bQAcvl6V1A==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", @@ -7464,12 +7464,12 @@ } }, "node_modules/react-router-dom": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.14.2.tgz", - "integrity": "sha512-YZcM5ES8jJSM+KrJ9BdvHHqlnGTg5tH3sC5ChFRj4inosKctdyzBDhOyyHdGk597q2OT6NTrCA1OvB/YDwfekQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.16.0.tgz", + "integrity": "sha512-kMUAbimWB5FVbF4Bce4bJsiKJWLIUHq/mEG8+CFDnCSgltptBiG5nguducmsJeGKytlCvQud9Qhzpn49iduTlA==", "license": "MIT", "dependencies": { - "react-router": "7.14.2" + "react-router": "7.16.0" }, "engines": { "node": ">=20.0.0" diff --git a/dashboard/package.json b/dashboard/package.json index 8bb082e..13c038e 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -19,7 +19,7 @@ "next": "^16.2.6", "react": "^19.2.5", "react-dom": "^19.2.7", - "react-router-dom": "^7.14.2" + "react-router-dom": "^7.16.0" }, "overrides": { "next": {