From 70447df7b59e41a5a8c14cd99f1429c1a2f61a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:45:24 +0000 Subject: [PATCH] Bump react-i18next from 12.3.1 to 13.1.2 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.3.1 to 13.1.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v12.3.1...v13.1.2) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6ffa7c79..06e85902f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "react-draggable": "^4.4.5", "react-final-form": "^6.5.9", "react-hotkeys": "^2.0.0", - "react-i18next": "^12.3.1", + "react-i18next": "^13.1.2", "react-indiana-drag-scroll": "^2.2.0", "react-player": "git+https://arnei@github.com/Arnei/react-player.git#20fe6c061cf7d71d33d764b4a51c9b9bbb614bf6", "react-redux": "^8.1.2", @@ -16857,15 +16857,15 @@ } }, "node_modules/react-i18next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", - "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", + "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.20.6", + "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 19.0.0", + "i18next": ">= 23.2.3", "react": ">= 16.8.0" }, "peerDependenciesMeta": { @@ -31913,11 +31913,11 @@ } }, "react-i18next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", - "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", + "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==", "requires": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" } }, diff --git a/package.json b/package.json index b0f7bc907..c61330738 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-draggable": "^4.4.5", "react-final-form": "^6.5.9", "react-hotkeys": "^2.0.0", - "react-i18next": "^12.3.1", + "react-i18next": "^13.1.2", "react-indiana-drag-scroll": "^2.2.0", "react-player": "git+https://arnei@github.com/Arnei/react-player.git#20fe6c061cf7d71d33d764b4a51c9b9bbb614bf6", "react-redux": "^8.1.2",