From 8afad127f57ed28ee29e370aed99315dda401d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:17:07 +0000 Subject: [PATCH] Bump react-i18next from 15.1.0 to 15.2.0 in /webui Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.0 to 15.2.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.0...v15.2.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 baa9acd..31bb4a7 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -18,7 +18,7 @@ "i18next-http-backend": "^2.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.2.0", "react-router-dom": "^6.27.0" }, "devDependencies": { @@ -4056,9 +4056,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.0.tgz", - "integrity": "sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.2.0.tgz", + "integrity": "sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/webui/package.json b/webui/package.json index 333f544..85513fe 100644 --- a/webui/package.json +++ b/webui/package.json @@ -20,7 +20,7 @@ "i18next-http-backend": "^2.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.2.0", "react-router-dom": "^6.27.0" }, "devDependencies": { diff --git a/webui/yarn.lock b/webui/yarn.lock index 148249b..d14f839 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -2331,10 +2331,10 @@ react-dom@^18.3.1: loose-envify "^1.1.0" scheduler "^0.23.2" -react-i18next@^15.1.0: - version "15.1.0" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.1.0.tgz#9494e4add2389f04c205dd7628c1aa75747b98a3" - integrity sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q== +react-i18next@^15.2.0: + version "15.2.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.2.0.tgz#6b51650e1e93eb4d235a4d533fcf61b3bbf4ea10" + integrity sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg== dependencies: "@babel/runtime" "^7.25.0" html-parse-stringify "^3.0.1"