From 3699f46fe4332d150482d91c2df0b0c50be5902f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:01:29 +0000 Subject: [PATCH] Bump react-i18next from 12.2.0 to 12.3.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.2.0 to 12.3.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v12.2.0...v12.3.1) --- 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 c99b5ca..50c758a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "jest-cli": "^29.5.0", "jumpstate": "^2.2.2", "react": "^18.2.0", - "react-i18next": "^12.2.0", + "react-i18next": "^12.3.1", "react-redux": "^8.0.5", "redux": "^4.0.1", "redux-logger": "^3.0.6", @@ -10615,9 +10615,9 @@ } }, "node_modules/react-i18next": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz", - "integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", + "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", "dependencies": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" @@ -20599,9 +20599,9 @@ } }, "react-i18next": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz", - "integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", + "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", "requires": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 764fa4d..40feb53 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "jest-cli": "^29.5.0", "jumpstate": "^2.2.2", "react": "^18.2.0", - "react-i18next": "^12.2.0", + "react-i18next": "^12.3.1", "react-redux": "^8.0.5", "redux": "^4.0.1", "redux-logger": "^3.0.6",