Skip to content

Commit c7499e1

Browse files
chore: bump remark-frontmatter from 4.0.1 to 5.0.0 (#315)
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-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 107e984 commit c7499e1

File tree

2 files changed

+31
-20
lines changed

2 files changed

+31
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"postcss": "^8.5.3",
1616
"postcss-cli": "^10.1.0",
1717
"remark-cli": "^11.0.0",
18-
"remark-frontmatter": "^4.0.1",
18+
"remark-frontmatter": "^5.0.0",
1919
"remark-lint": "^10.0.1",
2020
"remark-preset-lint-recommended": "^7.0.1"
2121
}

yarn.lock

+30-19
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,11 @@ escape-string-regexp@^1.0.5:
467467
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
468468
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
469469

470+
escape-string-regexp@^5.0.0:
471+
version "5.0.0"
472+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
473+
integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
474+
470475
extend@^3.0.0:
471476
version "3.0.2"
472477
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
@@ -840,12 +845,17 @@ mdast-util-from-markdown@^2.0.0:
840845
micromark-util-types "^2.0.0"
841846
unist-util-stringify-position "^4.0.0"
842847

843-
mdast-util-frontmatter@^1.0.0:
844-
version "1.0.0"
845-
resolved "https://registry.yarnpkg.com/mdast-util-frontmatter/-/mdast-util-frontmatter-1.0.0.tgz#ef12469379782e4a0fd995fed60cc3b871e6c819"
846-
integrity sha512-7itKvp0arEVNpCktOET/eLFAYaZ+0cNjVtFtIPxgQ5tV+3i+D4SDDTjTzPWl44LT59PC+xdx+glNTawBdF98Mw==
848+
mdast-util-frontmatter@^2.0.0:
849+
version "2.0.1"
850+
resolved "https://registry.yarnpkg.com/mdast-util-frontmatter/-/mdast-util-frontmatter-2.0.1.tgz#f5f929eb1eb36c8a7737475c7eb438261f964ee8"
851+
integrity sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==
847852
dependencies:
848-
micromark-extension-frontmatter "^1.0.0"
853+
"@types/mdast" "^4.0.0"
854+
devlop "^1.0.0"
855+
escape-string-regexp "^5.0.0"
856+
mdast-util-from-markdown "^2.0.0"
857+
mdast-util-to-markdown "^2.0.0"
858+
micromark-extension-frontmatter "^2.0.0"
849859

850860
mdast-util-mdx-expression@^2.0.0:
851861
version "2.0.1"
@@ -954,14 +964,15 @@ micromark-core-commonmark@^2.0.0:
954964
micromark-util-symbol "^2.0.0"
955965
micromark-util-types "^2.0.0"
956966

957-
micromark-extension-frontmatter@^1.0.0:
958-
version "1.0.0"
959-
resolved "https://registry.yarnpkg.com/micromark-extension-frontmatter/-/micromark-extension-frontmatter-1.0.0.tgz#612498e6dad87c132c95e25f0918e7cc0cd535f6"
960-
integrity sha512-EXjmRnupoX6yYuUJSQhrQ9ggK0iQtQlpi6xeJzVD5xscyAI+giqco5fdymayZhJMbIFecjnE2yz85S9NzIgQpg==
967+
micromark-extension-frontmatter@^2.0.0:
968+
version "2.0.0"
969+
resolved "https://registry.yarnpkg.com/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz#651c52ffa5d7a8eeed687c513cd869885882d67a"
970+
integrity sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==
961971
dependencies:
962972
fault "^2.0.0"
963-
micromark-util-character "^1.0.0"
964-
micromark-util-symbol "^1.0.0"
973+
micromark-util-character "^2.0.0"
974+
micromark-util-symbol "^2.0.0"
975+
micromark-util-types "^2.0.0"
965976

966977
micromark-factory-destination@^1.0.0:
967978
version "1.0.0"
@@ -1543,15 +1554,15 @@ remark-cli@^11.0.0:
15431554
remark "^14.0.0"
15441555
unified-args "^10.0.0"
15451556

1546-
remark-frontmatter@^4.0.1:
1547-
version "4.0.1"
1548-
resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-4.0.1.tgz#84560f7ccef114ef076d3d3735be6d69f8922309"
1549-
integrity sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA==
1557+
remark-frontmatter@^5.0.0:
1558+
version "5.0.0"
1559+
resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-5.0.0.tgz#b68d61552a421ec412c76f4f66c344627dc187a2"
1560+
integrity sha512-XTFYvNASMe5iPN0719nPrdItC9aU0ssC4v14mH1BCi1u0n1gAocqcujWUrByftZTbLhRtiKRyjYTSIOcr69UVQ==
15501561
dependencies:
1551-
"@types/mdast" "^3.0.0"
1552-
mdast-util-frontmatter "^1.0.0"
1553-
micromark-extension-frontmatter "^1.0.0"
1554-
unified "^10.0.0"
1562+
"@types/mdast" "^4.0.0"
1563+
mdast-util-frontmatter "^2.0.0"
1564+
micromark-extension-frontmatter "^2.0.0"
1565+
unified "^11.0.0"
15551566

15561567
remark-lint-final-newline@^3.0.0:
15571568
version "3.0.1"

0 commit comments

Comments
 (0)