aboutsummaryrefslogtreecommitdiff
path: root/src/main/webui/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-03 15:50:17 +0000
committerGitHub <noreply@github.com>2025-11-03 15:50:17 +0000
commita2b0ab19b020b53c2e8df1ce655ca1aa1767440d (patch)
treeb7b1ccb8a1b7606679af895d9858d631e866b75a /src/main/webui/package.json
parent32d13eb46c1b4b7478c0eca42f8a3416b681789b (diff)
downloadpantry-a2b0ab19b020b53c2e8df1ce655ca1aa1767440d.tar.gz
pantry-a2b0ab19b020b53c2e8df1ce655ca1aa1767440d.tar.bz2
pantry-a2b0ab19b020b53c2e8df1ce655ca1aa1767440d.zip
build(deps): bump react-router-dom in /src/main/webui (#747)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.9.4 to 7.9.5. - [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.5/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/webui/package.json')
-rw-r--r--src/main/webui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webui/package.json b/src/main/webui/package.json
index 4835436..caf0e48 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.4",
+ "react-router-dom": "^7.9.5",
"redux": "^5.0.1",
"tailwindcss": "^4.1.16",
"uuid": "^13.0.0",