From 6cf681f29f8c591769b138f5cb9f22f8b7dca7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:30:38 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 13.5.0 to 14.1.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.5.0 to 14.1.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.5.0...v14.1.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17bd5640..fc9a4166 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "pidusage": "^3.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.2.2", + "react-i18next": "^14.1.0", "react-redux": "^8.0.5", "react-router-dom": "^6.4.4", "react-select": "^5.8.0", @@ -18767,11 +18767,11 @@ "dev": true }, "node_modules/react-i18next": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz", - "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.0.tgz", + "integrity": "sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==", "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 d03dd289..f0f50c63 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "pidusage": "^3.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.2.2", + "react-i18next": "^14.1.0", "react-redux": "^8.0.5", "react-router-dom": "^6.4.4", "react-select": "^5.8.0",