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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-23 13:40:16 +00:00 коммит произвёл GitHub
Родитель db0d062443
Коммит 6f54bebe35
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 8 добавлений и 5 удалений

11
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"
}

Просмотреть файл

@ -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",