diff options
-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 8743ea77..b2cea87b 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 3b8d30cd..fb42bccd 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",
|