mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Bump remark-lint from 6.0.6 to 7.0.0 (#12586)
Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 6.0.6 to 7.0.0. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/6.0.6...7.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
3cd7fa2516
commit
0975231167
63
package-lock.json
generated
63
package-lock.json
generated
@ -2098,12 +2098,12 @@
|
||||
}
|
||||
},
|
||||
"remark-lint": {
|
||||
"version": "6.0.6",
|
||||
"resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-6.0.6.tgz",
|
||||
"integrity": "sha512-JBY6zz5fYQFN724Vq6VeiHwhyjVIlrww/dE1+hWGcDyUuz7YNCqwZKwBdQGDvslICkzHw/wEExNEb8D4PNiLlA==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-7.0.0.tgz",
|
||||
"integrity": "sha512-OLrWPYy0MUcGLa/2rjuy1kQILTRRK+JiRtyUzqe4XRoHboGuvFDcy/W2e7sq5hu/0xmD+Eh7cEa1Coiqp7LeaA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"remark-message-control": "^4.0.0"
|
||||
"remark-message-control": "^6.0.0"
|
||||
}
|
||||
},
|
||||
"remark-lint-fenced-code-flag": {
|
||||
@ -2159,14 +2159,13 @@
|
||||
}
|
||||
},
|
||||
"remark-message-control": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/remark-message-control/-/remark-message-control-4.2.0.tgz",
|
||||
"integrity": "sha512-WXH2t5ljTyhsXlK1zPBLF3iPHbXl58R94phPMreS1xcHWBZJt6Oiu8RtNjy1poZFb3PqKnbYLJeR/CWcZ1bTFw==",
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/remark-message-control/-/remark-message-control-6.0.0.tgz",
|
||||
"integrity": "sha512-k9bt7BYc3G7YBdmeAhvd3VavrPa/XlKWR3CyHjr4sLO9xJyly8WHHT3Sp+8HPR8lEUv+/sZaffL7IjMLV0f6BA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"mdast-comment-marker": "^1.0.0",
|
||||
"unified-message-control": "^1.0.0",
|
||||
"xtend": "^4.0.1"
|
||||
"unified-message-control": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"remark-parse": {
|
||||
@ -2841,14 +2840,48 @@
|
||||
}
|
||||
},
|
||||
"unified-message-control": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/unified-message-control/-/unified-message-control-1.0.4.tgz",
|
||||
"integrity": "sha512-e1dEtN4Z/TvLn/qHm+xeZpzqhJTtfZusFErk336kkZVpqrJYiV9ptxq+SbRPFMlN0OkjDYHmVJ929KYjsMTo3g==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/unified-message-control/-/unified-message-control-3.0.1.tgz",
|
||||
"integrity": "sha512-K2Kvvp1DBzeuxYLLsumZh/gDWUTl4e2z/P3VReFirC78cfHKtQifbhnfRrSBtKtd1Uc6cvYTW0/SZIUaMAEcTg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"trim": "0.0.1",
|
||||
"unist-util-visit": "^1.0.0",
|
||||
"vfile-location": "^2.0.0"
|
||||
"unist-util-visit": "^2.0.0",
|
||||
"vfile-location": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"unist-util-is": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz",
|
||||
"integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==",
|
||||
"dev": true
|
||||
},
|
||||
"unist-util-visit": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.2.tgz",
|
||||
"integrity": "sha512-HoHNhGnKj6y+Sq+7ASo2zpVdfdRifhTgX2KTU3B/sO/TTlZchp7E3S4vjRzDJ7L60KmrCPsQkVK3lEF3cz36XQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/unist": "^2.0.0",
|
||||
"unist-util-is": "^4.0.0",
|
||||
"unist-util-visit-parents": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"unist-util-visit-parents": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.0.2.tgz",
|
||||
"integrity": "sha512-yJEfuZtzFpQmg1OSCyS9M5NJRrln/9FbYosH3iW0MG402QbdbaB8ZESwUv9RO6nRfLAKvWcMxCwdLWOov36x/g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/unist": "^2.0.0",
|
||||
"unist-util-is": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"vfile-location": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.0.1.tgz",
|
||||
"integrity": "sha512-yYBO06eeN/Ki6Kh1QAkgzYpWT1d3Qln+ZCtSbJqFExPl1S3y2qqotJQXoh6qEvl/jDlgpUJolBn3PItVnnZRqQ==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"unique-concat": {
|
||||
|
@ -6,7 +6,7 @@
|
||||
"devDependencies": {
|
||||
"remark-cli": "^8.0.0",
|
||||
"remark-frontmatter": "^1.3.3",
|
||||
"remark-lint": "^6.0.6",
|
||||
"remark-lint": "^7.0.0",
|
||||
"remark-lint-fenced-code-flag": "^1.0.4",
|
||||
"remark-lint-no-shell-dollars": "^2.0.0",
|
||||
"remark-stringify": "^8.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user