chore(deps): update dependency markdownlint to v0.27.0 (#48883)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-01-02 22:37:19 +05:30
committed by GitHub
parent 2a473098b4
commit fcef16b732
2 changed files with 9 additions and 6 deletions
+8 -5
View File
@@ -93,7 +93,7 @@
"js-yaml": "3.14.1",
"lint-staged": "^13.1.0",
"lodash": "4.17.21",
"markdownlint": "0.26.2",
"markdownlint": "0.27.0",
"mock-fs": "5.2.0",
"npm-run-all": "4.1.5",
"ora": "5.4.1",
@@ -35643,14 +35643,15 @@
}
},
"node_modules/markdownlint": {
"version": "0.26.2",
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.27.0.tgz",
"integrity": "sha512-HtfVr/hzJJmE0C198F99JLaeada+646B5SaG2pVoEakLFI6iRGsvMqrnnrflq8hm1zQgwskEgqSnhDW11JBp0w==",
"dev": true,
"license": "MIT",
"dependencies": {
"markdown-it": "13.0.1"
},
"engines": {
"node": ">=14"
"node": ">=14.18.0"
}
},
"node_modules/marked": {
@@ -79027,7 +79028,9 @@
}
},
"markdownlint": {
"version": "0.26.2",
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.27.0.tgz",
"integrity": "sha512-HtfVr/hzJJmE0C198F99JLaeada+646B5SaG2pVoEakLFI6iRGsvMqrnnrflq8hm1zQgwskEgqSnhDW11JBp0w==",
"dev": true,
"requires": {
"markdown-it": "13.0.1"
+1 -1
View File
@@ -180,7 +180,7 @@
"js-yaml": "3.14.1",
"lint-staged": "^13.1.0",
"lodash": "4.17.21",
"markdownlint": "0.26.2",
"markdownlint": "0.27.0",
"mock-fs": "5.2.0",
"npm-run-all": "4.1.5",
"ora": "5.4.1",