From 6440447f9933c4bc3960d29d92e98d04926c61c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 13:59:16 +0000 Subject: [PATCH] Bump @github/markdownlint-github in /extensions/ql-vscode Bumps [@github/markdownlint-github](https://github.com/github/markdownlint-github) from 0.6.3 to 0.8.0. - [Release notes](https://github.com/github/markdownlint-github/releases) - [Changelog](https://github.com/github/markdownlint-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/markdownlint-github/compare/v0.6.3...v0.8.0) --- updated-dependencies: - dependency-name: "@github/markdownlint-github" dependency-version: 0.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extensions/ql-vscode/package-lock.json | 21 ++++++++++++++++----- extensions/ql-vscode/package.json | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/extensions/ql-vscode/package-lock.json b/extensions/ql-vscode/package-lock.json index 4b7511705a0..b06aa823ced 100644 --- a/extensions/ql-vscode/package-lock.json +++ b/extensions/ql-vscode/package-lock.json @@ -51,7 +51,7 @@ "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@faker-js/faker": "^9.0.3", - "@github/markdownlint-github": "^0.6.3", + "@github/markdownlint-github": "^0.8.0", "@jest/environment": "^30.0.0-alpha.7", "@jest/environment-jsdom-abstract": "^30.0.0-alpha.7", "@microsoft/eslint-formatter-sarif": "^3.1.0", @@ -3268,12 +3268,16 @@ "dev": true }, "node_modules/@github/markdownlint-github": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.6.3.tgz", - "integrity": "sha512-3kneJRtM7istp9kxMZCbYTNaTrdJ+pR5Pox449Tb911gRcRhoy9I1G6D0/aZ2c/iD25mSC3X64qleOqEYukOKA==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.8.0.tgz", + "integrity": "sha512-079sWT/2Z8EI5v02GTtSfvG06E1m8Q6xjYoQiGdPg6rSKVntpfBw6in79fGs+vc9cYihBHl73vkOoDcyH/Jl8g==", "dev": true, + "license": "ISC", "dependencies": { - "lodash": "^4.17.15" + "lodash-es": "^4.17.15" + }, + "engines": { + "node": ">=18" } }, "node_modules/@gulpjs/messages": { @@ -20346,6 +20350,13 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, + "node_modules/lodash-es": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "dev": true, + "license": "MIT" + }, "node_modules/lodash.camelcase": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index 2d89c348d26..84cb518d867 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -2009,7 +2009,7 @@ "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@faker-js/faker": "^9.0.3", - "@github/markdownlint-github": "^0.6.3", + "@github/markdownlint-github": "^0.8.0", "@jest/environment": "^30.0.0-alpha.7", "@jest/environment-jsdom-abstract": "^30.0.0-alpha.7", "@microsoft/eslint-formatter-sarif": "^3.1.0",