Bump @rjsf/core from 5.19.1 to 5.19.3 in /spiffworkflow-frontend (#1956)

Bumps [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) from 5.19.1 to 5.19.3.
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rjsf-team/react-jsonschema-form/compare/5.19.1...5.19.3)

---
updated-dependencies:
- dependency-name: "@rjsf/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-07-19 15:19:29 +00:00 committed by GitHub
parent 0f04f88f6d
commit bcc64895a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View File

@ -27,7 +27,7 @@
"@preact/preset-vite": "^2.8.2",
"@prefresh/vite": "^2.4.5",
"@react-icons/all-files": "^4.1.0",
"@rjsf/core": "^5.18.5",
"@rjsf/core": "^5.19.3",
"@rjsf/mui": "^5.18.5",
"@rjsf/utils": "^5.19.0",
"@rjsf/validator-ajv8": "^5.18.5",
@ -5127,10 +5127,9 @@
}
},
"node_modules/@rjsf/core": {
"version": "5.19.1",
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.19.1.tgz",
"integrity": "sha512-kuaavQWB3+7nNCHE3XiHb6ulGyX2OE+6ZabnVn1Ek850E5A9ZSdzMe3JXfqsH91W1gQxl95PCUHHl0iG9hvvEw==",
"license": "Apache-2.0",
"version": "5.19.3",
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.19.3.tgz",
"integrity": "sha512-AAzolj+fcFlwk0/5THA7T2JkmYTIUa+fLPM5prFqPw55FwWOa0qC5zIOfkhPS95Z9bfwJv3BubOAiKZ7MOGe8Q==",
"dependencies": {
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
@ -30453,9 +30452,9 @@
"integrity": "sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w=="
},
"@rjsf/core": {
"version": "5.19.1",
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.19.1.tgz",
"integrity": "sha512-kuaavQWB3+7nNCHE3XiHb6ulGyX2OE+6ZabnVn1Ek850E5A9ZSdzMe3JXfqsH91W1gQxl95PCUHHl0iG9hvvEw==",
"version": "5.19.3",
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.19.3.tgz",
"integrity": "sha512-AAzolj+fcFlwk0/5THA7T2JkmYTIUa+fLPM5prFqPw55FwWOa0qC5zIOfkhPS95Z9bfwJv3BubOAiKZ7MOGe8Q==",
"requires": {
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",

View File

@ -23,7 +23,7 @@
"@preact/preset-vite": "^2.8.2",
"@prefresh/vite": "^2.4.5",
"@react-icons/all-files": "^4.1.0",
"@rjsf/core": "^5.18.5",
"@rjsf/core": "^5.19.3",
"@rjsf/mui": "^5.18.5",
"@rjsf/utils": "^5.19.0",
"@rjsf/validator-ajv8": "^5.18.5",