diff --git a/package-lock.json b/package-lock.json index e8d5aad..18041a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "copy-webpack-plugin": "^14.0.0", "css-loader": "^7.1.4", "dompurify": "^3.2.7", - "i18next": "^25.8.18", + "i18next": "^26.0.0", "marked": "^17.0.5", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -10401,9 +10401,9 @@ } }, "node_modules/i18next": { - "version": "25.10.10", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.10.tgz", - "integrity": "sha512-cqUW2Z3EkRx7NqSyywjkgCLK7KLCL6IFVFcONG7nVYIJ3ekZ1/N5jUsihHV6Bq37NfhgtczxJcxduELtjTwkuQ==", + "version": "26.3.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.1.tgz", + "integrity": "sha512-txQqd5EULsqEh9OJqRH15aCaOuy/nLJyhw5EHCSKLKJE1aBbb3Zve2+uQIxgWhPm1QqUQoWyQBm2kfmmIrzkcQ==", "funding": [ { "type": "individual", @@ -10419,9 +10419,6 @@ } ], "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.29.2" - }, "peerDependencies": { "typescript": "^5 || ^6" }, diff --git a/package.json b/package.json index eb9c4b7..9763721 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "copy-webpack-plugin": "^14.0.0", "css-loader": "^7.1.4", "dompurify": "^3.2.7", - "i18next": "^25.8.18", + "i18next": "^26.0.0", "marked": "^17.0.5", "react": "^18.3.1", "react-dom": "^18.3.1",