diff --git a/package-lock.json b/package-lock.json index 4c52cd4e..05cb42ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "react": "^17.0.2", "react-device-detect": "^2.2.2", "react-dom": "^17.0.2", - "react-i18next": "^11.18.6", + "react-i18next": "^12.3.1", "react-imask": "^6.6.1", "remix-auth": "^3.4.0", "remix-auth-email-link": "^2.0.2", @@ -19270,11 +19270,11 @@ } }, "node_modules/react-i18next": { - "version": "11.18.6", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.6.tgz", - "integrity": "sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==", + "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.14.5", + "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { @@ -36897,11 +36897,11 @@ } }, "react-i18next": { - "version": "11.18.6", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.6.tgz", - "integrity": "sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==", + "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.14.5", + "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" } }, diff --git a/package.json b/package.json index 246dc85f..f209fcb8 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "react": "^17.0.2", "react-device-detect": "^2.2.2", "react-dom": "^17.0.2", - "react-i18next": "^11.18.6", + "react-i18next": "^12.3.1", "react-imask": "^6.6.1", "remix-auth": "^3.4.0", "remix-auth-email-link": "^2.0.2",