From 9f60ea07528011f7cbf41a28224485d79277a8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:44:15 +0000 Subject: [PATCH] Bump react-i18next from 14.0.8 to 14.1.0 in /webui Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.0.8 to 14.1.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.0.8...v14.1.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webui/package-lock.json | 8 ++++---- webui/package.json | 2 +- webui/yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/webui/package-lock.json b/webui/package-lock.json index 22847ff..7f883b3 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -18,7 +18,7 @@ "i18next-http-backend": "^2.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^14.0.8", + "react-i18next": "^14.1.0", "react-router-dom": "^6.22.3" }, "devDependencies": { @@ -3762,9 +3762,9 @@ } }, "node_modules/react-i18next": { - "version": "14.0.8", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.8.tgz", - "integrity": "sha512-1HKM41/Q8c/nQ2rYNNZlFmrjF2aubZT8sMBmY9aH/xa1/gsrTZ+hPwuLv4V7Cr8fYIh0GQ7vv5C1jCx104uNig==", + "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.23.9", "html-parse-stringify": "^3.0.1" diff --git a/webui/package.json b/webui/package.json index 50a483a..87a3737 100644 --- a/webui/package.json +++ b/webui/package.json @@ -20,7 +20,7 @@ "i18next-http-backend": "^2.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^14.0.8", + "react-i18next": "^14.1.0", "react-router-dom": "^6.22.3" }, "devDependencies": { diff --git a/webui/yarn.lock b/webui/yarn.lock index 8c257f1..0c92932 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -2330,10 +2330,10 @@ react-dom@^18.2.0: loose-envify "^1.1.0" scheduler "^0.23.0" -react-i18next@^14.0.8: - version "14.0.8" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.0.8.tgz#64cf8d99bd824604a65d43cf5a65d0228633127a" - integrity sha512-1HKM41/Q8c/nQ2rYNNZlFmrjF2aubZT8sMBmY9aH/xa1/gsrTZ+hPwuLv4V7Cr8fYIh0GQ7vv5C1jCx104uNig== +react-i18next@^14.1.0: + version "14.1.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.0.tgz#44da74fbffd416f5d0c5307ef31735cf10cc91d9" + integrity sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ== dependencies: "@babel/runtime" "^7.23.9" html-parse-stringify "^3.0.1"