diff --git a/package-lock.json b/package-lock.json index ce5d595eb..0c6398752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "puppeteer": "^24.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-error-boundary": "^5.0.0", + "react-error-boundary": "^6.0.0", "rehype-autolink-headings": "^7.0.0", "rehype-document": "^7.0.0", "rehype-infer-description-meta": "^2.0.0", @@ -13726,9 +13726,9 @@ "license": "MIT" }, "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2891246fe..d5d6b60a2 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "puppeteer": "^24.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-error-boundary": "^5.0.0", + "react-error-boundary": "^6.0.0", "rehype-autolink-headings": "^7.0.0", "rehype-document": "^7.0.0", "rehype-infer-description-meta": "^2.0.0",