diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-12 13:40:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 13:40:00 +0000 |
commit | 202f7edbe043e13c360c856f79626828b949ec72 (patch) | |
tree | ae8496ac2e795e8fd4a7451d929adfecb8a7132b /FrontEnd | |
parent | b3d738b4e0fbffd83ab284cdc654d014953ee940 (diff) | |
download | timeline-202f7edbe043e13c360c856f79626828b949ec72.tar.gz timeline-202f7edbe043e13c360c856f79626828b949ec72.tar.bz2 timeline-202f7edbe043e13c360c856f79626828b949ec72.zip |
build(deps): Bump react-i18next from 11.16.5 to 11.16.6 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.16.5 to 11.16.6.
- [Release notes](https://github.com/i18next/react-i18next/releases)
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v11.16.5...v11.16.6)
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 98b87d79..b970c760 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.21.1",
- "i18next": "^21.6.15",
+ "i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -23,7 +23,7 @@ "react": "^17.0.0",
"react-color": "^2.19.3",
"react-dom": "^17.0.0",
- "react-i18next": "^11.16.5",
+ "react-i18next": "^11.16.6",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|