mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Bump remark-frontmatter from 2.0.0 to 3.0.0 (#14913)
Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/remarkjs/remark-frontmatter/releases) - [Commits](https://github.com/remarkjs/remark-frontmatter/compare/2.0.0...3.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bffd6c6467
commit
4e41bb6d8b
27
package-lock.json
generated
27
package-lock.json
generated
@ -1633,6 +1633,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"mdast-util-frontmatter": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-0.2.0.tgz",
|
||||
"integrity": "sha512-FHKL4w4S5fdt1KjJCwB0178WJ0evnyyQr5kXTM3wrOVpytD0hrkvd+AOOjU9Td8onOejCkmZ+HQRT3CZ3coHHQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"micromark-extension-frontmatter": "^0.2.0"
|
||||
}
|
||||
},
|
||||
"micromark-extension-frontmatter": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-0.2.2.tgz",
|
||||
"integrity": "sha512-q6nPLFCMTLtfsctAuS0Xh4vaolxSFUWUWR6PZSrXXiRy+SANGllpcqdXFv2z07l0Xz/6Hl40hK0ffNCJPH2n1A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fault": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"minimatch": {
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
||||
@ -2019,12 +2037,13 @@
|
||||
}
|
||||
},
|
||||
"remark-frontmatter": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-2.0.0.tgz",
|
||||
"integrity": "sha512-uNOQt4tO14qBFWXenF0MLC4cqo3dv8qiHPGyjCl1rwOT0LomSHpcElbjjVh5CwzElInB38HD8aSRVugKQjeyHA==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-3.0.0.tgz",
|
||||
"integrity": "sha512-mSuDd3svCHs+2PyO29h7iijIZx4plX0fheacJcAoYAASfgzgVIcXGYSq9GFyYocFLftQs8IOmmkgtOovs6d4oA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fault": "^1.0.1"
|
||||
"mdast-util-frontmatter": "^0.2.0",
|
||||
"micromark-extension-frontmatter": "^0.2.0"
|
||||
}
|
||||
},
|
||||
"remark-lint": {
|
||||
|
@ -5,7 +5,7 @@
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"remark-cli": "^8.0.1",
|
||||
"remark-frontmatter": "^2.0.0",
|
||||
"remark-frontmatter": "^3.0.0",
|
||||
"remark-lint": "^7.0.1",
|
||||
"remark-lint-fenced-code-flag": "^2.0.1",
|
||||
"remark-lint-no-shell-dollars": "^2.0.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user