Skip to content

Commit b84af38

Browse files
build(deps-dev): bump remark-frontmatter from 3.0.0 to 4.0.1 (#5630)
Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 3.0.0 to 4.0.1. - [Release notes](https://github.com/remarkjs/remark-frontmatter/releases) - [Commits](remarkjs/remark-frontmatter@3.0.0...4.0.1) --- updated-dependencies: - dependency-name: remark-frontmatter dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10ef26a commit b84af38

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"remark-autolink-headings": "7.0.1",
120120
"remark-emoji": "^3.0.1",
121121
"remark-extract-anchors": "1.1.1",
122-
"remark-frontmatter": "^3.0.0",
122+
"remark-frontmatter": "^4.0.1",
123123
"remark-gfm": "^1.0.0",
124124
"remark-html": "^15.0.0",
125125
"remark-refractor": "montogeek/remark-refractor",

yarn.lock

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5514,10 +5514,10 @@ fastq@^1.6.0:
55145514
dependencies:
55155515
reusify "^1.0.4"
55165516

5517-
fault@^1.0.0:
5518-
version "1.0.4"
5519-
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
5520-
integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==
5517+
fault@^2.0.0:
5518+
version "2.0.0"
5519+
resolved "https://registry.yarnpkg.com/fault/-/fault-2.0.0.tgz#ad2198a6e28e344dcda76a7b32406b1039f0b707"
5520+
integrity sha512-JsDj9LFcoC+4ChII1QpXPA7YIaY8zmqPYw7h9j5n7St7a0BBKfNnwEBAUQRBx70o2q4rs+BeSNHk8Exm6xE7fQ==
55215521
dependencies:
55225522
format "^0.2.0"
55235523

@@ -8170,12 +8170,12 @@ mdast-util-from-markdown@^1.0.0:
81708170
parse-entities "^3.0.0"
81718171
unist-util-stringify-position "^3.0.0"
81728172

8173-
mdast-util-frontmatter@^0.2.0:
8174-
version "0.2.0"
8175-
resolved "https://registry.yarnpkg.com/mdast-util-frontmatter/-/mdast-util-frontmatter-0.2.0.tgz#8bd5cd55e236c03e204a036f7372ebe9e6748240"
8176-
integrity sha512-FHKL4w4S5fdt1KjJCwB0178WJ0evnyyQr5kXTM3wrOVpytD0hrkvd+AOOjU9Td8onOejCkmZ+HQRT3CZ3coHHQ==
8173+
mdast-util-frontmatter@^1.0.0:
8174+
version "1.0.0"
8175+
resolved "https://registry.yarnpkg.com/mdast-util-frontmatter/-/mdast-util-frontmatter-1.0.0.tgz#ef12469379782e4a0fd995fed60cc3b871e6c819"
8176+
integrity sha512-7itKvp0arEVNpCktOET/eLFAYaZ+0cNjVtFtIPxgQ5tV+3i+D4SDDTjTzPWl44LT59PC+xdx+glNTawBdF98Mw==
81778177
dependencies:
8178-
micromark-extension-frontmatter "^0.2.0"
8178+
micromark-extension-frontmatter "^1.0.0"
81798179

81808180
mdast-util-gfm-autolink-literal@^0.1.0:
81818181
version "0.1.1"
@@ -8410,12 +8410,14 @@ micromark-core-commonmark@^1.0.1:
84108410
micromark-util-types "^1.0.1"
84118411
parse-entities "^3.0.0"
84128412

8413-
micromark-extension-frontmatter@^0.2.0:
8414-
version "0.2.2"
8415-
resolved "https://registry.yarnpkg.com/micromark-extension-frontmatter/-/micromark-extension-frontmatter-0.2.2.tgz#61b8e92e9213e1d3c13f5a59e7862f5ca98dfa53"
8416-
integrity sha512-q6nPLFCMTLtfsctAuS0Xh4vaolxSFUWUWR6PZSrXXiRy+SANGllpcqdXFv2z07l0Xz/6Hl40hK0ffNCJPH2n1A==
8413+
micromark-extension-frontmatter@^1.0.0:
8414+
version "1.0.0"
8415+
resolved "https://registry.yarnpkg.com/micromark-extension-frontmatter/-/micromark-extension-frontmatter-1.0.0.tgz#612498e6dad87c132c95e25f0918e7cc0cd535f6"
8416+
integrity sha512-EXjmRnupoX6yYuUJSQhrQ9ggK0iQtQlpi6xeJzVD5xscyAI+giqco5fdymayZhJMbIFecjnE2yz85S9NzIgQpg==
84178417
dependencies:
8418-
fault "^1.0.0"
8418+
fault "^2.0.0"
8419+
micromark-util-character "^1.0.0"
8420+
micromark-util-symbol "^1.0.0"
84198421

84208422
micromark-extension-gfm-autolink-literal@~0.5.0:
84218423
version "0.5.1"
@@ -10417,13 +10419,15 @@ [email protected]:
1041710419
dependencies:
1041810420
unist-util-visit "1.3.1"
1041910421

10420-
remark-frontmatter@^3.0.0:
10421-
version "3.0.0"
10422-
resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-3.0.0.tgz#ca5d996361765c859bd944505f377d6b186a6ec6"
10423-
integrity sha512-mSuDd3svCHs+2PyO29h7iijIZx4plX0fheacJcAoYAASfgzgVIcXGYSq9GFyYocFLftQs8IOmmkgtOovs6d4oA==
10422+
remark-frontmatter@^4.0.1:
10423+
version "4.0.1"
10424+
resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-4.0.1.tgz#84560f7ccef114ef076d3d3735be6d69f8922309"
10425+
integrity sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA==
1042410426
dependencies:
10425-
mdast-util-frontmatter "^0.2.0"
10426-
micromark-extension-frontmatter "^0.2.0"
10427+
"@types/mdast" "^3.0.0"
10428+
mdast-util-frontmatter "^1.0.0"
10429+
micromark-extension-frontmatter "^1.0.0"
10430+
unified "^10.0.0"
1042710431

1042810432
remark-gfm@^1.0.0:
1042910433
version "1.0.0"

0 commit comments

Comments
 (0)