From a37bec60c559dffc0a9297d6404fd55d12885e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:26:32 +0000 Subject: [PATCH] Bump react-i18next from 12.1.4 to 12.1.5 (#4328) Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.1.4 to 12.1.5. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v12.1.4...v12.1.5) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/account-ui/package.json | 2 +- apps/admin-ui/package.json | 2 +- package-lock.json | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/account-ui/package.json b/apps/account-ui/package.json index 713d548644..31bba4525d 100644 --- a/apps/account-ui/package.json +++ b/apps/account-ui/package.json @@ -17,7 +17,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-hook-form": "^7.38.0", - "react-i18next": "^12.1.4", + "react-i18next": "^12.1.5", "react-router-dom": "6.8.0" }, "devDependencies": { diff --git a/apps/admin-ui/package.json b/apps/admin-ui/package.json index 6544291e2c..2ad2c05325 100644 --- a/apps/admin-ui/package.json +++ b/apps/admin-ui/package.json @@ -80,7 +80,7 @@ "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", "react-hook-form": "^7.42.1", - "react-i18next": "^12.1.4", + "react-i18next": "^12.1.5", "react-router-dom": "6.8.0", "react-use-localstorage": "^3.5.3", "reactflow": "^11.5.1", diff --git a/package-lock.json b/package-lock.json index 1a74d2833d..6a1b4d779e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-hook-form": "^7.38.0", - "react-i18next": "^12.1.4", + "react-i18next": "^12.1.5", "react-router-dom": "6.8.0" }, "devDependencies": { @@ -76,7 +76,7 @@ "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", "react-hook-form": "^7.42.1", - "react-i18next": "^12.1.4", + "react-i18next": "^12.1.5", "react-router-dom": "6.8.0", "react-use-localstorage": "^3.5.3", "reactflow": "^11.5.1", @@ -13823,9 +13823,9 @@ } }, "node_modules/react-i18next": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.4.tgz", - "integrity": "sha512-XQND7jYtgM7ht5PH3yIZljCRpAMTlH/zmngM9ZjToqa+0BR6xuu8c7QF0WIIOEjcMTB2S3iOfpN/xG/ZrAnO6g==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.5.tgz", + "integrity": "sha512-7PQAv6DA0TcStG96fle+8RfTwxVbHVlZZJPoEszwUNvDuWpGldJmNWa3ZPesEsZQZGF6GkzwvEh6p57qpFD2gQ==", "dependencies": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1"