diff --git a/package-lock.json b/package-lock.json index eac2e37..e903f55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-form-with-constraints-bootstrap4": "^0.16.1", "react-google-maps": "^9.4.5", "react-hook-form": "^7.44.3", - "react-i18next": "^12.3.1", + "react-i18next": "^13.0.0", "react-router-dom": "^6.13.0", "react-scripts": "5.0.1", "react-select": "^5.7.3", @@ -17309,15 +17309,15 @@ } }, "node_modules/react-i18next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", - "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.0.tgz", + "integrity": "sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==", "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 19.0.0", + "i18next": ">= 23.0.1", "react": ">= 16.8.0" }, "peerDependenciesMeta": { @@ -33154,11 +33154,11 @@ "requires": {} }, "react-i18next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", - "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.0.tgz", + "integrity": "sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==", "requires": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" } }, diff --git a/package.json b/package.json index 9ffb0d6..4ccf498 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-form-with-constraints-bootstrap4": "^0.16.1", "react-google-maps": "^9.4.5", "react-hook-form": "^7.44.3", - "react-i18next": "^12.3.1", + "react-i18next": "^13.0.0", "react-router-dom": "^6.13.0", "react-scripts": "5.0.1", "react-select": "^5.7.3",