From cf3e994f89d5fb5e47b512c65fb4abcc58f0e76c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:34:49 +0000 Subject: [PATCH] Bump react-i18next from 12.3.1 to 14.0.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.3.1 to 14.0.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v12.3.1...v14.0.1) --- 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 f27c1fa..cd19d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "i18next-http-backend": "^2.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.3.1", + "react-i18next": "^14.0.1", "react-lazy-load-image-component": "^1.5.6", "react-loadable": "^5.5.0", "react-router-dom": "^6.21.1", @@ -14786,15 +14786,15 @@ "dev": true }, "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": "14.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.1.tgz", + "integrity": "sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==", "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": { @@ -28586,11 +28586,11 @@ "dev": true }, "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": "14.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.1.tgz", + "integrity": "sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==", "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 2c5b436..7c4e743 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "i18next-http-backend": "^2.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.3.1", + "react-i18next": "^14.0.1", "react-lazy-load-image-component": "^1.5.6", "react-loadable": "^5.5.0", "react-router-dom": "^6.21.1",