From b9143f8a6eab89923dfd132ac0accb325e40747a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:06:01 +0000 Subject: [PATCH] fix(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 | 16 ++++++++-------- packages/frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53f99813d..d001dab4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19022,9 +19022,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" }, @@ -23932,7 +23932,7 @@ "react-dnd-html5-backend": "16.0.1", "react-dom": "18.2.0", "react-dropzone": "14.2.3", - "react-error-boundary": "4.0.12", + "react-error-boundary": "4.1.2", "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2", @@ -30064,7 +30064,7 @@ "react-dnd-html5-backend": "16.0.1", "react-dom": "18.2.0", "react-dropzone": "14.2.3", - "react-error-boundary": "4.0.12", + "react-error-boundary": "4.1.2", "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2", @@ -41231,9 +41231,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/packages/frontend/package.json b/packages/frontend/package.json index f4671be32..102f11540 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -40,7 +40,7 @@ "react-dnd-html5-backend": "16.0.1", "react-dom": "18.2.0", "react-dropzone": "14.2.3", - "react-error-boundary": "4.0.12", + "react-error-boundary": "4.1.2", "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2",