From 2352bd07a8d3f355d2339d9bcbf4da7254d68f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 17:02:45 +0000 Subject: [PATCH] Bump react-error-boundary from 3.1.4 to 4.0.7 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 3.1.4 to 4.0.7. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/v3.1.4...4.0.7) --- 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 5a77f09..65653df 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,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.7", "react-swipeable": "^7.0.0", "react-twitter-embed": "^4.0.4", "rxjs": "^7.8.0",