1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2024-10-28 10:09:39 +01:00

fix(deps): update dependency react-error-boundary to v4.1.1 (#3973)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-20 15:32:28 -07:00 committed by GitHub
parent fa6da3b475
commit d0a1e78b69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
web/package-lock.json generated
View file

@ -32279,11 +32279,16 @@
"license": "MIT"
},
"node_modules/react-error-boundary": {
"version": "4.0.13",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.1.tgz",
"integrity": "sha512-EOAEsbVm2EQD8zPS4m24SiaR/506RPC3CjMcjJ5JWKECsctyLsDTKxB26Hvl7jcz7KweSOkBYAcY/hmMpMn2jA==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"engines": {
"pnpm": "=9"
},
"peerDependencies": {
"react": ">=16.13.1"
}