diff --git a/package-lock.json b/package-lock.json index 567123ecc..254335211 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", "final-form": "^4.20.10", - "i18next": "^23.6.0", + "i18next": "^23.7.11", "i18next-browser-languagedetector": "^7.1.0", "lodash": "^4.17.21", "luxon": "^3.4.3", @@ -9209,9 +9209,9 @@ } }, "node_modules/i18next": { - "version": "23.6.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.6.0.tgz", - "integrity": "sha512-z0Cxr0MGkt+kli306WS4nNNM++9cgt2b2VCMprY92j+AIab/oclgPxdwtTZVLP1zn5t5uo8M6uLsZmYrcjr3HA==", + "version": "23.7.11", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.11.tgz", + "integrity": "sha512-A/vOkw8vY99YHU9A1Td3I1dcTiYaPnwBWzrpVzfXUXSYgogK3cmBcmop/0cnXPc6QpUWIyqaugKNxRUEZVk9Nw==", "funding": [ { "type": "individual", @@ -9227,7 +9227,7 @@ } ], "dependencies": { - "@babel/runtime": "^7.22.5" + "@babel/runtime": "^7.23.2" } }, "node_modules/i18next-browser-languagedetector": { diff --git a/package.json b/package.json index ad521d0c2..b112cfdb3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", "final-form": "^4.20.10", - "i18next": "^23.6.0", + "i18next": "^23.7.11", "i18next-browser-languagedetector": "^7.1.0", "lodash": "^4.17.21", "luxon": "^3.4.3",