diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-09 07:49:07 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-09 07:49:07 +0900 |
commit | 240948e6388ef12d5c1dad537de8ac09c0b9cc7b (patch) | |
tree | 5cf1882eb295424db245be878b199e1bb22cf3b6 /frontend/package.json | |
parent | 2b19f390e72ee6368b6b250a829ec856ae073689 (diff) | |
download | bazarr-240948e6388ef12d5c1dad537de8ac09c0b9cc7b.tar.gz bazarr-240948e6388ef12d5c1dad537de8ac09c0b9cc7b.zip |
no log: Bump react-router-dom from 6.22.3 to 6.23.1 in /frontend (#2507)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.22.3 to 6.23.1.
- [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/[email protected]/packages/react-router-dom)
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index ad297a715..f2b10bfb4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-query": "^3.39.3", - "react-router-dom": "^6.22.3", + "react-router-dom": "^6.23.1", "socket.io-client": "^4.7.5" }, "devDependencies": { |