Merge pull request #896 from pi-hole/dependabot/npm_and_yarn/markdownlint-cli2-0.8.1

Bump markdownlint-cli2 from 0.8.0 to 0.8.1
This commit is contained in:
yubiuser
2023-06-17 13:18:31 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "CC-BY-SA-4.0",
"devDependencies": {
"linkinator": "^5.0.1",
"markdownlint-cli2": "0.8.0"
"markdownlint-cli2": "0.8.1"
}
},
"node_modules/@babel/code-frame": {
@@ -853,9 +853,9 @@
}
},
"node_modules/markdownlint-cli2": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.8.0.tgz",
"integrity": "sha512-HCRZPTTM5MS3O1fmZnuK+jAGXDrSmsE8KBcdfdoTHYMq7iGv0IGb5A/rOiQ1lgBuDAVN8cypqrAnMEpCfKak+w==",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.8.1.tgz",
"integrity": "sha512-y0Siwt+RApKxSSb0CT9p7z1DcAO+ncjrB9IpC/jflJRIet4namCFmxLTbfBBQdPF6EntPk5yyXKe7vcoPGlnXw==",
"dev": true,
"dependencies": {
"globby": "13.1.4",
@@ -2204,9 +2204,9 @@
}
},
"markdownlint-cli2": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.8.0.tgz",
"integrity": "sha512-HCRZPTTM5MS3O1fmZnuK+jAGXDrSmsE8KBcdfdoTHYMq7iGv0IGb5A/rOiQ1lgBuDAVN8cypqrAnMEpCfKak+w==",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.8.1.tgz",
"integrity": "sha512-y0Siwt+RApKxSSb0CT9p7z1DcAO+ncjrB9IpC/jflJRIet4namCFmxLTbfBBQdPF6EntPk5yyXKe7vcoPGlnXw==",
"dev": true,
"requires": {
"globby": "13.1.4",

View File

@@ -23,6 +23,6 @@
},
"devDependencies": {
"linkinator": "^5.0.1",
"markdownlint-cli2": "0.8.0"
"markdownlint-cli2": "0.8.1"
}
}