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",