diff --git a/package-lock.json b/package-lock.json index 70996da7..f8e73a7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "downshift": "^9.0.12", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^25.7.1", + "i18next": "^25.7.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0", @@ -8343,9 +8343,9 @@ } }, "node_modules/i18next": { - "version": "25.7.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.7.1.tgz", - "integrity": "sha512-XbTnkh1yCZWSAZGnA9xcQfHcYNgZs2cNxm+c6v1Ma9UAUGCeJPplRe1ILia6xnDvXBjk0uXU+Z8FYWhA19SKFw==", + "version": "25.7.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.7.2.tgz", + "integrity": "sha512-58b4kmLpLv1buWUEwegMDUqZVR5J+rT+WTRFaBGL7lxDuJQQ0NrJFrq+eT2N94aYVR1k1Sr13QITNOL88tZCuw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 6ab2a0c1..fc6f4b78 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "downshift": "^9.0.12", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^25.7.1", + "i18next": "^25.7.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0",