diff --git a/memex/assets/package.json b/memex/assets/package.json index 55bfe82..3c8d9d0 100644 --- a/memex/assets/package.json +++ b/memex/assets/package.json @@ -6,7 +6,7 @@ "dependencies": { "@codemirror/lang-css": "^6.2.1", "@codemirror/language": "6.9.2", - "@lezer/highlight": "^1.0.0", + "@lezer/highlight": "^1.2.0", "@lezer/lr": "^1.3.13", "codemirror": "^6.0.1", "codemirror-extension-inline-suggestion": "^0.0.1", diff --git a/memex/assets/yarn.lock b/memex/assets/yarn.lock index 29102d5..29b93a0 100644 --- a/memex/assets/yarn.lock +++ b/memex/assets/yarn.lock @@ -875,10 +875,10 @@ "@lezer/common" "^1.0.2" "@lezer/lr" "^1.3.0" -"@lezer/highlight@^1.0.0": - version "1.1.6" - resolved "https://registry.yarnpkg.com/@lezer/highlight/-/highlight-1.1.6.tgz#87e56468c0f43c2a8b3dc7f0b7c2804b34901556" - integrity sha512-cmSJYa2us+r3SePpRCjN5ymCqCPv+zyXmDl0ciWtVaNiORT/MxM7ZgOMQZADD0o51qOaOg24qc/zBViOIwAjJg== +"@lezer/highlight@^1.0.0", "@lezer/highlight@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@lezer/highlight/-/highlight-1.2.0.tgz#e5898c3644208b4b589084089dceeea2966f7780" + integrity sha512-WrS5Mw51sGrpqjlh3d4/fOwpEV2Hd3YOkp9DBt4k8XZQcoTHZFB7sx030A6OcahF4J1nDQAa3jXlTVVYH50IFA== dependencies: "@lezer/common" "^1.0.0"