Bump @casl/react from 3.1.0 to 4.0.0 in /spiffworkflow-frontend (#2039)

Bumps [@casl/react](https://github.com/stalniy/casl/tree/HEAD/packages/casl-react) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/stalniy/casl/releases)
- [Changelog](https://github.com/stalniy/casl/blob/master/packages/casl-react/CHANGELOG.md)
- [Commits](https://github.com/stalniy/casl/commits/@casl/ability@4.0.0/packages/casl-react)

---
updated-dependencies:
- dependency-name: "@casl/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-08 15:08:48 +00:00 committed by GitHub
parent c6134d3024
commit 8fda7dd92b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
"@carbon/react": "^1.33.0",
"@carbon/styles": "^1.51.0",
"@casl/ability": "^6.7.1",
"@casl/react": "^3.1.0",
"@casl/react": "^4.0.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@monaco-editor/react": "^4.4.5",
"@mui/icons-material": "^5.16.0",
@ -2365,9 +2365,9 @@
}
},
"node_modules/@casl/react": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@casl/react/-/react-3.1.0.tgz",
"integrity": "sha512-p4Xmex1Slxz/G0cBtZik+xyOkeOynBUe0UrMFTai6aYkYOb4NyUy3w+9rtnedjcuKijiow2HKJQjnSurLxdc/g==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@casl/react/-/react-4.0.0.tgz",
"integrity": "sha512-ovmI4JfNw7TfVVV+XhAJ//gXgMEkkPJU6YBWFVFZGa8Oikdh8Qxr/sdXcqj71QWEHAGN7aSKMtBE0MZylPUVsg==",
"peerDependencies": {
"@casl/ability": "^3.0.0 || ^4.0.0 || ^5.1.0 || ^6.0.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
@ -28082,9 +28082,9 @@
}
},
"@casl/react": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@casl/react/-/react-3.1.0.tgz",
"integrity": "sha512-p4Xmex1Slxz/G0cBtZik+xyOkeOynBUe0UrMFTai6aYkYOb4NyUy3w+9rtnedjcuKijiow2HKJQjnSurLxdc/g==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@casl/react/-/react-4.0.0.tgz",
"integrity": "sha512-ovmI4JfNw7TfVVV+XhAJ//gXgMEkkPJU6YBWFVFZGa8Oikdh8Qxr/sdXcqj71QWEHAGN7aSKMtBE0MZylPUVsg==",
"requires": {}
},
"@codemirror/autocomplete": {

View File

@ -12,7 +12,7 @@
"@carbon/react": "^1.33.0",
"@carbon/styles": "^1.51.0",
"@casl/ability": "^6.7.1",
"@casl/react": "^3.1.0",
"@casl/react": "^4.0.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@monaco-editor/react": "^4.4.5",
"@mui/icons-material": "^5.16.0",