diff --git a/package-lock.json b/package-lock.json index e2444d7d..6878234f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "react-color": "^2.19.3", "react-dom": "^18.2.0", "react-file-reader-input": "^2.0.0", - "react-i18next": "^15.5.3", + "react-i18next": "^15.6.0", "react-icon-base": "^2.1.2", "react-icons": "^5.5.0", "react-sortable-hoc": "^2.0.0", @@ -10876,10 +10876,9 @@ } }, "node_modules/react-i18next": { - "version": "15.5.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.3.tgz", - "integrity": "sha512-ypYmOKOnjqPEJZO4m1BI0kS8kWqkBNsKYyhVUfij0gvjy9xJNoG/VcGkxq5dRlVwzmrmY1BQMAmpbbUBLwC4Kw==", - "license": "MIT", + "version": "15.6.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.6.0.tgz", + "integrity": "sha512-W135dB0rDfiFmbMipC17nOhGdttO5mzH8BivY+2ybsQBbXvxWIwl3cmeH3T9d+YPBSJu/ouyJKFJTtkK7rJofw==", "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 921c9987..73c642cf 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "react-color": "^2.19.3", "react-dom": "^18.2.0", "react-file-reader-input": "^2.0.0", - "react-i18next": "^15.5.3", + "react-i18next": "^15.6.0", "react-icon-base": "^2.1.2", "react-icons": "^5.5.0", "react-sortable-hoc": "^2.0.0",