diff options
author | dependabot[bot] | 2021-08-30 17:08:59 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | c004c9b6d12159e88799274076b31ac7db241241 (patch) | |
tree | 0ce5698f70ae50bfce1662f6e0fa58a230f2240d /vnext/package.json | |
parent | 8692c821a181fd62166d25ea3acca7f8dc29558b (diff) |
Bump react-router-dom from 5.2.0 to 5.2.1
Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/ReactTraining/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ReactTraining/react-router/compare/v5.2.0...v5.2.1)
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index de083f3a..0fb8f393 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -84,7 +84,7 @@ "react-content-loader": "^6.0.3", "react-cookie": "^4.1.1", "react-dom": "17.0.2", - "react-router-dom": "^5.2.0", + "react-router-dom": "^5.2.1", "react-use": "^17.2.4", "react-use-form-state": "^0.13.2", "regenerator-runtime": "^0.13.9", |