update bpmn js spiff for data stores update (#969)

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
This commit is contained in:
Kevin Burnett 2024-02-05 13:07:20 -08:00 committed by GitHub
parent 655151c85a
commit 3e09ef43a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View File

@ -36,7 +36,7 @@
"axios": "^0.27.2",
"bpmn-js": "^13.2.2",
"bpmn-js-properties-panel": "^1.22.0",
"bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#bd16223ccf02e1b64fe01e234809239817afa9a6",
"bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#main",
"cookie": "^0.5.0",
"craco": "^0.0.3",
"date-fns": "^2.28.0",
@ -8322,9 +8322,8 @@
},
"node_modules/bpmn-js-spiffworkflow": {
"version": "0.0.8",
"resolved": "git+ssh://git@github.com/sartography/bpmn-js-spiffworkflow.git#bd16223ccf02e1b64fe01e234809239817afa9a6",
"integrity": "sha512-ovigOWQkKMx/9eeNAVtm87dN9PyoZrou49Ver7z4ZuNMZyl/KvjyzAZBeTvFSMSYdjhGUx8EFQ5VnaEWKVyM9Q==",
"license": "MIT",
"resolved": "git+ssh://git@github.com/sartography/bpmn-js-spiffworkflow.git#ebeb194a0b3c67b9b3290d3d9ce324411824422c",
"license": "LGPL",
"dependencies": {
"inherits": "^2.0.4",
"inherits-browser": "^0.0.1",
@ -38197,9 +38196,8 @@
}
},
"bpmn-js-spiffworkflow": {
"version": "git+ssh://git@github.com/sartography/bpmn-js-spiffworkflow.git#bd16223ccf02e1b64fe01e234809239817afa9a6",
"integrity": "sha512-ovigOWQkKMx/9eeNAVtm87dN9PyoZrou49Ver7z4ZuNMZyl/KvjyzAZBeTvFSMSYdjhGUx8EFQ5VnaEWKVyM9Q==",
"from": "bpmn-js-spiffworkflow@github:sartography/bpmn-js-spiffworkflow#bd16223ccf02e1b64fe01e234809239817afa9a6",
"version": "git+ssh://git@github.com/sartography/bpmn-js-spiffworkflow.git#ebeb194a0b3c67b9b3290d3d9ce324411824422c",
"from": "bpmn-js-spiffworkflow@github:sartography/bpmn-js-spiffworkflow#main",
"requires": {
"inherits": "^2.0.4",
"inherits-browser": "^0.0.1",

View File

@ -31,7 +31,7 @@
"axios": "^0.27.2",
"bpmn-js": "^13.2.2",
"bpmn-js-properties-panel": "^1.22.0",
"bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#bd16223ccf02e1b64fe01e234809239817afa9a6",
"bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#main",
"cookie": "^0.5.0",
"craco": "^0.0.3",
"date-fns": "^2.28.0",