diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:16:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:16:39 +0000 |
commit | be9b77d65bbb9d8b0358be456a724f4857088927 (patch) | |
tree | 08965bbaee0db5ed9c16df4cc399a431d49a441d | |
parent | 255dc7b9a35896a732099588b73b4c0adb99f045 (diff) | |
download | timeline-be9b77d65bbb9d8b0358be456a724f4857088927.tar.gz timeline-be9b77d65bbb9d8b0358be456a724f4857088927.tar.bz2 timeline-be9b77d65bbb9d8b0358be456a724f4857088927.zip |
build(deps): Bump react-i18next from 11.8.11 to 11.8.12 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.11 to 11.8.12.
- [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.8.11...v11.8.12)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 49ebbba3..de82b125 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -22,7 +22,7 @@ "react": "^17.0.1", "react-bootstrap": "^1.5.2", "react-dom": "^17.0.2", - "react-i18next": "^11.8.11", + "react-i18next": "^11.8.12", "react-inlinesvg": "^2.2.2", "react-responsive": "^8.2.0", "react-router": "^5.2.0", @@ -12102,9 +12102,9 @@ } }, "node_modules/react-i18next": { - "version": "11.8.11", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.11.tgz", - "integrity": "sha512-S17B952IB8T5Zs0SoGNR5zSHU5N7+X2D2OydhAtqNHT+iw9Tbt7WBNExufe9NbmpUQUUjKrCHIkl2diNTdGYtA==", + "version": "11.8.12", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.12.tgz", + "integrity": "sha512-M2PSVP9MzT/7yofXfCOF5gAVotinrM4BXWiguk8uFSznJsfFzTjrp3K9CBWcXitpoCBVZGZJ2AnbaWGSNkJqfw==", "dependencies": { "@babel/runtime": "^7.13.6", "html-parse-stringify2": "^2.0.1" @@ -25576,9 +25576,9 @@ "requires": {} }, "react-i18next": { - "version": "11.8.11", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.11.tgz", - "integrity": "sha512-S17B952IB8T5Zs0SoGNR5zSHU5N7+X2D2OydhAtqNHT+iw9Tbt7WBNExufe9NbmpUQUUjKrCHIkl2diNTdGYtA==", + "version": "11.8.12", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.12.tgz", + "integrity": "sha512-M2PSVP9MzT/7yofXfCOF5gAVotinrM4BXWiguk8uFSznJsfFzTjrp3K9CBWcXitpoCBVZGZJ2AnbaWGSNkJqfw==", "requires": { "@babel/runtime": "^7.13.6", "html-parse-stringify2": "^2.0.1" diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 97d1b723..97733bd0 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
- "react-i18next": "^11.8.11",
+ "react-i18next": "^11.8.12",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|