From 98001ac2636b7a1ff59deac6a05a7e738ecd13b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:21:13 +0000 Subject: [PATCH] build(deps): bump react-error-boundary from 4.0.12 to 5.0.0 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 4.0.12 to 5.0.0. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/4.0.12...5.0.0) --- updated-dependencies: - dependency-name: react-error-boundary dependency-type: direct:production update-type: version-update:semver-major ... 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 670a340..e2ffb97 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": "^5.0.0", "react-hook-form": "^7.51.4", "react-icons": "^4.12.0", "superjson": "^2.2.1", @@ -17873,9 +17873,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": "5.0.0", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-5.0.0.tgz", + "integrity": "sha512-tnjAxG+IkpLephNcePNA7v6F/QpWLH8He65+DmedchDwg162JZqx4NmbXj0mlAYVVEd81OW7aFhmbsScYfiAFQ==", "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -34323,9 +34323,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": "5.0.0", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-5.0.0.tgz", + "integrity": "sha512-tnjAxG+IkpLephNcePNA7v6F/QpWLH8He65+DmedchDwg162JZqx4NmbXj0mlAYVVEd81OW7aFhmbsScYfiAFQ==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/package.json b/package.json index 3e55bed..72dbd1a 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": "^5.0.0", "react-hook-form": "^7.51.4", "react-icons": "^4.12.0", "superjson": "^2.2.1",