Skip to content

Commit

Permalink
Merge branch 'main' into Multi-Select-Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiLein authored Nov 13, 2024
2 parents d6a53bf + 721f9e9 commit 9012541
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/engine/native/node/native-vm2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"dependencies": {
"@proceed/native-module": "^1.0.0",
"vm2": "^3.8.4",
"neo-bpmn-engine": "^8.2.2"
"neo-bpmn-engine": "^8.2.3"
}
}
2 changes: 1 addition & 1 deletion src/engine/universal/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@proceed/system": "^1.0.0",
"@proceed/ui": "^1.0.0",
"bpmn-moddle": "^5.1.6",
"neo-bpmn-engine": "^8.2.2",
"neo-bpmn-engine": "^8.2.3",
"vm2": "3.8.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15633,10 +15633,10 @@ neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1, neo-async@^2.6.2:
resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz"
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==

neo-bpmn-engine@^8.2.2:
version "8.2.2"
resolved "https://registry.npmjs.org/neo-bpmn-engine/-/neo-bpmn-engine-8.2.2.tgz"
integrity sha512-9qGnKVD5h1sjMz8kb21WHYXC8LQZGgxA7d8tw1ub5rcA6ZMJUBdfDYTbT+8d+1/oLb6oGJtBws6xUrgVXFmHTg==
neo-bpmn-engine@^8.2.3:
version "8.2.3"
resolved "https://registry.yarnpkg.com/neo-bpmn-engine/-/neo-bpmn-engine-8.2.3.tgz#98cfe4b9972988c34c184b0d99ecb58ddc362139"
integrity sha512-Hv6v1FQ/40dKqAdtKRdzqUJQDi+Ua4U3V7iWMp/eB3QerCeKTLUMh2hE9Qfk3tz4rR4qDflfGEstakwL0DCaHQ==
dependencies:
bpmn-moddle "^6.0.0"
iso8601-duration "^1.2.0"
Expand Down

0 comments on commit 9012541

Please sign in to comment.