From d2f7eb649aeea77fbf4f6ad2f9042afcfa381976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:45:56 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 13.0.3 to 13.1.2 in /app 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] --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 47f2002c0..6487a189f 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -37,7 +37,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.45.4", - "react-i18next": "^13.0.3", + "react-i18next": "^13.1.2", "react-icons": "^4.10.1", "sequelize": "^6.32.1", "sequelize-cli": "^6.6.1", @@ -17846,9 +17846,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" diff --git a/app/package.json b/app/package.json index 2a9ee6823..429f60b8d 100644 --- a/app/package.json +++ b/app/package.json @@ -50,7 +50,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.45.4", - "react-i18next": "^13.0.3", + "react-i18next": "^13.1.2", "react-icons": "^4.10.1", "sequelize": "^6.32.1", "sequelize-cli": "^6.6.1",