diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-07 05:09:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 05:09:13 +0000 |
commit | 708df1076c141a019004c9e0e23a76ffa8d3e4f9 (patch) | |
tree | 70e5a73a8f4852f0a931660678bac5df9b5a8f19 /FrontEnd/package.json | |
parent | 02a1110ff29ffcd95d82c64060d0d36c3b189e9b (diff) | |
download | timeline-708df1076c141a019004c9e0e23a76ffa8d3e4f9.tar.gz timeline-708df1076c141a019004c9e0e23a76ffa8d3e4f9.tar.bz2 timeline-708df1076c141a019004c9e0e23a76ffa8d3e4f9.zip |
build(deps): Bump i18next from 21.8.11 to 21.8.13 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.8.11 to 21.8.13.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v21.8.11...v21.8.13)
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@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 75a73870..d2033f3a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.23.3",
- "i18next": "^21.8.11",
+ "i18next": "^21.8.13",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|