Skip to content

Commit cce8144

Browse files
fix(deps): bump the npm-minor-patch group with 4 updates (#883)
Bumps the npm-minor-patch group with 4 updates: [@bpmn-io/properties-panel](https://github.com/bpmn-io/properties-panel), [bpmn-js](https://github.com/bpmn-io/bpmn-js), [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn-js) and [diagram-js](https://github.com/bpmn-io/diagram-js). Updates `@bpmn-io/properties-panel` from 3.40.4 to 3.40.5 - [Release notes](https://github.com/bpmn-io/properties-panel/releases) - [Changelog](https://github.com/bpmn-io/properties-panel/blob/main/CHANGELOG.md) - [Commits](bpmn-io/properties-panel@v3.40.4...v3.40.5) Updates `bpmn-js` from 18.13.2 to 18.14.0 - [Release notes](https://github.com/bpmn-io/bpmn-js/releases) - [Changelog](https://github.com/bpmn-io/bpmn-js/blob/develop/CHANGELOG.md) - [Commits](bpmn-io/bpmn-js@v18.13.2...v18.14.0) Updates `camunda-bpmn-js` from 5.25.0 to 5.26.0 - [Release notes](https://github.com/camunda/camunda-bpmn-js/releases) - [Changelog](https://github.com/camunda/camunda-bpmn-js/blob/main/CHANGELOG.md) - [Commits](camunda/camunda-bpmn-js@v5.25.0...v5.26.0) Updates `diagram-js` from 15.10.0 to 15.11.0 - [Release notes](https://github.com/bpmn-io/diagram-js/releases) - [Changelog](https://github.com/bpmn-io/diagram-js/blob/develop/CHANGELOG.md) - [Commits](bpmn-io/diagram-js@v15.10.0...v15.11.0) --- updated-dependencies: - dependency-name: "@bpmn-io/properties-panel" dependency-version: 3.40.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: bpmn-js dependency-version: 18.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: camunda-bpmn-js dependency-version: 5.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: diagram-js dependency-version: 15.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e45cad commit cce8144

File tree

2 files changed

+60
-59
lines changed

2 files changed

+60
-59
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,18 @@
6666
},
6767
"dependencies": {
6868
"@bpmn-io/form-js": "1.21.2",
69-
"@bpmn-io/properties-panel": "3.40.4",
70-
"bpmn-js": "^18.13.2",
69+
"@bpmn-io/properties-panel": "3.40.5",
70+
"bpmn-js": "^18.14.0",
7171
"bpmn-js-create-append-anything": "^1.2.0",
7272
"bpmn-js-native-copy-paste": "^0.3.0",
7373
"bpmn-js-properties-panel": "^5.53.0",
7474
"bpmn-js-token-simulation": "^0.39.3",
75-
"camunda-bpmn-js": "^5.25.0",
75+
"camunda-bpmn-js": "^5.26.0",
7676
"camunda-bpmn-js-behaviors": "^1.14.1",
7777
"camunda-bpmn-moddle": "^7.0.1",
7878
"camunda-dmn-moddle": "^1.3.1",
7979
"camunda-transaction-boundaries": "^1.1.2",
80-
"diagram-js": "^15.10.0",
80+
"diagram-js": "^15.11.0",
8181
"dmn-js": "^17.7.0",
8282
"dmn-js-properties-panel": "^3.10.0",
8383
"lodash": "4.17.23",

yarn.lock

Lines changed: 56 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -662,15 +662,15 @@ __metadata:
662662
languageName: node
663663
linkType: hard
664664

665-
"@bpmn-io/element-templates-validator@npm:^2.19.0":
666-
version: 2.19.0
667-
resolution: "@bpmn-io/element-templates-validator@npm:2.19.0"
665+
"@bpmn-io/element-templates-validator@npm:^2.20.1":
666+
version: 2.20.1
667+
resolution: "@bpmn-io/element-templates-validator@npm:2.20.1"
668668
dependencies:
669669
"@camunda/element-templates-json-schema": "npm:^0.21.0"
670-
"@camunda/zeebe-element-templates-json-schema": "npm:^0.37.0"
670+
"@camunda/zeebe-element-templates-json-schema": "npm:^0.39.1"
671671
json-source-map: "npm:^0.6.1"
672672
min-dash: "npm:^5.0.0"
673-
checksum: 10c0/1de6c67c394b6c72f222d82b3eedc762fa15658fb7dd5da1574c947d408d083dfe685a19cba9833cccc4b99d64461a688b4bb239e3734cbf79add36520232cb3
673+
checksum: 10c0/86db218e9defcfee68def23e452a3211786b385f9562a2f5006c28f96bcb9595c3ff97447954122cedd5713362de570052bb07a598df3363b4d88cebb0ab8648
674674
languageName: node
675675
linkType: hard
676676

@@ -858,9 +858,9 @@ __metadata:
858858
languageName: node
859859
linkType: hard
860860

861-
"@bpmn-io/properties-panel@npm:3.40.4":
862-
version: 3.40.4
863-
resolution: "@bpmn-io/properties-panel@npm:3.40.4"
861+
"@bpmn-io/properties-panel@npm:3.40.5, @bpmn-io/properties-panel@npm:^3.40.5":
862+
version: 3.40.5
863+
resolution: "@bpmn-io/properties-panel@npm:3.40.5"
864864
dependencies:
865865
"@bpmn-io/feel-editor": "npm:^2.5.2"
866866
"@carbon/icons": "npm:^11.69.0"
@@ -870,11 +870,11 @@ __metadata:
870870
focus-trap: "npm:^8.0.0"
871871
min-dash: "npm:^5.0.0"
872872
min-dom: "npm:^5.2.0"
873-
checksum: 10c0/b6d1701d1ad6775479ef27f069247abdcefbeebd6cf92f129a25b906cfd124219297d562d86d3a605064ce5e7890aa3b42851571ee7456ba72cf323c5bb97122
873+
checksum: 10c0/dda97ee07aacc0d1f6b5d6dd65448443ef598517fcf9c75a93981af768c2247dd214d30a12a41352f242350df0a0993df4336c426a45b4f8b5fd989b07ae297d
874874
languageName: node
875875
linkType: hard
876876

877-
"@bpmn-io/properties-panel@npm:^3.40.0, @bpmn-io/properties-panel@npm:^3.40.3":
877+
"@bpmn-io/properties-panel@npm:^3.40.3":
878878
version: 3.40.3
879879
resolution: "@bpmn-io/properties-panel@npm:3.40.3"
880880
dependencies:
@@ -983,10 +983,10 @@ __metadata:
983983
languageName: node
984984
linkType: hard
985985

986-
"@camunda/zeebe-element-templates-json-schema@npm:^0.37.0":
987-
version: 0.37.0
988-
resolution: "@camunda/zeebe-element-templates-json-schema@npm:0.37.0"
989-
checksum: 10c0/7f8297f44833ec2910e4e1bb35aa049a88d56c5fc3f7140aedfb28af13bd3cae2dc94a32a6d74b80b0cad3cd291c8a5f75d811222213ae174f10e081d7c9dbdb
986+
"@camunda/zeebe-element-templates-json-schema@npm:^0.39.1":
987+
version: 0.39.1
988+
resolution: "@camunda/zeebe-element-templates-json-schema@npm:0.39.1"
989+
checksum: 10c0/26163cd8c59fc800314b91a82694cebe0f17baa309f0417c1a7e1cc1d7a3bf68561185f0efcec156ae7b6986adab902237dcf749dd022acff65d2a8ebdf282c3
990990
languageName: node
991991
linkType: hard
992992

@@ -3826,11 +3826,11 @@ __metadata:
38263826
languageName: node
38273827
linkType: hard
38283828

3829-
"bpmn-js-element-templates@npm:^2.21.0":
3830-
version: 2.22.0
3831-
resolution: "bpmn-js-element-templates@npm:2.22.0"
3829+
"bpmn-js-element-templates@npm:^2.23.0":
3830+
version: 2.23.0
3831+
resolution: "bpmn-js-element-templates@npm:2.23.0"
38323832
dependencies:
3833-
"@bpmn-io/element-templates-validator": "npm:^2.19.0"
3833+
"@bpmn-io/element-templates-validator": "npm:^2.20.1"
38343834
"@bpmn-io/extract-process-variables": "npm:^2.2.1"
38353835
bpmnlint: "npm:^11.12.0"
38363836
classnames: "npm:^2.5.1"
@@ -3847,7 +3847,7 @@ __metadata:
38473847
bpmn-js-properties-panel: ">= 2"
38483848
camunda-bpmn-js-behaviors: ">= 1.2.1"
38493849
diagram-js: ">= 11.9"
3850-
checksum: 10c0/0e3f0032b7f16463a5a6bef4199162c9844f67cc8911107693f24908deb5f73fd8f6333c21e9294401c373b161ae1923f292a54873519e5ddaaf5da080374636
3850+
checksum: 10c0/491f91ff9cba6e66219abe2c6fa0c4dafd1c1952e0e311f5eba6a35fa5bd34b48971f3cde984d587bb97fe9766574b4ffd7c146c9bf57e76d737cb7fad9a1a54
38513851
languageName: node
38523852
linkType: hard
38533853

@@ -3902,35 +3902,19 @@ __metadata:
39023902
languageName: node
39033903
linkType: hard
39043904

3905-
"bpmn-js@npm:^18.12.0":
3906-
version: 18.13.1
3907-
resolution: "bpmn-js@npm:18.13.1"
3905+
"bpmn-js@npm:^18.13.2, bpmn-js@npm:^18.14.0":
3906+
version: 18.14.0
3907+
resolution: "bpmn-js@npm:18.14.0"
39083908
dependencies:
39093909
bpmn-moddle: "npm:^10.0.0"
3910-
diagram-js: "npm:^15.9.0"
3910+
diagram-js: "npm:^15.11.0"
39113911
diagram-js-direct-editing: "npm:^3.3.0"
3912-
ids: "npm:^3.0.0"
3912+
ids: "npm:^3.0.2"
39133913
inherits-browser: "npm:^0.1.0"
39143914
min-dash: "npm:^5.0.0"
39153915
min-dom: "npm:^5.2.0"
39163916
tiny-svg: "npm:^4.1.4"
3917-
checksum: 10c0/8e7852138c4b3cf00f1749826ddcfd0cb14504d2b4db801b761b5f50b8d01a563368a29ef58fab5bb22a5d08f7aed700c6ff9544e6af24ef5210423dc8ccda58
3918-
languageName: node
3919-
linkType: hard
3920-
3921-
"bpmn-js@npm:^18.13.2":
3922-
version: 18.13.2
3923-
resolution: "bpmn-js@npm:18.13.2"
3924-
dependencies:
3925-
bpmn-moddle: "npm:^10.0.0"
3926-
diagram-js: "npm:^15.10.0"
3927-
diagram-js-direct-editing: "npm:^3.3.0"
3928-
ids: "npm:^3.0.0"
3929-
inherits-browser: "npm:^0.1.0"
3930-
min-dash: "npm:^5.0.0"
3931-
min-dom: "npm:^5.2.0"
3932-
tiny-svg: "npm:^4.1.4"
3933-
checksum: 10c0/0b961965ae0e090068a7dc0149c9966618fb71cb545b279170067a7451999c15dcb8b09589da774b49b869dd1d0c56237dc9dd4f078fac794e5911ce8ece3eba
3917+
checksum: 10c0/316b45afce86bde53ed1a4b7e0a8f79cec8a8c63ad28907f0fd236b80e04dca1cbd99edc96e0d72f48193ad622a144f35e849b7d8a96325c97ca7dad07ce8d48
39343918
languageName: node
39353919
linkType: hard
39363920

@@ -3950,7 +3934,7 @@ __metadata:
39503934
resolution: "bpmn-vscode-modeler@workspace:."
39513935
dependencies:
39523936
"@bpmn-io/form-js": "npm:1.21.2"
3953-
"@bpmn-io/properties-panel": "npm:3.40.4"
3937+
"@bpmn-io/properties-panel": "npm:3.40.5"
39543938
"@eslint/eslintrc": "npm:^3.3.5"
39553939
"@eslint/js": "npm:^10.0.1"
39563940
"@stylistic/eslint-plugin": "npm:^5.10.0"
@@ -3964,18 +3948,18 @@ __metadata:
39643948
"@typescript-eslint/parser": "npm:^8.57.2"
39653949
"@vitest/coverage-v8": "npm:4.1.2"
39663950
"@vitest/ui": "npm:4.1.2"
3967-
bpmn-js: "npm:^18.13.2"
3951+
bpmn-js: "npm:^18.14.0"
39683952
bpmn-js-create-append-anything: "npm:^1.2.0"
39693953
bpmn-js-native-copy-paste: "npm:^0.3.0"
39703954
bpmn-js-properties-panel: "npm:^5.53.0"
39713955
bpmn-js-token-simulation: "npm:^0.39.3"
3972-
camunda-bpmn-js: "npm:^5.25.0"
3956+
camunda-bpmn-js: "npm:^5.26.0"
39733957
camunda-bpmn-js-behaviors: "npm:^1.14.1"
39743958
camunda-bpmn-moddle: "npm:^7.0.1"
39753959
camunda-dmn-moddle: "npm:^1.3.1"
39763960
camunda-transaction-boundaries: "npm:^1.1.2"
39773961
copy-webpack-plugin: "npm:^14.0.0"
3978-
diagram-js: "npm:^15.10.0"
3962+
diagram-js: "npm:^15.11.0"
39793963
dmn-js: "npm:^17.7.0"
39803964
dmn-js-properties-panel: "npm:^3.10.0"
39813965
eslint: "npm:^10.1.0"
@@ -4230,26 +4214,26 @@ __metadata:
42304214
languageName: node
42314215
linkType: hard
42324216

4233-
"camunda-bpmn-js@npm:^5.25.0":
4234-
version: 5.25.0
4235-
resolution: "camunda-bpmn-js@npm:5.25.0"
4217+
"camunda-bpmn-js@npm:^5.26.0":
4218+
version: 5.26.0
4219+
resolution: "camunda-bpmn-js@npm:5.26.0"
42364220
dependencies:
42374221
"@bpmn-io/align-to-origin": "npm:^0.7.0"
42384222
"@bpmn-io/element-template-chooser": "npm:^2.1.0"
42394223
"@bpmn-io/element-template-icon-renderer": "npm:^1.0.0"
4240-
"@bpmn-io/properties-panel": "npm:^3.40.0"
4224+
"@bpmn-io/properties-panel": "npm:^3.40.5"
42414225
"@bpmn-io/variable-resolver": "npm:^3.0.0"
42424226
"@camunda/example-data-properties-provider": "npm:^1.3.0"
4243-
bpmn-js: "npm:^18.12.0"
4227+
bpmn-js: "npm:^18.13.2"
42444228
bpmn-js-color-picker: "npm:^0.7.2"
42454229
bpmn-js-copy-as-image: "npm:^0.4.1"
42464230
bpmn-js-create-append-anything: "npm:^1.2.0"
4247-
bpmn-js-element-templates: "npm:^2.21.0"
4231+
bpmn-js-element-templates: "npm:^2.23.0"
42484232
bpmn-js-executable-fix: "npm:^0.2.1"
42494233
bpmn-js-native-copy-paste: "npm:^0.3.0"
42504234
camunda-bpmn-js-behaviors: "npm:^1.14.1"
42514235
camunda-bpmn-moddle: "npm:^7.0.1"
4252-
diagram-js: "npm:^15.9.1"
4236+
diagram-js: "npm:^15.10.0"
42534237
diagram-js-grid: "npm:^2.0.1"
42544238
diagram-js-minimap: "npm:^5.3.0"
42554239
diagram-js-origin: "npm:^1.4.0"
@@ -4258,7 +4242,7 @@ __metadata:
42584242
zeebe-bpmn-moddle: "npm:^1.12.0"
42594243
peerDependencies:
42604244
bpmn-js-properties-panel: ">= 3.0.0"
4261-
checksum: 10c0/156fe92ccd378637cee0f9d559de38fe27aad09bf30d06c8d5e83dacd3b66213e70630cfb713729b6f9d7873782c788f06596b08887e7d04871f5377bdbdf2d9
4245+
checksum: 10c0/b1785fa9625c21e83bbf02f91f55705f394b89fdcc82c1bc8f692bc23d7071f10025a1256896e056813c96bce4a7bbaa5fb5d0ce30537190060c7d84e49dc5de
42624246
languageName: node
42634247
linkType: hard
42644248

@@ -4875,7 +4859,24 @@ __metadata:
48754859
languageName: node
48764860
linkType: hard
48774861

4878-
"diagram-js@npm:^15.7.0, diagram-js@npm:^15.9.0, diagram-js@npm:^15.9.1":
4862+
"diagram-js@npm:^15.11.0":
4863+
version: 15.11.0
4864+
resolution: "diagram-js@npm:15.11.0"
4865+
dependencies:
4866+
"@bpmn-io/diagram-js-ui": "npm:^0.2.3"
4867+
clsx: "npm:^2.1.1"
4868+
didi: "npm:^11.0.0"
4869+
inherits-browser: "npm:^0.1.0"
4870+
min-dash: "npm:^5.0.0"
4871+
min-dom: "npm:^5.3.0"
4872+
object-refs: "npm:^0.4.0"
4873+
path-intersection: "npm:^4.1.0"
4874+
tiny-svg: "npm:^4.1.4"
4875+
checksum: 10c0/2ebbfe1f89058f6177c694e901348a445aeac087f2b39bf7d4d360681891a8b771909863e66852ca0e469153bb7a9230d86f01a2ac05337095c8b21cd4a9f0a1
4876+
languageName: node
4877+
linkType: hard
4878+
4879+
"diagram-js@npm:^15.7.0":
48794880
version: 15.9.1
48804881
resolution: "diagram-js@npm:15.9.1"
48814882
dependencies:
@@ -6581,7 +6582,7 @@ __metadata:
65816582
languageName: node
65826583
linkType: hard
65836584

6584-
"ids@npm:^3.0.0, ids@npm:^3.0.1":
6585+
"ids@npm:^3.0.0, ids@npm:^3.0.1, ids@npm:^3.0.2":
65856586
version: 3.0.2
65866587
resolution: "ids@npm:3.0.2"
65876588
checksum: 10c0/ba2c3692978782e37a5fcdd4a508f75db909bc5b20e2b4a1ffba47c986779cf1a95fd2f9466182a697186c8e67912aa5f6fe8343de4c6ba79b8ae6842799ec77

0 commit comments

Comments
 (0)