diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index 0d035059d..872846237 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -28,7 +28,7 @@ "react": "^18.2.0", "react-big-calendar": "^1.15.0", "react-dom": "^18.3.1", - "react-error-boundary": "^3.1.4", + "react-error-boundary": "^4.1.1", "react-redux": "^8.1.3", "react-router-dom": "^6.27.0", "react-window": "^1.8.8", @@ -3306,6 +3306,21 @@ "react-dom": ">=17.x" } }, + "node_modules/@lexical/react/node_modules/react-error-boundary": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.4.tgz", + "integrity": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==", + "dependencies": { + "@babel/runtime": "^7.12.5" + }, + "engines": { + "node": ">=10", + "npm": ">=6" + }, + "peerDependencies": { + "react": ">=16.13.1" + } + }, "node_modules/@lexical/rich-text": { "version": "0.11.3", "resolved": "https://registry.npmjs.org/@lexical/rich-text/-/rich-text-0.11.3.tgz", @@ -14930,15 +14945,14 @@ } }, "node_modules/react-error-boundary": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.4.tgz", - "integrity": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==", + "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": { - "node": ">=10", - "npm": ">=6" + "pnpm": "=9" }, "peerDependencies": { "react": ">=16.13.1" diff --git a/catalog/ui/package.json b/catalog/ui/package.json index dc20796dc..d99105a47 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -98,7 +98,7 @@ "react": "^18.2.0", "react-big-calendar": "^1.15.0", "react-dom": "^18.3.1", - "react-error-boundary": "^3.1.4", + "react-error-boundary": "^4.1.1", "react-redux": "^8.1.3", "react-router-dom": "^6.27.0", "react-window": "^1.8.8",