diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-26 06:03:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 06:03:08 +0000 |
commit | dee089a002ea5a11114548e4d582f9a49ae1c3f5 (patch) | |
tree | 6509da1fc6ed09031bd4e2465e3e6da7e39dd3de | |
parent | 37288b90d7502696f58e742304447673f24fad29 (diff) | |
download | timeline-dee089a002ea5a11114548e4d582f9a49ae1c3f5.tar.gz timeline-dee089a002ea5a11114548e4d582f9a49ae1c3f5.tar.bz2 timeline-dee089a002ea5a11114548e4d582f9a49ae1c3f5.zip |
build(deps): Bump react-i18next from 11.8.15 to 11.9.0 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.15 to 11.9.0.
- [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.15...v11.9.0)
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 693bbefa..012c8008 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -24,7 +24,7 @@ "react-bootstrap": "^2.0.0-alpha.2", "react-color": "^2.19.3", "react-dom": "^17.0.2", - "react-i18next": "^11.8.15", + "react-i18next": "^11.9.0", "react-inlinesvg": "^2.3.0", "react-responsive": "^8.2.0", "react-router": "^5.2.0", @@ -10958,9 +10958,9 @@ } }, "node_modules/react-i18next": { - "version": "11.8.15", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.15.tgz", - "integrity": "sha512-ZbKcbYYKukgDL0MiUWKJTEsEftjSTNVZv67/V+SjPqTRwuF/aL4NbUtuEcb4WjHk0HyZ1M+2wGd07Fp0RUNHKA==", + "version": "11.9.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.9.0.tgz", + "integrity": "sha512-Yrvldj3gB0z5AMaJw5O1HojTUTjSZFkvQg4ycW4voNSmf/Is/jvHoNoUD0r1qc5lNtiKuMoJPOiiim5vovgbng==", "dependencies": { "@babel/runtime": "^7.13.6", "html-parse-stringify": "^3.0.1" @@ -23241,9 +23241,9 @@ "requires": {} }, "react-i18next": { - "version": "11.8.15", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.15.tgz", - "integrity": "sha512-ZbKcbYYKukgDL0MiUWKJTEsEftjSTNVZv67/V+SjPqTRwuF/aL4NbUtuEcb4WjHk0HyZ1M+2wGd07Fp0RUNHKA==", + "version": "11.9.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.9.0.tgz", + "integrity": "sha512-Yrvldj3gB0z5AMaJw5O1HojTUTjSZFkvQg4ycW4voNSmf/Is/jvHoNoUD0r1qc5lNtiKuMoJPOiiim5vovgbng==", "requires": { "@babel/runtime": "^7.13.6", "html-parse-stringify": "^3.0.1" diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 558483e4..df5c7df1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -22,7 +22,7 @@ "react-bootstrap": "^2.0.0-alpha.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
- "react-i18next": "^11.8.15",
+ "react-i18next": "^11.9.0",
"react-inlinesvg": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|