diff --git a/package-lock.json b/package-lock.json index 27885182..6e634a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "detect-browser": "^5.3.0", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^25.0.1", + "i18next": "^25.0.2", "i18next-browser-languagedetector": "^8.0.5", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0", @@ -7285,9 +7285,9 @@ } }, "node_modules/i18next": { - "version": "25.0.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.0.1.tgz", - "integrity": "sha512-8S8PyZbrymJZn3DaN70/34JYWNhsqrU6yA4MuzcygJBv+41dgNMocEA8h+kV1P7MCc1ll03lOTOIXE7mpNCicw==", + "version": "25.0.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.0.2.tgz", + "integrity": "sha512-xWxgK8GAaPYkV9ia2tdgbtdM+qiC+ysVTBPvXhpCORU/+QkeQe3BSI7Crr+c4ZXULN1PfnXG/HY2n7HGx4KKBg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index f49d9211..89d8bc5b 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.0.1", + "i18next": "^25.0.2", "i18next-browser-languagedetector": "^8.0.5", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0",