From 1409df9fce196f8a8be8998e8c269599031b7aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 12:16:43 +0000 Subject: [PATCH] Bump react-error-boundary from 6.0.0 to 6.1.1 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 6.0.0 to 6.1.1. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/6.0.0...6.1.1) --- updated-dependencies: - dependency-name: react-error-boundary dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++--------- src/self-service-portal/app/package.json | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59d0a152..dbf9fa7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15495,15 +15495,12 @@ } }, "node_modules/react-error-boundary": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.0.tgz", - "integrity": "sha512-gdlJjD7NWr0IfkPlaREN2d9uUZUlksrfOx7SX62VRerwXbMY6ftGCIZua1VG1aXFNOimhISsTq+Owp725b9SiA==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.1.1.tgz", + "integrity": "sha512-BrYwPOdXi5mqkk5lw+Uvt0ThHx32rCt3BkukS4X23A2AIWDPSGX6iaWTc0y9TU/mHDA/6qOSGel+B2ERkOvD1w==", "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.12.5" - }, "peerDependencies": { - "react": ">=16.13.1" + "react": "^18.0.0 || ^19.0.0" } }, "node_modules/react-hot-toast": { @@ -19528,7 +19525,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" @@ -20099,7 +20096,7 @@ "i18next": "^25.6.0", "react": "^19.2.0", "react-dom": "^19.2.4", - "react-error-boundary": "^6.0.0", + "react-error-boundary": "^6.1.1", "react-hot-toast": "^2.5.2", "react-i18next": "^16.1.5", "react-qr-code": "^2.0.15", diff --git a/src/self-service-portal/app/package.json b/src/self-service-portal/app/package.json index cfb6eab4..d744b6ab 100644 --- a/src/self-service-portal/app/package.json +++ b/src/self-service-portal/app/package.json @@ -38,7 +38,7 @@ "i18next": "^25.6.0", "react": "^19.2.0", "react-dom": "^19.2.4", - "react-error-boundary": "^6.0.0", + "react-error-boundary": "^6.1.1", "react-hot-toast": "^2.5.2", "react-i18next": "^16.1.5", "react-qr-code": "^2.0.15",