From cc5157d77df234d4259fcfb890ef374d12f84e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:26:10 +0000 Subject: [PATCH] Bump @codemirror/lang-html from 6.4.10 to 6.4.11 in /Build Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html) from 6.4.10 to 6.4.11. - [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lang-html/compare/6.4.10...6.4.11) --- updated-dependencies: - dependency-name: "@codemirror/lang-html" dependency-version: 6.4.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 16 ++++++++-------- Build/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index b4d9ccd..43e4646 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -14,7 +14,7 @@ "@babel/runtime": "^7.28.4", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", - "@codemirror/lang-html": "^6.4.10", + "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lint": "^6.8.5", "@codemirror/state": "^6.5.2", @@ -382,9 +382,9 @@ } }, "node_modules/@codemirror/lang-html": { - "version": "6.4.10", - "resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.10.tgz", - "integrity": "sha512-h/SceTVsN5r+WE+TVP2g3KDvNoSzbSrtZXCKo4vkKdbfT5t4otuVgngGdFukOO/rwRD2++pCxoh6xD4TEVMkQA==", + "version": "6.4.11", + "resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.11.tgz", + "integrity": "sha512-9NsXp7Nwp891pQchI7gPdTwBuSuT3K65NGTHWHNJ55HjYcHLllr0rbIZNdOzas9ztc1EUVBlHou85FFZS4BNnw==", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", @@ -395,7 +395,7 @@ "@codemirror/view": "^6.17.0", "@lezer/common": "^1.0.0", "@lezer/css": "^1.1.0", - "@lezer/html": "^1.3.0" + "@lezer/html": "^1.3.12" } }, "node_modules/@codemirror/lang-javascript": { @@ -920,9 +920,9 @@ } }, "node_modules/@lezer/html": { - "version": "1.3.10", - "resolved": "https://registry.npmjs.org/@lezer/html/-/html-1.3.10.tgz", - "integrity": "sha512-dqpT8nISx/p9Do3AchvYGV3qYc4/rKr3IBZxlHmpIKam56P47RSHkSF5f13Vu9hebS1jM0HmtJIwLbWz1VIY6w==", + "version": "1.3.12", + "resolved": "https://registry.npmjs.org/@lezer/html/-/html-1.3.12.tgz", + "integrity": "sha512-RJ7eRWdaJe3bsiiLLHjCFT1JMk8m1YP9kaUbvu2rMLEoOnke9mcTVDyfOslsln0LtujdWespjJ39w6zo+RsQYw==", "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", diff --git a/Build/package.json b/Build/package.json index 64de59b..0ae6d60 100644 --- a/Build/package.json +++ b/Build/package.json @@ -18,7 +18,7 @@ "@babel/runtime": "^7.28.4", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", - "@codemirror/lang-html": "^6.4.10", + "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lint": "^6.8.5", "@codemirror/state": "^6.5.2",