From 210d075ca73d75124cb71ac8c70f52128874defd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 17:01:23 +0000 Subject: [PATCH] Bump react-error-boundary from 3.1.4 to 4.0.9 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 3.1.4 to 4.0.9. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/v3.1.4...4.0.9) --- 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 2d438cd..758e4e6 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.9", "react-swipeable": "^7.0.0", "react-twitter-embed": "^4.0.4", "rxjs": "^7.8.0",