diff --git a/package-lock.json b/package-lock.json index d4cc2c5..47abd2a 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.45.0", - "react-i18next": "^13.0.0", + "react-i18next": "^13.0.1", "react-router-dom": "^6.13.0", "react-scripts": "5.0.1", "react-select": "^5.7.3", @@ -10315,9 +10315,9 @@ } }, "node_modules/i18next": { - "version": "23.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.1.tgz", - "integrity": "sha512-BAWWqXYM1OtgA2hkGvnXWTs9wg0g3qx0SoiJoVTiL5Ia2EDZK0Veyuq4m2YtZeSs9D/9cwrNFxCKJi2/gdjZ4A==", + "version": "23.2.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.3.tgz", + "integrity": "sha512-5spO7L0rNmW0jFuNhz+gfirlFt1anle4mTy4+gFkgsH0+T3R5++4oncBrzeKa7v8pweRyGBoGmOpboqlxovg6A==", "funding": [ { "type": "individual", @@ -17309,15 +17309,15 @@ } }, "node_modules/react-i18next": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.0.tgz", - "integrity": "sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.1.tgz", + "integrity": "sha512-gMO6N2GfSfuH7xlHSsZ/mZf+Py9bLm/+EDKIn5fNTuDTjcCcwmMU5UEuGCDk5mdfivbo7ySyYXBN7B9tbGUxiA==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 23.0.1", + "i18next": ">= 23.2.3", "react": ">= 16.8.0" }, "peerDependenciesMeta": { @@ -28172,9 +28172,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "23.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.1.tgz", - "integrity": "sha512-BAWWqXYM1OtgA2hkGvnXWTs9wg0g3qx0SoiJoVTiL5Ia2EDZK0Veyuq4m2YtZeSs9D/9cwrNFxCKJi2/gdjZ4A==", + "version": "23.2.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.3.tgz", + "integrity": "sha512-5spO7L0rNmW0jFuNhz+gfirlFt1anle4mTy4+gFkgsH0+T3R5++4oncBrzeKa7v8pweRyGBoGmOpboqlxovg6A==", "requires": { "@babel/runtime": "^7.22.5" } @@ -33154,9 +33154,9 @@ "requires": {} }, "react-i18next": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.0.tgz", - "integrity": "sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.1.tgz", + "integrity": "sha512-gMO6N2GfSfuH7xlHSsZ/mZf+Py9bLm/+EDKIn5fNTuDTjcCcwmMU5UEuGCDk5mdfivbo7ySyYXBN7B9tbGUxiA==", "requires": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 87d703e..4a503e6 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.45.0", - "react-i18next": "^13.0.0", + "react-i18next": "^13.0.1", "react-router-dom": "^6.13.0", "react-scripts": "5.0.1", "react-select": "^5.7.3",