diff --git a/app/dashboard/package-lock.json b/app/dashboard/package-lock.json index 11c747c1..ece6e1fe 100644 --- a/app/dashboard/package-lock.json +++ b/app/dashboard/package-lock.json @@ -32,7 +32,7 @@ "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", "react-hook-form": "^7.48.2", - "react-i18next": "^12.2.0", + "react-i18next": "^12.3.1", "react-json-editor-ajrm": "^2.5.14", "react-loading-skeleton": "^3.1.0", "react-query": "^4.0.0", @@ -4704,9 +4704,9 @@ } }, "node_modules/react-i18next": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz", - "integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", + "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", "dependencies": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" @@ -8927,9 +8927,9 @@ "requires": {} }, "react-i18next": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz", - "integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", + "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", "requires": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" diff --git a/app/dashboard/package.json b/app/dashboard/package.json index 93c6ed15..0cafdf09 100644 --- a/app/dashboard/package.json +++ b/app/dashboard/package.json @@ -33,7 +33,7 @@ "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", "react-hook-form": "^7.48.2", - "react-i18next": "^12.2.0", + "react-i18next": "^12.3.1", "react-json-editor-ajrm": "^2.5.14", "react-loading-skeleton": "^3.1.0", "react-query": "^4.0.0",