diff --git a/package-lock.json b/package-lock.json index 09a9ebfc..c69c69fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.23.1", "license": "MIT", "dependencies": { - "@bpmn-io/extract-process-variables": "^0.8.0", + "@bpmn-io/extract-process-variables": "^0.9.0", "array-move": "^4.0.0", "ids": "^1.0.5", "min-dash": "^4.2.1", @@ -535,9 +535,9 @@ } }, "node_modules/@bpmn-io/extract-process-variables": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.8.0.tgz", - "integrity": "sha512-yAS7ZYX+D56K+luC36u96eRMLb4VHcPUwTUqMZ/Z/Je2gou2DJLRbuBTHAB4jjKt4wFCHSG4B8Y+TrBciEYf4w==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.9.0.tgz", + "integrity": "sha512-32h64pyToe8ss6+jAsRiFFpOTOm+QS+3vqRvzhRjkXbT8Qie7X/uYYrp980eBSgW/otAUrsMmlU10IBZ7dpfGQ==", "dependencies": { "min-dash": "^4.0.0" } @@ -609,6 +609,15 @@ "bpmn-js": "*" } }, + "node_modules/@bpmn-io/variable-resolver/node_modules/@bpmn-io/extract-process-variables": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.8.0.tgz", + "integrity": "sha512-yAS7ZYX+D56K+luC36u96eRMLb4VHcPUwTUqMZ/Z/Je2gou2DJLRbuBTHAB4jjKt4wFCHSG4B8Y+TrBciEYf4w==", + "dev": true, + "dependencies": { + "min-dash": "^4.0.0" + } + }, "node_modules/@codemirror/autocomplete": { "version": "6.16.3", "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.16.3.tgz", @@ -10513,9 +10522,9 @@ } }, "@bpmn-io/extract-process-variables": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.8.0.tgz", - "integrity": "sha512-yAS7ZYX+D56K+luC36u96eRMLb4VHcPUwTUqMZ/Z/Je2gou2DJLRbuBTHAB4jjKt4wFCHSG4B8Y+TrBciEYf4w==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.9.0.tgz", + "integrity": "sha512-32h64pyToe8ss6+jAsRiFFpOTOm+QS+3vqRvzhRjkXbT8Qie7X/uYYrp980eBSgW/otAUrsMmlU10IBZ7dpfGQ==", "requires": { "min-dash": "^4.0.0" } @@ -10573,6 +10582,17 @@ "@lezer/common": "^1.2.1", "lezer-feel": "^1.2.4", "min-dash": "^4.2.1" + }, + "dependencies": { + "@bpmn-io/extract-process-variables": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.8.0.tgz", + "integrity": "sha512-yAS7ZYX+D56K+luC36u96eRMLb4VHcPUwTUqMZ/Z/Je2gou2DJLRbuBTHAB4jjKt4wFCHSG4B8Y+TrBciEYf4w==", + "dev": true, + "requires": { + "min-dash": "^4.0.0" + } + } } }, "@codemirror/autocomplete": { diff --git a/package.json b/package.json index f9ed3eb4..42ba734d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ ], "license": "MIT", "dependencies": { - "@bpmn-io/extract-process-variables": "^0.8.0", + "@bpmn-io/extract-process-variables": "^0.9.0", "array-move": "^4.0.0", "ids": "^1.0.5", "min-dash": "^4.2.1",