diff --git a/package-lock.json b/package-lock.json index 7252d86..ac0f8ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-copy-to-clipboard": "^5.1.0", "react-dom": "^17.0.2", "react-flow-renderer": "^10.1.1", - "react-i18next": "^11.16.6", + "react-i18next": "^15.5.3", "react-infinite-scroll-component": "^6.1.0", "react-jazzicon": "^1.0.3", "react-json-view": "^1.21.3", @@ -1734,12 +1734,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", - "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", - "dependencies": { - "regenerator-runtime": "^0.13.4" - }, + "version": "7.27.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz", + "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -14504,17 +14502,18 @@ } }, "node_modules/react-i18next": { - "version": "11.16.6", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.6.tgz", - "integrity": "sha512-qa76GnvAPafNSxKNN/XMhdCkVN/9Lm+BpzW5+6FE2ctYUemhbglP7oklGmYiJXlG24p9itqzlJDbCi3SNd3jzA==", + "version": "15.5.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.3.tgz", + "integrity": "sha512-ypYmOKOnjqPEJZO4m1BI0kS8kWqkBNsKYyhVUfij0gvjy9xJNoG/VcGkxq5dRlVwzmrmY1BQMAmpbbUBLwC4Kw==", + "license": "MIT", "dependencies": { - "@babel/runtime": "^7.14.5", - "html-escaper": "^2.0.2", + "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 19.0.0", - "react": ">= 16.8.0" + "i18next": ">= 23.2.3", + "react": ">= 16.8.0", + "typescript": "^5" }, "peerDependenciesMeta": { "react-dom": { @@ -14522,6 +14521,9 @@ }, "react-native": { "optional": true + }, + "typescript": { + "optional": true } } }, @@ -18668,12 +18670,9 @@ } }, "@babel/runtime": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", - "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", - "requires": { - "regenerator-runtime": "^0.13.4" - } + "version": "7.27.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz", + "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==" }, "@babel/runtime-corejs3": { "version": "7.17.9", @@ -27780,12 +27779,11 @@ } }, "react-i18next": { - "version": "11.16.6", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.6.tgz", - "integrity": "sha512-qa76GnvAPafNSxKNN/XMhdCkVN/9Lm+BpzW5+6FE2ctYUemhbglP7oklGmYiJXlG24p9itqzlJDbCi3SNd3jzA==", + "version": "15.5.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.3.tgz", + "integrity": "sha512-ypYmOKOnjqPEJZO4m1BI0kS8kWqkBNsKYyhVUfij0gvjy9xJNoG/VcGkxq5dRlVwzmrmY1BQMAmpbbUBLwC4Kw==", "requires": { - "@babel/runtime": "^7.14.5", - "html-escaper": "^2.0.2", + "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" } }, diff --git a/package.json b/package.json index 0e394cf..a5e2250 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-copy-to-clipboard": "^5.1.0", "react-dom": "^17.0.2", "react-flow-renderer": "^10.1.1", - "react-i18next": "^11.16.6", + "react-i18next": "^15.5.3", "react-infinite-scroll-component": "^6.1.0", "react-jazzicon": "^1.0.3", "react-json-view": "^1.21.3",