diff --git a/client/package-lock.json b/client/package-lock.json index b2b1df1e..d1fc5b35 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "i18next-http-backend": "^2.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.1.4", + "react-i18next": "^12.1.5", "sass": "^1.58.0", "vite": "^4.0.4", "vite-plugin-pwa": "^0.14.1" @@ -3823,9 +3823,9 @@ } }, "node_modules/react-i18next": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.4.tgz", - "integrity": "sha512-XQND7jYtgM7ht5PH3yIZljCRpAMTlH/zmngM9ZjToqa+0BR6xuu8c7QF0WIIOEjcMTB2S3iOfpN/xG/ZrAnO6g==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.5.tgz", + "integrity": "sha512-7PQAv6DA0TcStG96fle+8RfTwxVbHVlZZJPoEszwUNvDuWpGldJmNWa3ZPesEsZQZGF6GkzwvEh6p57qpFD2gQ==", "dependencies": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" @@ -7350,9 +7350,9 @@ } }, "react-i18next": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.4.tgz", - "integrity": "sha512-XQND7jYtgM7ht5PH3yIZljCRpAMTlH/zmngM9ZjToqa+0BR6xuu8c7QF0WIIOEjcMTB2S3iOfpN/xG/ZrAnO6g==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.5.tgz", + "integrity": "sha512-7PQAv6DA0TcStG96fle+8RfTwxVbHVlZZJPoEszwUNvDuWpGldJmNWa3ZPesEsZQZGF6GkzwvEh6p57qpFD2gQ==", "requires": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" diff --git a/client/package.json b/client/package.json index ad776d80..78e8f2cd 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "i18next": "^22.4.9", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.1.1", - "react-i18next": "^12.1.4", + "react-i18next": "^12.1.5", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.58.0",