diff --git a/react/package-lock.json b/react/package-lock.json index 749c863b..6b7ee538 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -20,7 +20,7 @@ "react": "^19.1.0", "react-apexcharts": "^1.7.0", "react-dom": "^19.1.0", - "react-error-boundary": "^5.0.0", + "react-error-boundary": "^6.0.0", "react-router": "^7.6.0" }, "devDependencies": { @@ -13118,9 +13118,9 @@ } }, "node_modules/react-error-boundary": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-5.0.0.tgz", - "integrity": "sha512-tnjAxG+IkpLephNcePNA7v6F/QpWLH8He65+DmedchDwg162JZqx4NmbXj0mlAYVVEd81OW7aFhmbsScYfiAFQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.0.tgz", + "integrity": "sha512-gdlJjD7NWr0IfkPlaREN2d9uUZUlksrfOx7SX62VRerwXbMY6ftGCIZua1VG1aXFNOimhISsTq+Owp725b9SiA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5" diff --git a/react/package.json b/react/package.json index c41fcd0d..a9c7082f 100644 --- a/react/package.json +++ b/react/package.json @@ -31,7 +31,7 @@ "react": "^19.1.0", "react-apexcharts": "^1.7.0", "react-dom": "^19.1.0", - "react-error-boundary": "^5.0.0", + "react-error-boundary": "^6.0.0", "react-router": "^7.6.0" }, "devDependencies": {