diff --git a/package-lock.json b/package-lock.json index a9cdcd990..85c0e0d08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17684,7 +17684,9 @@ } }, "node_modules/i18next": { - "version": "25.10.9", + "version": "26.0.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.3.tgz", + "integrity": "sha512-1571kXINxHKY7LksWp8wP+zP0YqHSSpl/OW0Y0owFEf2H3s8gCAffWaZivcz14rMkOvn3R/psiQxVsR9t2Nafg==", "funding": [ { "type": "individual", @@ -24214,11 +24216,10 @@ } }, "node_modules/react": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", - "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -29831,7 +29832,7 @@ "color": "^5.0.3", "copy-to-clipboard": "^3.3.3", "deepmerge": "^4.3.1", - "i18next": "^25.10.9", + "i18next": "^26.0.3", "react-i18next": "^16.6.6", "react-qrcode-logo": "^4.0.0", "tailwind-merge": "^3.5.0" diff --git a/packages/modal/package.json b/packages/modal/package.json index 8ee979ab5..5d826b10e 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -107,7 +107,7 @@ "color": "^5.0.3", "copy-to-clipboard": "^3.3.3", "deepmerge": "^4.3.1", - "i18next": "^25.10.9", + "i18next": "^26.0.3", "react-i18next": "^16.6.6", "react-qrcode-logo": "^4.0.0", "tailwind-merge": "^3.5.0"