From 6f54bebe350d8ab0fbc9acdca1cdfb64c3442367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 13:40:16 +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.5 to 0.0.6. - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: markdownlint-cli2-formatter-pretty dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extensions/ql-vscode/package-lock.json | 11 +++++++---- extensions/ql-vscode/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/extensions/ql-vscode/package-lock.json b/extensions/ql-vscode/package-lock.json index 903d7047a..c9f2d1527 100644 --- a/extensions/ql-vscode/package-lock.json +++ b/extensions/ql-vscode/package-lock.json @@ -126,7 +126,7 @@ "jest-runner-vscode": "^3.0.1", "lint-staged": "^15.2.2", "markdownlint-cli2": "^0.13.0", - "markdownlint-cli2-formatter-pretty": "^0.0.5", + "markdownlint-cli2-formatter-pretty": "^0.0.6", "npm-run-all": "^4.1.5", "patch-package": "^8.0.0", "prettier": "^3.2.5", @@ -22033,9 +22033,9 @@ } }, "node_modules/markdownlint-cli2-formatter-pretty": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-pretty/-/markdownlint-cli2-formatter-pretty-0.0.5.tgz", - "integrity": "sha512-616abla6soREFCLB+KUaremXYQC0/DvMgVjYOnR4esZbXe4z0Tbfzivb1H9tQVu5Ruq45XBOB4chKolSGO3Vjw==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-pretty/-/markdownlint-cli2-formatter-pretty-0.0.6.tgz", + "integrity": "sha512-XflT5SV8StfexAZkssgBBXjh7mo/24forKbpRUmnqPWVgDIFnBmt09hPQ1QgNgPrwii9QXx7dhL6VqH/Zq17VQ==", "dev": true, "dependencies": { "chalk": "5.3.0", @@ -22044,6 +22044,9 @@ "engines": { "node": ">=14.18.0" }, + "funding": { + "url": "https://github.com/sponsors/DavidAnson" + }, "peerDependencies": { "markdownlint-cli2": ">=0.0.4" } diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index 8e6368c0e..96e1f2b8b 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -2084,7 +2084,7 @@ "jest-runner-vscode": "^3.0.1", "lint-staged": "^15.2.2", "markdownlint-cli2": "^0.13.0", - "markdownlint-cli2-formatter-pretty": "^0.0.5", + "markdownlint-cli2-formatter-pretty": "^0.0.6", "npm-run-all": "^4.1.5", "patch-package": "^8.0.0", "prettier": "^3.2.5",