From b4c431865faf2154c7bff9956c091ad85adc29e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 03:13:38 +0000 Subject: [PATCH] Bump react-i18next from 12.3.1 to 13.0.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.3.1 to 13.0.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v12.3.1...v13.0.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) 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",