From 9525437626642870e0311e77c3c8c3a0b16541cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:29:08 +0000 Subject: [PATCH] build(deps): Bump react-i18next from 13.4.1 to 14.0.3 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.4.1 to 14.0.3. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.4.1...v14.0.3) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5f98365c..23f9ccdfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "react-helmet-async": "^1.3.0", "react-highlight-words": "^0.20.0", "react-hook-form": "^7.47.0", - "react-i18next": "^13.4.1", + "react-i18next": "^14.0.3", "react-redux": "^8.1.3", "react-router-dom": "^6.21.3", "scrollama": "^3.2.0", @@ -2323,9 +2323,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", - "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz", + "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -25771,11 +25771,11 @@ } }, "node_modules/react-i18next": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.4.1.tgz", - "integrity": "sha512-z02JvLbt6Gavbuhr4CBOI6vasLypo+JSLvMgUOGeOMPv1g6spngfAb9jWAPwvuavPlKYU4dro9yRduflwyBeyA==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.3.tgz", + "integrity": "sha512-Zav2EEnrQNmCawnzj0l7xitj7jipC7kBNG3o6Cl75NwGndvdp/wu3LSVwJpyAc3eSWMwRFYZ5uNi43CtFUDf/g==", "dependencies": { - "@babel/runtime": "^7.22.5", + "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index d4c068d46..bfc1c02b0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-helmet-async": "^1.3.0", "react-highlight-words": "^0.20.0", "react-hook-form": "^7.47.0", - "react-i18next": "^13.4.1", + "react-i18next": "^14.0.3", "react-redux": "^8.1.3", "react-router-dom": "^6.21.3", "scrollama": "^3.2.0",