diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-15 08:28:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 08:28:52 +0000 |
commit | a8aad99ebfc264d452ba542a35e977a79e3e5b22 (patch) | |
tree | 7eb5909f78ff0f00c09375bdcbe896ebfe4f9e1e | |
parent | c6686ad50ee576be95d3acce64c8cb1f9967a83f (diff) | |
download | timeline-a8aad99ebfc264d452ba542a35e977a79e3e5b22.tar.gz timeline-a8aad99ebfc264d452ba542a35e977a79e3e5b22.tar.bz2 timeline-a8aad99ebfc264d452ba542a35e977a79e3e5b22.zip |
build(deps): Bump react-i18next from 11.8.9 to 11.8.10 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.9 to 11.8.10.
- [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.9...v11.8.10)
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 593bbcea..10dbeac2 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.1", - "react-i18next": "^11.8.9", + "react-i18next": "^11.8.10", "react-inlinesvg": "^2.2.2", "react-responsive": "^8.2.0", "react-router": "^5.2.0", @@ -12070,9 +12070,9 @@ } }, "node_modules/react-i18next": { - "version": "11.8.9", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.9.tgz", - "integrity": "sha512-HVW4/KtBvXcnzkYeS32IqdGBJJ1fksvqVDnnspsyruO99fhHQaAw1vTSrRpcNE5D8vrOu7B9c6sawfmQJ6OWRg==", + "version": "11.8.10", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.10.tgz", + "integrity": "sha512-ckjNzMjYkmx4fQ8zzuaYTosYN3Co6ebrgCQJzuZCcGFYSR/kGHZzSu0xw9VhtnbjJVKx0gEMV3DLRvzi4xDZUw==", "dependencies": { "@babel/runtime": "^7.13.6", "html-parse-stringify2": "^2.0.1" @@ -25521,9 +25521,9 @@ "requires": {} }, "react-i18next": { - "version": "11.8.9", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.9.tgz", - "integrity": "sha512-HVW4/KtBvXcnzkYeS32IqdGBJJ1fksvqVDnnspsyruO99fhHQaAw1vTSrRpcNE5D8vrOu7B9c6sawfmQJ6OWRg==", + "version": "11.8.10", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.10.tgz", + "integrity": "sha512-ckjNzMjYkmx4fQ8zzuaYTosYN3Co6ebrgCQJzuZCcGFYSR/kGHZzSu0xw9VhtnbjJVKx0gEMV3DLRvzi4xDZUw==", "requires": { "@babel/runtime": "^7.13.6", "html-parse-stringify2": "^2.0.1" diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 0d1aa4b8..00ee86e4 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.1",
- "react-i18next": "^11.8.9",
+ "react-i18next": "^11.8.10",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|