diff --git a/package-lock.json b/package-lock.json index 27049e9..19b0d07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.2", "license": "MIT", "dependencies": { - "@bpmn-io/extract-process-variables": "^1.0.0", + "@bpmn-io/extract-process-variables": "^1.0.1", "@lezer/common": "^1.2.3", "lezer-feel": "^1.4.0", "min-dash": "^4.2.2" @@ -411,9 +411,10 @@ } }, "node_modules/@bpmn-io/extract-process-variables": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-1.0.0.tgz", - "integrity": "sha512-4EpxKwsV1h1ttlFywo8Af+JBhGzmmv63C8x2Fu5traH8z/4VJbPa2AncIU2GFHj7LYeZlygEDYWPB0QRYoQWKg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-1.0.1.tgz", + "integrity": "sha512-bisd1kL38HIjB+nmvtw3mpktH0Il3y55eiH/F7kKJs00jf+eksRBoUdr8q4Ge7w5uWxEKVszrasZCee5LTcYEw==", + "license": "MIT", "dependencies": { "min-dash": "^4.0.0" } @@ -8861,9 +8862,9 @@ } }, "@bpmn-io/extract-process-variables": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-1.0.0.tgz", - "integrity": "sha512-4EpxKwsV1h1ttlFywo8Af+JBhGzmmv63C8x2Fu5traH8z/4VJbPa2AncIU2GFHj7LYeZlygEDYWPB0QRYoQWKg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-1.0.1.tgz", + "integrity": "sha512-bisd1kL38HIjB+nmvtw3mpktH0Il3y55eiH/F7kKJs00jf+eksRBoUdr8q4Ge7w5uWxEKVszrasZCee5LTcYEw==", "requires": { "min-dash": "^4.0.0" } diff --git a/package.json b/package.json index 5984176..9129538 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "bpmn.io contributors", "license": "MIT", "dependencies": { - "@bpmn-io/extract-process-variables": "^1.0.0", + "@bpmn-io/extract-process-variables": "^1.0.1", "@lezer/common": "^1.2.3", "lezer-feel": "^1.4.0", "min-dash": "^4.2.2"