From aa9e766d0ef86e29afae4a7776d83faf457e8abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 10:39:59 +0000 Subject: [PATCH] Bump react-i18next from 16.2.4 to 17.0.8 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.2.4 to 17.0.8. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.2.4...v17.0.8) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 64 ++++++++++++------------ src/self-service-portal/app/package.json | 2 +- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76cf304d..7548b8d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -521,9 +521,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", - "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz", + "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -16040,33 +16040,6 @@ "react-dom": ">=16" } }, - "node_modules/react-i18next": { - "version": "16.2.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.2.4.tgz", - "integrity": "sha512-pvbcPQ+YuQQoRkKBA4VCU9aO8dOgP/vdKEizIYXcAk3+AmI8yQKSJaCzxQQu4Kgg2zWZm3ax9KqHv8ItUlRY0A==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.27.6", - "html-parse-stringify": "^3.0.1", - "use-sync-external-store": "^1.6.0" - }, - "peerDependencies": { - "i18next": ">= 25.5.2", - "react": ">= 16.8.0", - "typescript": "^5" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - }, - "typescript": { - "optional": true - } - } - }, "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", @@ -20123,7 +20096,7 @@ "version": "8.21.0", "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", - "dev": true, + "devOptional": true, "license": "MIT", "engines": { "node": ">=10.0.0" @@ -20915,7 +20888,7 @@ "react-dom": "^19.2.4", "react-error-boundary": "^6.0.0", "react-hot-toast": "^2.5.2", - "react-i18next": "^16.1.5", + "react-i18next": "^17.0.8", "react-qr-code": "^2.0.15", "react-router": "^7.13.1", "react-verification-input": "^4.2.2" @@ -20951,6 +20924,33 @@ "node": ">=22.22.0", "npm": ">=10.9.4" } + }, + "src/self-service-portal/app/node_modules/react-i18next": { + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.8.tgz", + "integrity": "sha512-0ooKbGLU8JXhe1zwpQUWIeXSgLPOfwJmgheWRIUpcoA0CpyabpGhayjdG+/eA5esC1AQ8h2jWpXjJfzQzeDOCw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.29.2", + "html-parse-stringify": "^3.0.1", + "use-sync-external-store": "^1.6.0" + }, + "peerDependencies": { + "i18next": ">= 26.2.0", + "react": ">= 16.8.0", + "typescript": "^5 || ^6" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + }, + "typescript": { + "optional": true + } + } } } } diff --git a/src/self-service-portal/app/package.json b/src/self-service-portal/app/package.json index cfb6eab4..f8daff9b 100644 --- a/src/self-service-portal/app/package.json +++ b/src/self-service-portal/app/package.json @@ -40,7 +40,7 @@ "react-dom": "^19.2.4", "react-error-boundary": "^6.0.0", "react-hot-toast": "^2.5.2", - "react-i18next": "^16.1.5", + "react-i18next": "^17.0.8", "react-qr-code": "^2.0.15", "react-router": "^7.13.1", "react-verification-input": "^4.2.2"