Skip to content

Commit 4c84d64

Browse files
build(deps-dev): bump remark from 14.0.2 to 15.0.1
Bumps [remark](https://github.com/remarkjs/remark) from 14.0.2 to 15.0.1. - [Release notes](https://github.com/remarkjs/remark/releases) - [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md) - [Commits](remarkjs/remark@14.0.2...15.0.1) --- updated-dependencies: - dependency-name: remark dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d395705 commit 4c84d64

File tree

2 files changed

+30
-11
lines changed

2 files changed

+30
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"prettier": "^2.7.1",
123123
"react-refresh": "^0.14.0",
124124
"redirect-webpack-plugin": "^1.0.0",
125-
"remark": "^14.0.2",
125+
"remark": "^15.0.1",
126126
"remark-autolink-headings": "7.0.1",
127127
"remark-emoji": "^4.0.1",
128128
"remark-extract-anchors": "1.1.1",

yarn.lock

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11921,7 +11921,7 @@ remark-mdx@^2.3.0:
1192111921
mdast-util-mdx "^2.0.0"
1192211922
micromark-extension-mdxjs "^1.0.0"
1192311923

11924-
remark-parse@^10.0.0, remark-parse@^10.0.2:
11924+
remark-parse@^10.0.2:
1192511925
version "10.0.2"
1192611926
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-10.0.2.tgz#ca241fde8751c2158933f031a4e3efbaeb8bc262"
1192711927
integrity sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==
@@ -11930,6 +11930,16 @@ remark-parse@^10.0.0, remark-parse@^10.0.2:
1193011930
mdast-util-from-markdown "^1.0.0"
1193111931
unified "^10.0.0"
1193211932

11933+
remark-parse@^11.0.0:
11934+
version "11.0.0"
11935+
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-11.0.0.tgz#aa60743fcb37ebf6b069204eb4da304e40db45a1"
11936+
integrity sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==
11937+
dependencies:
11938+
"@types/mdast" "^4.0.0"
11939+
mdast-util-from-markdown "^2.0.0"
11940+
micromark-util-types "^2.0.0"
11941+
unified "^11.0.0"
11942+
1193311943
remark-parse@^5.0.0:
1193411944
version "5.0.0"
1193511945
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95"
@@ -11972,7 +11982,7 @@ remark-squeeze-paragraphs@^4.0.0:
1197211982
dependencies:
1197311983
mdast-squeeze-paragraphs "^4.0.0"
1197411984

11975-
remark-stringify@^10.0.0, remark-stringify@^10.0.3:
11985+
remark-stringify@^10.0.3:
1197611986
version "10.0.3"
1197711987
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-10.0.3.tgz#83b43f2445c4ffbb35b606f967d121b2b6d69717"
1197811988
integrity sha512-koyOzCMYoUHudypbj4XpnAKFbkddRMYZHwghnxd7ue5210WzGw6kOBwauJTRUMq16jsovXx8dYNvSSWP89kZ3A==
@@ -11981,15 +11991,24 @@ remark-stringify@^10.0.0, remark-stringify@^10.0.3:
1198111991
mdast-util-to-markdown "^1.0.0"
1198211992
unified "^10.0.0"
1198311993

11984-
remark@^14.0.2:
11985-
version "14.0.2"
11986-
resolved "https://registry.yarnpkg.com/remark/-/remark-14.0.2.tgz#4a1833f7441a5c29e44b37bb1843fb820797b40f"
11987-
integrity sha512-A3ARm2V4BgiRXaUo5K0dRvJ1lbogrbXnhkJRmD0yw092/Yl0kOCZt1k9ZeElEwkZsWGsMumz6qL5MfNJH9nOBA==
11994+
remark-stringify@^11.0.0:
11995+
version "11.0.0"
11996+
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-11.0.0.tgz#4c5b01dd711c269df1aaae11743eb7e2e7636fd3"
11997+
integrity sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==
1198811998
dependencies:
11989-
"@types/mdast" "^3.0.0"
11990-
remark-parse "^10.0.0"
11991-
remark-stringify "^10.0.0"
11992-
unified "^10.0.0"
11999+
"@types/mdast" "^4.0.0"
12000+
mdast-util-to-markdown "^2.0.0"
12001+
unified "^11.0.0"
12002+
12003+
remark@^15.0.1:
12004+
version "15.0.1"
12005+
resolved "https://registry.yarnpkg.com/remark/-/remark-15.0.1.tgz#ac7e7563260513b66426bc47f850e7aa5862c37c"
12006+
integrity sha512-Eht5w30ruCXgFmxVUSlNWQ9iiimq07URKeFS3hNc8cUWy1llX4KDWfyEDZRycMc+znsN9Ux5/tJ/BFdgdOwA3A==
12007+
dependencies:
12008+
"@types/mdast" "^4.0.0"
12009+
remark-parse "^11.0.0"
12010+
remark-stringify "^11.0.0"
12011+
unified "^11.0.0"
1199312012

1199412013
renderkid@^3.0.0:
1199512014
version "3.0.0"

0 commit comments

Comments
 (0)