From 36a2a358f3e4135702ff258d5313b5ce8d2ae5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:50:37 +0000 Subject: [PATCH] Bump @codemirror/lint from 6.9.0 to 6.9.1 in /Build Bumps [@codemirror/lint](https://github.com/codemirror/lint) from 6.9.0 to 6.9.1. - [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lint/compare/6.9.0...6.9.1) --- updated-dependencies: - dependency-name: "@codemirror/lint" dependency-version: 6.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 8 ++++---- Build/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index 689bb8f..d357812 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -16,7 +16,7 @@ "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-javascript": "^6.2.4", - "@codemirror/lint": "^6.9.0", + "@codemirror/lint": "^6.9.1", "@codemirror/state": "^6.5.2", "@codemirror/view": "^6.38.6", "@prettier/plugin-xml": "^3.4.2", @@ -428,9 +428,9 @@ } }, "node_modules/@codemirror/lint": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.0.tgz", - "integrity": "sha512-wZxW+9XDytH3SKvS8cQzMyQCaaazH8XL1EMHleHe00wVzsv7NBQKVW2yzEHrRhmM7ZOhVdItPbvlRBvMp9ej7A==", + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.1.tgz", + "integrity": "sha512-te7To1EQHePBQQzasDKWmK2xKINIXpk+xAiSYr9ZN+VB4KaT+/Hi2PEkeErTk5BV3PTz1TLyQL4MtJfPkKZ9sw==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.0.0", diff --git a/Build/package.json b/Build/package.json index 97c624e..f832af7 100644 --- a/Build/package.json +++ b/Build/package.json @@ -20,7 +20,7 @@ "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-javascript": "^6.2.4", - "@codemirror/lint": "^6.9.0", + "@codemirror/lint": "^6.9.1", "@codemirror/state": "^6.5.2", "@codemirror/view": "^6.38.6", "@prettier/plugin-xml": "^3.4.2",