Bump markdownlint-cli2-formatter-pretty in /extensions/ql-vscode

Bumps [markdownlint-cli2-formatter-pretty](https://github.com/DavidAnson/markdownlint-cli2) from 0.0.4 to 0.0.5.
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.0.4...v0.0.5)

---
updated-dependencies:
- dependency-name: markdownlint-cli2-formatter-pretty
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-13 14:53:27 +00:00
committed by GitHub
parent 3d65ecaac9
commit 611f55b9cd
2 changed files with 9 additions and 9 deletions

View File

@@ -128,7 +128,7 @@
"jest-runner-vscode": "^3.0.1",
"lint-staged": "^15.0.2",
"markdownlint-cli2": "^0.6.0",
"markdownlint-cli2-formatter-pretty": "^0.0.4",
"markdownlint-cli2-formatter-pretty": "^0.0.5",
"mini-css-extract-plugin": "^2.6.1",
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.0",
@@ -22459,12 +22459,12 @@
}
},
"node_modules/markdownlint-cli2-formatter-pretty": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/markdownlint-cli2-formatter-pretty/-/markdownlint-cli2-formatter-pretty-0.0.4.tgz",
"integrity": "sha512-Zz903THP1PrmC6k4Rm8jBegVcbsCeVmMhH/XdFzd8bL2rS60dRVev7CXZqbdGBeiCcmdut0EFMPk3huAhztcuQ==",
"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==",
"dev": true,
"dependencies": {
"chalk": "5.0.0",
"chalk": "5.3.0",
"terminal-link": "3.0.0"
},
"engines": {
@@ -22475,9 +22475,9 @@
}
},
"node_modules/markdownlint-cli2-formatter-pretty/node_modules/chalk": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
"dev": true,
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"

View File

@@ -2030,7 +2030,7 @@
"jest-runner-vscode": "^3.0.1",
"lint-staged": "^15.0.2",
"markdownlint-cli2": "^0.6.0",
"markdownlint-cli2-formatter-pretty": "^0.0.4",
"markdownlint-cli2-formatter-pretty": "^0.0.5",
"mini-css-extract-plugin": "^2.6.1",
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.0",