From 9ae5db880bc663d7876e7d597601b7caef9b4d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 17:13:54 +0000 Subject: [PATCH] Bump react-error-boundary from 3.1.4 to 4.0.2 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 3.1.4 to 4.0.2. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/v3.1.4...4.0.2) --- 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 a543dfe..15e8bd6 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "clsx": "^1.2.1", "near-api-js": "^1.1.0", "persona": "^4.7.2", - "react-error-boundary": "^3.1.4", + "react-error-boundary": "^4.0.2", "react-scripts": "^5.0.1", "react-swipeable": "^7.0.0", "react-twitter-embed": "^4.0.4",