diff --git a/package-lock.json b/package-lock.json index 35528b56..ba2c0afb 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.2.0", + "i18next": "^25.2.1", "i18next-browser-languagedetector": "^8.1.0", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0", @@ -7335,9 +7335,9 @@ } }, "node_modules/i18next": { - "version": "25.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.0.tgz", - "integrity": "sha512-ERhJICsxkw1vE7G0lhCUYv4ZxdBEs03qblt1myJs94rYRK9loJF3xDj8mgQz3LmCyp0yYrNjbN/1/GWZTZDGCA==", + "version": "25.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.1.tgz", + "integrity": "sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index ae1727ed..3f3e50e2 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.2.0", + "i18next": "^25.2.1", "i18next-browser-languagedetector": "^8.1.0", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0",