From 9f036c4528d376ac7233156590c6a4d87ff8995d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:24:51 +0000 Subject: [PATCH] Bump react-error-boundary from 4.0.13 to 5.0.0 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 4.0.13 to 5.0.0. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/4.0.13...5.0.0) --- updated-dependencies: - dependency-name: react-error-boundary dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c029c0400..f78529290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-bootstrap": "^2.5.0", "react-colorful": "^5.6.1", "react-dom": "^18.2.0", - "react-error-boundary": "^4.0.13", + "react-error-boundary": "^5.0.0", "react-hook-form": "^7.36.1", "react-imask": "^6.5.0-alpha.0", "react-plotly.js": "^2.5.1", @@ -8834,9 +8834,9 @@ } }, "node_modules/react-error-boundary": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.0.13.tgz", - "integrity": "sha512-b6PwbdSv8XeOSYvjt8LpgpKrZ0yGdtZokYwkwV2wlcZbxgopHX/hgPl5VgpnoVOWd868n1hktM8Qm4b+02MiLQ==", + "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==", "dependencies": { "@babel/runtime": "^7.12.5" }, diff --git a/package.json b/package.json index 37d64adfb..d16ff3bab 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "react-bootstrap": "^2.5.0", "react-colorful": "^5.6.1", "react-dom": "^18.2.0", - "react-error-boundary": "^4.0.13", + "react-error-boundary": "^5.0.0", "react-hook-form": "^7.36.1", "react-imask": "^6.5.0-alpha.0", "react-plotly.js": "^2.5.1",