From 8b3a90fd921031c008d8a92c923c3be9d37e860e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:24:26 +0000 Subject: [PATCH] Bump react-error-boundary from 4.1.1 to 4.1.2 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/4.1.1...4.1.2) --- updated-dependencies: - dependency-name: react-error-boundary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ace3294cc..28b4309c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19462,9 +19462,9 @@ } }, "react-error-boundary": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.1.tgz", - "integrity": "sha512-EOAEsbVm2EQD8zPS4m24SiaR/506RPC3CjMcjJ5JWKECsctyLsDTKxB26Hvl7jcz7KweSOkBYAcY/hmMpMn2jA==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.2.tgz", + "integrity": "sha512-GQDxZ5Jd+Aq/qUxbCm1UtzmL/s++V7zKgE8yMktJiCQXCCFZnMZh9ng+6/Ne6PjNSXH0L9CjeOEREfRnq6Duag==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/package.json b/package.json index 7005f3885..e3ac3a5da 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "react-bootstrap": "^2.10.5", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.3.1", - "react-error-boundary": "^4.1.1", + "react-error-boundary": "^4.1.2", "react-router-bootstrap": "^0.26.3", "react-router-dom": "^6.27.0", "react-select": "^5.8.1",