aboutsummaryrefslogtreecommitdiff
path: root/src/main/webui/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-18 16:21:53 -0500
committerGitHub <noreply@github.com>2025-11-18 16:21:53 -0500
commit4cf37a74cd79534d70a414e6df151e1eca00dd7a (patch)
tree87fd5997d95d387735e134e2717c2c3e67c00d6d /src/main/webui/package.json
parentc9f80c3fe260555614a5ae9afe71cb47cb03c224 (diff)
downloadpantry-4cf37a74cd79534d70a414e6df151e1eca00dd7a.tar.gz
pantry-4cf37a74cd79534d70a414e6df151e1eca00dd7a.tar.bz2
pantry-4cf37a74cd79534d70a414e6df151e1eca00dd7a.zip
build(deps): bump react-router-dom in /src/main/webui (#757)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.9.5 to 7.9.6. - [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.6/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.9.6 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 8e18480..271197d 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.5",
+ "react-router-dom": "^7.9.6",
"redux": "^5.0.1",
"tailwindcss": "^4.1.17",
"uuid": "^13.0.0",