diff --git a/package-lock.json b/package-lock.json index 6a1716e1..cdaee5e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "react-color": "^2.19.3", "react-dom": "^18.2.0", "react-file-reader-input": "^2.0.0", - "react-i18next": "^15.6.0", + "react-i18next": "^15.6.1", "react-icon-base": "^2.1.2", "react-icons": "^5.5.0", "react-sortable-hoc": "^2.0.0", @@ -10891,9 +10891,10 @@ } }, "node_modules/react-i18next": { - "version": "15.6.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.6.0.tgz", - "integrity": "sha512-W135dB0rDfiFmbMipC17nOhGdttO5mzH8BivY+2ybsQBbXvxWIwl3cmeH3T9d+YPBSJu/ouyJKFJTtkK7rJofw==", + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.6.1.tgz", + "integrity": "sha512-uGrzSsOUUe2sDBG/+FJq2J1MM+Y4368/QW8OLEKSFvnDflHBbZhSd1u3UkW0Z06rMhZmnB/AQrhCpYfE5/5XNg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index c571c3b4..a4627c94 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "react-color": "^2.19.3", "react-dom": "^18.2.0", "react-file-reader-input": "^2.0.0", - "react-i18next": "^15.6.0", + "react-i18next": "^15.6.1", "react-icon-base": "^2.1.2", "react-icons": "^5.5.0", "react-sortable-hoc": "^2.0.0",