diff --git a/package-lock.json b/package-lock.json index 4bbde8b..70b72d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "browserslist": "^4.24.4", "browserslist-useragent": "^4.0.0", "cypress": "^14.4.1", - "i18next": "^24.2.2", + "i18next": "^25.2.1", "react": "19.1.0", "react-dom": "19.1.0", "react-github-btn": "^1.4.0", @@ -3697,9 +3697,9 @@ } }, "node_modules/i18next": { - "version": "24.2.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.3.tgz", - "integrity": "sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==", + "version": "25.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.1.tgz", + "integrity": "sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==", "funding": [ { "type": "individual", @@ -3716,7 +3716,7 @@ ], "license": "MIT", "dependencies": { - "@babel/runtime": "^7.26.10" + "@babel/runtime": "^7.27.1" }, "peerDependencies": { "typescript": "^5" diff --git a/package.json b/package.json index c7723b7..93b9c9f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "browserslist": "^4.24.4", "browserslist-useragent": "^4.0.0", "cypress": "^14.4.1", - "i18next": "^24.2.2", + "i18next": "^25.2.1", "react": "19.1.0", "react-dom": "19.1.0", "react-github-btn": "^1.4.0",