From a4832c0116dbfb11180062c2bfda2a2dca4b6429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:30:28 +0000 Subject: [PATCH] fix(deps): bump react-error-boundary from 4.0.12 to 4.1.1 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 4.0.12 to 4.1.1. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/4.0.12...4.1.1) --- 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 | 19 +++++++++++-------- packages/frontend/package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53f99813d..8cf6c86f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19022,12 +19022,15 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.1.tgz", + "integrity": "sha512-EOAEsbVm2EQD8zPS4m24SiaR/506RPC3CjMcjJ5JWKECsctyLsDTKxB26Hvl7jcz7KweSOkBYAcY/hmMpMn2jA==", "dependencies": { "@babel/runtime": "^7.12.5" }, + "engines": { + "pnpm": "=9" + }, "peerDependencies": { "react": ">=16.13.1" } @@ -23932,7 +23935,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.1", "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2", @@ -30064,7 +30067,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.1", "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2", @@ -41231,9 +41234,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.1", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.1.tgz", + "integrity": "sha512-EOAEsbVm2EQD8zPS4m24SiaR/506RPC3CjMcjJ5JWKECsctyLsDTKxB26Hvl7jcz7KweSOkBYAcY/hmMpMn2jA==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/packages/frontend/package.json b/packages/frontend/package.json index f4671be32..5a8e1d909 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.1", "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-hook-form": "7.12.2",