diff --git a/package-lock.json b/package-lock.json index 4fa78e9e..752fad62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "downshift": "^9.3.2", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^26.0.6", + "i18next": "^26.0.7", "i18next-browser-languagedetector": "^8.2.1", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0", @@ -8050,9 +8050,9 @@ } }, "node_modules/i18next": { - "version": "26.0.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.6.tgz", - "integrity": "sha512-A4U6eCXodIbrhf8EarRurB9/4ebyaurH4+fu4gig9bqxmpSt+fCAFm/GpRQDcN1Xzu/LdFCx4nYHsnM1edIIbg==", + "version": "26.0.7", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.7.tgz", + "integrity": "sha512-f7tL/iw0VQsx4nC5oNxBM2RjM8alNys5KzyiQTU6A9TI5TI89py4/Ez1cKFvHiLWsvzOXvuGUES+Kk/A2WiANQ==", "funding": [ { "type": "individual", @@ -8068,9 +8068,6 @@ } ], "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.29.2" - }, "peerDependencies": { "typescript": "^5 || ^6" }, diff --git a/package.json b/package.json index 409c58b1..1420b31c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "downshift": "^9.3.2", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^26.0.6", + "i18next": "^26.0.7", "i18next-browser-languagedetector": "^8.2.1", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0",