Skip to content

Commit cb9c120

Browse files
Bump remark-frontmatter from 4.0.1 to 5.0.0
Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/remarkjs/remark-frontmatter/releases) - [Commits](remarkjs/remark-frontmatter@4.0.1...5.0.0) --- updated-dependencies: - dependency-name: remark-frontmatter dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c54ee8 commit cb9c120

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"rehype-stringify": "^10.0.1",
106106
"remark-cli": "10.0.1",
107107
"remark-copy-linked-files": "^1.5.0",
108-
"remark-frontmatter": "^4.0.1",
108+
"remark-frontmatter": "^5.0.0",
109109
"remark-gfm": "^4.0.1",
110110
"remark-preset-lint-markdown-style-guide": "^5.1.2",
111111
"remark-rehype": "^10.1.0",

yarn.lock

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9447,15 +9447,6 @@ mdast-util-from-markdown@^2.0.0, mdast-util-from-markdown@^2.0.1:
94479447
micromark-util-types "^2.0.0"
94489448
unist-util-stringify-position "^4.0.0"
94499449

9450-
mdast-util-frontmatter@^1.0.0:
9451-
version "1.0.1"
9452-
resolved "https://registry.yarnpkg.com/mdast-util-frontmatter/-/mdast-util-frontmatter-1.0.1.tgz#79c46d7414eb9d3acabe801ee4a70a70b75e5af1"
9453-
integrity sha512-JjA2OjxRqAa8wEG8hloD0uTU0kdn8kbtOWpPP94NBkfAlbxn4S8gCGf/9DwFtEeGPXrDcNXdiDjVaRdUFqYokw==
9454-
dependencies:
9455-
"@types/mdast" "^3.0.0"
9456-
mdast-util-to-markdown "^1.3.0"
9457-
micromark-extension-frontmatter "^1.0.0"
9458-
94599450
mdast-util-frontmatter@^2.0.0, mdast-util-frontmatter@^2.0.1:
94609451
version "2.0.1"
94619452
resolved "https://registry.yarnpkg.com/mdast-util-frontmatter/-/mdast-util-frontmatter-2.0.1.tgz#f5f929eb1eb36c8a7737475c7eb438261f964ee8"
@@ -9855,16 +9846,6 @@ micromark-extension-directive@^3.0.0:
98559846
micromark-util-types "^2.0.0"
98569847
parse-entities "^4.0.0"
98579848

9858-
micromark-extension-frontmatter@^1.0.0:
9859-
version "1.1.1"
9860-
resolved "https://registry.yarnpkg.com/micromark-extension-frontmatter/-/micromark-extension-frontmatter-1.1.1.tgz#2946643938e491374145d0c9aacc3249e38a865f"
9861-
integrity sha512-m2UH9a7n3W8VAH9JO9y01APpPKmNNNs71P0RbknEmYSaZU5Ghogv38BYO94AI5Xw6OYfxZRdHZZ2nYjs/Z+SZQ==
9862-
dependencies:
9863-
fault "^2.0.0"
9864-
micromark-util-character "^1.0.0"
9865-
micromark-util-symbol "^1.0.0"
9866-
micromark-util-types "^1.0.0"
9867-
98689849
micromark-extension-frontmatter@^2.0.0:
98699850
version "2.0.0"
98709851
resolved "https://registry.yarnpkg.com/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz#651c52ffa5d7a8eeed687c513cd869885882d67a"
@@ -12563,16 +12544,6 @@ remark-emoji@^4.0.0:
1256312544
node-emoji "^2.1.0"
1256412545
unified "^11.0.4"
1256512546

12566-
remark-frontmatter@^4.0.1:
12567-
version "4.0.1"
12568-
resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-4.0.1.tgz#84560f7ccef114ef076d3d3735be6d69f8922309"
12569-
integrity sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA==
12570-
dependencies:
12571-
"@types/mdast" "^3.0.0"
12572-
mdast-util-frontmatter "^1.0.0"
12573-
micromark-extension-frontmatter "^1.0.0"
12574-
unified "^10.0.0"
12575-
1257612547
remark-frontmatter@^5.0.0:
1257712548
version "5.0.0"
1257812549
resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-5.0.0.tgz#b68d61552a421ec412c76f4f66c344627dc187a2"

0 commit comments

Comments
 (0)