From 41b46f18f9f748042760fbcf77edc3df2399c0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 12:17:12 +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 59d0a152..28ef2a82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -520,9 +520,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.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz", + "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -15523,33 +15523,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", @@ -19528,7 +19501,7 @@ "version": "8.18.3", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", - "dev": true, + "devOptional": true, "license": "MIT", "engines": { "node": ">=10.0.0" @@ -20101,7 +20074,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" @@ -20137,6 +20110,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"