From 6bf141932180458074b18da7878952b7d92cb2f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:15:03 +0000 Subject: [PATCH] Bump markdownlint-cli2-formatter-pretty in /extensions/ql-vscode Bumps [markdownlint-cli2-formatter-pretty](https://github.com/DavidAnson/markdownlint-cli2) from 0.0.9 to 0.0.10. - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.0.9...v0.0.10) --- updated-dependencies: - dependency-name: markdownlint-cli2-formatter-pretty dependency-version: 0.0.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extensions/ql-vscode/package-lock.json | 24 +++++------------------- extensions/ql-vscode/package.json | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/extensions/ql-vscode/package-lock.json b/extensions/ql-vscode/package-lock.json index 7743e7991b7..75289aa6ca2 100644 --- a/extensions/ql-vscode/package-lock.json +++ b/extensions/ql-vscode/package-lock.json @@ -120,7 +120,7 @@ "jsdom": "^27.0.1", "lint-staged": "^17.0.8", "markdownlint-cli2": "^0.23.2", - "markdownlint-cli2-formatter-pretty": "^0.0.9", + "markdownlint-cli2-formatter-pretty": "^0.0.10", "npm-run-all": "^4.1.5", "patch-package": "^8.0.1", "prettier": "^3.9.3", @@ -22730,17 +22730,16 @@ } }, "node_modules/markdownlint-cli2-formatter-pretty": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-pretty/-/markdownlint-cli2-formatter-pretty-0.0.9.tgz", - "integrity": "sha512-5zuqYonXTUu7yLP+f0ERcYu3c6tlWJVMkp+ovo6RNEvy8NEpkdUXRBAObbuJVSE3bJcaqderebfLSlEdUK8HDg==", + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-pretty/-/markdownlint-cli2-formatter-pretty-0.0.10.tgz", + "integrity": "sha512-RyG0KM96sQXWIvQwOt0b7ediw5B9uf1XxiNP9XMpqgLVK7EsFKofxvu+jAxGhGB4V0H8YkPf+3ULWIHhbW6A5A==", "dev": true, "license": "MIT", "dependencies": { - "chalk": "5.6.2", "terminal-link": "5.0.0" }, "engines": { - "node": ">=14.18.0" + "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0" }, "funding": { "url": "https://github.com/sponsors/DavidAnson" @@ -22749,19 +22748,6 @@ "markdownlint-cli2": ">=0.0.4" } }, - "node_modules/markdownlint-cli2-formatter-pretty/node_modules/chalk": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/markdownlint-cli2/node_modules/@sindresorhus/merge-streams": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz", diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index a1f1a80a621..0d80940523f 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -2178,7 +2178,7 @@ "jsdom": "^27.0.1", "lint-staged": "^17.0.8", "markdownlint-cli2": "^0.23.2", - "markdownlint-cli2-formatter-pretty": "^0.0.9", + "markdownlint-cli2-formatter-pretty": "^0.0.10", "npm-run-all": "^4.1.5", "patch-package": "^8.0.1", "prettier": "^3.9.3",