From 2fb8d3ad01abc43cc4d3fc61533bd6d0351e5b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:45:15 +0000 Subject: [PATCH] Bump react-error-boundary from 3.1.4 to 4.0.3 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 3.1.4 to 4.0.3. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/commits) --- updated-dependencies: - dependency-name: react-error-boundary dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 128b01b..c65a3aa 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "persona": "4.8.0-alpha", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-error-boundary": "^3.1.4", + "react-error-boundary": "^4.0.3", "react-swipeable": "^7.0.0", "react-twitter-embed": "^4.0.4", "rxjs": "^7.8.0",