aboutsummaryrefslogtreecommitdiff
path: root/src/main/webui/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-23 09:37:00 -0400
committerGitHub <noreply@github.com>2025-08-23 09:37:00 -0400
commitc3523a80d6b809e428aa7987e5defdf4a4e99952 (patch)
treedab2ca4d73b6d1f346a640ff77b3fab7ba40e019 /src/main/webui/package.json
parent65050ec515c50a870f33afc1f58f198ae11558af (diff)
downloadpantry-c3523a80d6b809e428aa7987e5defdf4a4e99952.tar.gz
pantry-c3523a80d6b809e428aa7987e5defdf4a4e99952.tar.bz2
pantry-c3523a80d6b809e428aa7987e5defdf4a4e99952.zip
build(deps): bump react-router-dom in /src/main/webui (#693)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.8.1 to 7.8.2. - [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.2/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.8.2 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 26603ef..9e874a3 100644
--- a/src/main/webui/package.json
+++ b/src/main/webui/package.json
@@ -32,7 +32,7 @@
"react": "19.1.1",
"react-dom": "19.1.1",
"react-redux": "^9.2.0",
- "react-router-dom": "^7.8.1",
+ "react-router-dom": "^7.8.2",
"redux": "^5.0.1",
"tailwindcss": "^4.1.12",
"uuid": "^11.1.0",