From 1e207b90eeb805b7b51dbebdeb731bbeddd9e6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:39:34 +0000 Subject: [PATCH] build(deps): bump react-error-boundary from 4.0.12 to 4.1.2 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 4.0.12 to 4.1.2. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/4.0.12...4.1.2) --- updated-dependencies: - dependency-name: react-error-boundary dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9259b6f..d729d04a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "pino-pretty": "^10.3.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-error-boundary": "^4.0.12", + "react-error-boundary": "^4.1.2", "react-hook-form": "^7.51.4", "react-icons": "^4.12.0", "superjson": "^2.2.1", @@ -17995,9 +17995,9 @@ } }, "node_modules/react-error-boundary": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.0.12.tgz", - "integrity": "sha512-kJdxdEYlb7CPC1A0SeUY38cHpjuu6UkvzKiAmqmOFL21VRfMhOcWxTCBgLVCO0VEMh9JhFNcVaXlV4/BTpiwOA==", + "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==", "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -34558,9 +34558,9 @@ } }, "react-error-boundary": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.0.12.tgz", - "integrity": "sha512-kJdxdEYlb7CPC1A0SeUY38cHpjuu6UkvzKiAmqmOFL21VRfMhOcWxTCBgLVCO0VEMh9JhFNcVaXlV4/BTpiwOA==", + "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 737acd99..62a97c29 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "pino-pretty": "^10.3.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-error-boundary": "^4.0.12", + "react-error-boundary": "^4.1.2", "react-hook-form": "^7.51.4", "react-icons": "^4.12.0", "superjson": "^2.2.1",