diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-29 07:02:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 07:02:39 +0000 |
commit | 02046b1955f3e329ee28a3b05d3109b60964f38f (patch) | |
tree | b8b72ac334bddce36ced1c822a1f350c7a0bb46b | |
parent | 2075e4098025001073b5eca025632cbb3199c316 (diff) | |
download | timeline-02046b1955f3e329ee28a3b05d3109b60964f38f.tar.gz timeline-02046b1955f3e329ee28a3b05d3109b60964f38f.tar.bz2 timeline-02046b1955f3e329ee28a3b05d3109b60964f38f.zip |
build(deps): Bump react-i18next from 11.8.14 to 11.8.15 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.14 to 11.8.15.
- [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.14...v11.8.15)
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 e8d40944..f6c44073 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -21,7 +21,7 @@ "react": "^17.0.1", "react-bootstrap": "^1.5.2", "react-dom": "^17.0.2", - "react-i18next": "^11.8.14", + "react-i18next": "^11.8.15", "react-inlinesvg": "^2.2.2", "react-responsive": "^8.2.0", "react-router": "^5.2.0", @@ -12023,9 +12023,9 @@ } }, "node_modules/react-i18next": { - "version": "11.8.14", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.14.tgz", - "integrity": "sha512-IlfmezceEic7nMkhK39bYSV1tXqcOraLpiBc8ADN7CfoqTpANW6/UmNUvtlj0jEdpI69fQ2bO9+ZmTxeAg5ehA==", + "version": "11.8.15", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.15.tgz", + "integrity": "sha512-ZbKcbYYKukgDL0MiUWKJTEsEftjSTNVZv67/V+SjPqTRwuF/aL4NbUtuEcb4WjHk0HyZ1M+2wGd07Fp0RUNHKA==", "dependencies": { "@babel/runtime": "^7.13.6", "html-parse-stringify": "^3.0.1" @@ -25395,9 +25395,9 @@ "requires": {} }, "react-i18next": { - "version": "11.8.14", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.14.tgz", - "integrity": "sha512-IlfmezceEic7nMkhK39bYSV1tXqcOraLpiBc8ADN7CfoqTpANW6/UmNUvtlj0jEdpI69fQ2bO9+ZmTxeAg5ehA==", + "version": "11.8.15", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.15.tgz", + "integrity": "sha512-ZbKcbYYKukgDL0MiUWKJTEsEftjSTNVZv67/V+SjPqTRwuF/aL4NbUtuEcb4WjHk0HyZ1M+2wGd07Fp0RUNHKA==", "requires": { "@babel/runtime": "^7.13.6", "html-parse-stringify": "^3.0.1" diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 394cc4f5..176a33ab 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -19,7 +19,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
- "react-i18next": "^11.8.14",
+ "react-i18next": "^11.8.15",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|