diff --git a/client/package-lock.json b/client/package-lock.json index 901d279f..b5862edb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "i18next-http-backend": "^2.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.0.0", + "react-i18next": "^12.1.0", "sass": "^1.56.1", "vite": "^3.2.5", "vite-plugin-pwa": "^0.13.3" @@ -3862,9 +3862,9 @@ } }, "node_modules/react-i18next": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.0.0.tgz", - "integrity": "sha512-/O7N6aIEAl1FaWZBNvhdIo9itvF/MO/nRKr9pYqRc9LhuC1u21SlfwpiYQqvaeNSEW3g3qUXLREOWMt+gxrWbg==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.0.tgz", + "integrity": "sha512-zYSWNCKklqulvXQFAo1TTZxI+DOflD8QQaGUIn58/FDJGiczCVf0X3g5zjY6h86+MLS3fpD5Dwziyi2DWmUD7Q==", "dependencies": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" @@ -7325,9 +7325,9 @@ } }, "react-i18next": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.0.0.tgz", - "integrity": "sha512-/O7N6aIEAl1FaWZBNvhdIo9itvF/MO/nRKr9pYqRc9LhuC1u21SlfwpiYQqvaeNSEW3g3qUXLREOWMt+gxrWbg==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.0.tgz", + "integrity": "sha512-zYSWNCKklqulvXQFAo1TTZxI+DOflD8QQaGUIn58/FDJGiczCVf0X3g5zjY6h86+MLS3fpD5Dwziyi2DWmUD7Q==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" diff --git a/client/package.json b/client/package.json index 4223b2ce..f30f8094 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "i18next": "^22.0.8", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.0.2", - "react-i18next": "^12.0.0", + "react-i18next": "^12.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.56.1",