diff --git a/package-lock.json b/package-lock.json index bdb70050..4fbd134e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "downshift": "^9.0.10", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^25.5.0", + "i18next": "^25.5.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0", @@ -7312,9 +7312,9 @@ } }, "node_modules/i18next": { - "version": "25.5.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.5.0.tgz", - "integrity": "sha512-Mm2CgIq0revRFbBvfzqW9kDw1r44M4VDWC+YNRx9vTo5bU/iogSdEAC2HEonDA4czEce/iSbAkK90Tw7UrRZKA==", + "version": "25.5.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.5.2.tgz", + "integrity": "sha512-lW8Zeh37i/o0zVr+NoCHfNnfvVw+M6FQbRp36ZZ/NyHDJ3NJVpp2HhAUyU9WafL5AssymNoOjMRB48mmx2P6Hw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 73d196a4..ef0163ae 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "detect-browser": "^5.3.0", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^25.5.0", + "i18next": "^25.5.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0",