From 5d1905028beb70d456ccd060dd166ffa8d927f38 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Thu, 7 Nov 2024 09:24:46 +0100 Subject: [PATCH] deps: bump to lezer-feel@1.4.0 Cf. https://github.com/nikku/lezer-feel/blob/main/CHANGELOG.md#140 --- package-lock.json | 53 ++++++++++++++++++++++++++--------------------- package.json | 4 ++-- 2 files changed, 31 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index e087112..009ca74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "license": "MIT", "dependencies": { "@bpmn-io/extract-process-variables": "^1.0.0", - "@lezer/common": "^1.2.1", - "lezer-feel": "^1.2.4", + "@lezer/common": "^1.2.3", + "lezer-feel": "^1.4.0", "min-dash": "^4.2.1" }, "devDependencies": { @@ -861,14 +861,16 @@ } }, "node_modules/@lezer/common": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz", - "integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz", + "integrity": "sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==", + "license": "MIT" }, "node_modules/@lezer/highlight": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.0.tgz", - "integrity": "sha512-WrS5Mw51sGrpqjlh3d4/fOwpEV2Hd3YOkp9DBt4k8XZQcoTHZFB7sx030A6OcahF4J1nDQAa3jXlTVVYH50IFA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz", + "integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.0.0" } @@ -5454,12 +5456,14 @@ } }, "node_modules/lezer-feel": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/lezer-feel/-/lezer-feel-1.3.0.tgz", - "integrity": "sha512-b7oBzdbcdHJU+WIVwqELi/pLLg0UiojC/80E2zFBGrZsWTSOsSQLNhHsfRocYzWLUPpOC4pWaFlhJM4m93J5Fg==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/lezer-feel/-/lezer-feel-1.4.0.tgz", + "integrity": "sha512-kNxG7O38gwpuYy+C3JCRxQNTCE2qu9uTuH5dE3EGVnRhIQMe6rPDz0S8t3urLEOsMud6HI795m6zX2ujfUaqTw==", + "license": "MIT", "dependencies": { - "@lezer/highlight": "^1.2.0", - "@lezer/lr": "^1.4.1" + "@lezer/highlight": "^1.2.1", + "@lezer/lr": "^1.4.2", + "min-dash": "^4.2.1" }, "engines": { "node": "*" @@ -9180,14 +9184,14 @@ } }, "@lezer/common": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz", - "integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz", + "integrity": "sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==" }, "@lezer/highlight": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.0.tgz", - "integrity": "sha512-WrS5Mw51sGrpqjlh3d4/fOwpEV2Hd3YOkp9DBt4k8XZQcoTHZFB7sx030A6OcahF4J1nDQAa3jXlTVVYH50IFA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz", + "integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==", "requires": { "@lezer/common": "^1.0.0" } @@ -12585,12 +12589,13 @@ } }, "lezer-feel": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/lezer-feel/-/lezer-feel-1.3.0.tgz", - "integrity": "sha512-b7oBzdbcdHJU+WIVwqELi/pLLg0UiojC/80E2zFBGrZsWTSOsSQLNhHsfRocYzWLUPpOC4pWaFlhJM4m93J5Fg==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/lezer-feel/-/lezer-feel-1.4.0.tgz", + "integrity": "sha512-kNxG7O38gwpuYy+C3JCRxQNTCE2qu9uTuH5dE3EGVnRhIQMe6rPDz0S8t3urLEOsMud6HI795m6zX2ujfUaqTw==", "requires": { - "@lezer/highlight": "^1.2.0", - "@lezer/lr": "^1.4.1" + "@lezer/highlight": "^1.2.1", + "@lezer/lr": "^1.4.2", + "min-dash": "^4.2.1" } }, "lines-and-columns": { diff --git a/package.json b/package.json index f0f633d..e8c8991 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "license": "MIT", "dependencies": { "@bpmn-io/extract-process-variables": "^1.0.0", - "@lezer/common": "^1.2.1", - "lezer-feel": "^1.2.4", + "@lezer/common": "^1.2.3", + "lezer-feel": "^1.4.0", "min-dash": "^4.2.1" }, "devDependencies": {