From 48b026a14b129b98e4aa2d3a47ac795c28d235c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 21:11:09 +0000 Subject: [PATCH] Bump react-i18next from 12.0.0 to 12.1.0 in /client Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.0.0 to 12.1.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.0.0...v12.1.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 901d279f..b5862edb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "i18next-http-backend": "^2.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.0.0", + "react-i18next": "^12.1.0", "sass": "^1.56.1", "vite": "^3.2.5", "vite-plugin-pwa": "^0.13.3" @@ -3862,9 +3862,9 @@ } }, "node_modules/react-i18next": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.0.0.tgz", - "integrity": "sha512-/O7N6aIEAl1FaWZBNvhdIo9itvF/MO/nRKr9pYqRc9LhuC1u21SlfwpiYQqvaeNSEW3g3qUXLREOWMt+gxrWbg==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.0.tgz", + "integrity": "sha512-zYSWNCKklqulvXQFAo1TTZxI+DOflD8QQaGUIn58/FDJGiczCVf0X3g5zjY6h86+MLS3fpD5Dwziyi2DWmUD7Q==", "dependencies": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" @@ -7325,9 +7325,9 @@ } }, "react-i18next": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.0.0.tgz", - "integrity": "sha512-/O7N6aIEAl1FaWZBNvhdIo9itvF/MO/nRKr9pYqRc9LhuC1u21SlfwpiYQqvaeNSEW3g3qUXLREOWMt+gxrWbg==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.0.tgz", + "integrity": "sha512-zYSWNCKklqulvXQFAo1TTZxI+DOflD8QQaGUIn58/FDJGiczCVf0X3g5zjY6h86+MLS3fpD5Dwziyi2DWmUD7Q==", "requires": { "@babel/runtime": "^7.14.5", "html-parse-stringify": "^3.0.1" diff --git a/client/package.json b/client/package.json index 4223b2ce..f30f8094 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "i18next": "^22.0.8", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.0.2", - "react-i18next": "^12.0.0", + "react-i18next": "^12.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.56.1",