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",