From 1d77c823d1ba2c8946529c30a0a967bd50fcd836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:25:41 +0000 Subject: [PATCH] Bump react-i18next from 13.0.3 to 13.1.2 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.0.3 to 13.1.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.0.3...v13.1.2) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91d57cc..022b15d 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.2", - "react-i18next": "^13.0.3", + "react-i18next": "^13.1.2", "react-router-dom": "^6.15.0", "react-scripts": "5.0.1", "react-select": "^5.7.4", @@ -18001,9 +18001,9 @@ } }, "node_modules/react-i18next": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.3.tgz", - "integrity": "sha512-/t4kt4Y2o+21hbvx+o9zpVnmoiud7KLDncyZFGN0U6TGAWYaXdTsp/ytAHFcKKSAODg4noIMaOO3X7bMgCqLHw==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.1.2.tgz", + "integrity": "sha512-D/OJ/8ZQYscabsvbCAiOgvJq8W3feQF/VIV0to1w7V7UvrUE1IZ3hcalOckUYvKBd7BP3b8EPm+hop3J8sS+Mw==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" @@ -35584,9 +35584,9 @@ "requires": {} }, "react-i18next": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.3.tgz", - "integrity": "sha512-/t4kt4Y2o+21hbvx+o9zpVnmoiud7KLDncyZFGN0U6TGAWYaXdTsp/ytAHFcKKSAODg4noIMaOO3X7bMgCqLHw==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.1.2.tgz", + "integrity": "sha512-D/OJ/8ZQYscabsvbCAiOgvJq8W3feQF/VIV0to1w7V7UvrUE1IZ3hcalOckUYvKBd7BP3b8EPm+hop3J8sS+Mw==", "requires": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index bf114d0..f228303 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.2", - "react-i18next": "^13.0.3", + "react-i18next": "^13.1.2", "react-router-dom": "^6.15.0", "react-scripts": "5.0.1", "react-select": "^5.7.4",