From 717be0946f8a7442698fa241c6477b31d583def3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:35:17 +0000 Subject: [PATCH] feat(deps): bump react-i18next from 12.1.5 to 12.2.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.1.5 to 12.2.0. - [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.5...v12.2.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76ebf3c57d..2f059bc5a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "qrcode": "^1.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.1.5", + "react-i18next": "^12.2.0", "react-router-dom": "^6.8.1", "recoil": "^0.7.6", "recoil-outside": "^0.1.1", @@ -13194,9 +13194,9 @@ } }, "node_modules/react-i18next": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.5.tgz", - "integrity": "sha512-7PQAv6DA0TcStG96fle+8RfTwxVbHVlZZJPoEszwUNvDuWpGldJmNWa3ZPesEsZQZGF6GkzwvEh6p57qpFD2gQ==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz", + "integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==", "dependencies": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 4135ddd8b2..feec1940b8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "qrcode": "^1.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.1.5", + "react-i18next": "^12.2.0", "react-router-dom": "^6.8.1", "recoil": "^0.7.6", "recoil-outside": "^0.1.1",