diff --git a/package-lock.json b/package-lock.json index cf8769aff1..c6775d37ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "fast-xml-parser": "^4.2.5", "history": "^4.10.1", "hoist-non-react-statics": "^3.3.2", - "i18next": "^23.6.0", + "i18next": "^23.7.7", "i18next-xhr-backend": "3.2.2", "ical.js": "^1.5.0", "memoize-one": "^6.0.0", @@ -11362,9 +11362,9 @@ "license": "BSD-3-Clause" }, "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.7", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.7.tgz", + "integrity": "sha512-peTvdT+Lma+o0LfLFD7IC2M37N9DJ04dH0IJYOyOHRhDfLo6nK36v7LkrQH35C2l8NHiiXZqGirhKESlEb/5PA==", "funding": [ { "type": "individual", @@ -11380,7 +11380,7 @@ } ], "dependencies": { - "@babel/runtime": "^7.22.5" + "@babel/runtime": "^7.23.2" } }, "node_modules/i18next-xhr-backend": { diff --git a/package.json b/package.json index 8f699dc47b..155d5fdc74 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "fast-xml-parser": "^4.2.5", "history": "^4.10.1", "hoist-non-react-statics": "^3.3.2", - "i18next": "^23.6.0", + "i18next": "^23.7.7", "i18next-xhr-backend": "3.2.2", "ical.js": "^1.5.0", "memoize-one": "^6.0.0",