Merge pull request #1657 from jellyfin/renovate/markdownlint-cli2-0.x

Update dependency markdownlint-cli2 to v0.12.1
This commit is contained in:
1hitsong 2024-01-27 14:46:43 -05:00 committed by GitHub
commit f285f67d14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 18 deletions

28
package-lock.json generated
View File

@ -21,7 +21,7 @@
"clean-jsdoc-theme": "4.2.17", "clean-jsdoc-theme": "4.2.17",
"jsdoc": "4.0.2", "jsdoc": "4.0.2",
"jshint": "2.13.6", "jshint": "2.13.6",
"markdownlint-cli2": "0.12.0", "markdownlint-cli2": "0.12.1",
"rimraf": "5.0.5", "rimraf": "5.0.5",
"roku-deploy": "3.11.1", "roku-deploy": "3.11.1",
"roku-log-bsc-plugin": "0.8.1", "roku-log-bsc-plugin": "0.8.1",
@ -3004,16 +3004,16 @@
} }
}, },
"node_modules/markdownlint-cli2": { "node_modules/markdownlint-cli2": {
"version": "0.12.0", "version": "0.12.1",
"resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.12.0.tgz", "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.12.1.tgz",
"integrity": "sha512-5nddNaPY1WC7BE1mkF8fiEkRDW8XbODwqYBPL3eyvFh7tLk74no+P8JRbCjghF7ozahCW5pF0TZ3ZS30m9H1Eg==", "integrity": "sha512-RcK+l5FjJEyrU3REhrThiEUXNK89dLYNJCYbvOUKypxqIGfkcgpz8g08EKqhrmUbYfYoLC5nEYQy53NhJSEtfQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"globby": "14.0.0", "globby": "14.0.0",
"jsonc-parser": "3.2.0",
"markdownlint": "0.33.0", "markdownlint": "0.33.0",
"markdownlint-cli2-formatter-default": "0.0.4", "markdownlint-cli2-formatter-default": "0.0.4",
"micromatch": "4.0.5", "micromatch": "4.0.5",
"strip-json-comments": "5.0.1",
"yaml": "2.3.4" "yaml": "2.3.4"
}, },
"bin": { "bin": {
@ -3055,6 +3055,12 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/markdownlint-cli2/node_modules/jsonc-parser": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
"integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==",
"dev": true
},
"node_modules/markdownlint-cli2/node_modules/path-type": { "node_modules/markdownlint-cli2/node_modules/path-type": {
"version": "5.0.0", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@ -3067,18 +3073,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/markdownlint-cli2/node_modules/strip-json-comments": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.1.tgz",
"integrity": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==",
"dev": true,
"engines": {
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/markdownlint-micromark": { "node_modules/markdownlint-micromark": {
"version": "0.1.8", "version": "0.1.8",
"resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.8.tgz", "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.8.tgz",

View File

@ -15,7 +15,7 @@
"clean-jsdoc-theme": "4.2.17", "clean-jsdoc-theme": "4.2.17",
"jsdoc": "4.0.2", "jsdoc": "4.0.2",
"jshint": "2.13.6", "jshint": "2.13.6",
"markdownlint-cli2": "0.12.0", "markdownlint-cli2": "0.12.1",
"rimraf": "5.0.5", "rimraf": "5.0.5",
"roku-deploy": "3.11.1", "roku-deploy": "3.11.1",
"roku-log-bsc-plugin": "0.8.1", "roku-log-bsc-plugin": "0.8.1",