Skip to content

Commit e9b3c61

Browse files
Bump remark-html from 12.0.0 to 13.0.2 in /beta (#371)
Bumps [remark-html](https://github.com/remarkjs/remark-html) from 12.0.0 to 13.0.2. - [Release notes](https://github.com/remarkjs/remark-html/releases) - [Commits](remarkjs/remark-html@12.0.0...13.0.2) --- updated-dependencies: - dependency-name: remark-html dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a4d121 commit e9b3c61

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

beta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"reading-time": "^1.2.0",
7777
"remark": "^12.0.1",
7878
"remark-external-links": "^7.0.0",
79-
"remark-html": "^12.0.0",
79+
"remark-html": "^13.0.2",
8080
"remark-images": "^2.0.0",
8181
"remark-slug": "^7.0.0",
8282
"remark-unwrap-images": "^2.0.0",

beta/yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3761,14 +3761,14 @@ [email protected]:
37613761
unist-util-position "^3.0.0"
37623762
unist-util-visit "^2.0.0"
37633763

3764-
mdast-util-to-hast@^9.0.0:
3765-
version "9.1.2"
3766-
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-9.1.2.tgz#10fa5ed9d45bf3755891e5801d0f32e2584a9423"
3767-
integrity sha512-OpkFLBC2VnNAb2FNKcKWu9FMbJhQKog+FCT8nuKmQNIKXyT1n3SIskE7uWDep6x+cA20QXlK5AETHQtYmQmxtQ==
3764+
mdast-util-to-hast@^10.0.0:
3765+
version "10.2.0"
3766+
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz#61875526a017d8857b71abc9333942700b2d3604"
3767+
integrity sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==
37683768
dependencies:
37693769
"@types/mdast" "^3.0.0"
37703770
"@types/unist" "^2.0.0"
3771-
mdast-util-definitions "^3.0.0"
3771+
mdast-util-definitions "^4.0.0"
37723772
mdurl "^1.0.0"
37733773
unist-builder "^2.0.0"
37743774
unist-util-generated "^1.0.0"
@@ -4999,15 +4999,14 @@ [email protected]:
49994999
resolved "https://registry.yarnpkg.com/remark-footnotes/-/remark-footnotes-2.0.0.tgz#9001c4c2ffebba55695d2dd80ffb8b82f7e6303f"
50005000
integrity sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==
50015001

5002-
remark-html@^12.0.0:
5003-
version "12.0.0"
5004-
resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-12.0.0.tgz#f39d2a5e173cce777981cb4171b4ea860313d72a"
5005-
integrity sha512-M104NMHs48+uswChJkCDXCdabzxAinpHikpt6kS3gmGMyIvPZ5kn53tB9shFsL2O4HUJ9DIEsah1SX1Ve5FXHA==
5002+
remark-html@^13.0.2:
5003+
version "13.0.2"
5004+
resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-13.0.2.tgz#de5f052749ff61fc904c9708c155c88a2e2655dc"
5005+
integrity sha512-LhSRQ+3RKdBqB/RGesFWkNNfkGqprDUCwjq54SylfFeNyZby5kqOG8Dn/vYsRoM8htab6EWxFXCY6XIZvMoRiQ==
50065006
dependencies:
50075007
hast-util-sanitize "^3.0.0"
50085008
hast-util-to-html "^7.0.0"
5009-
mdast-util-to-hast "^9.0.0"
5010-
xtend "^4.0.1"
5009+
mdast-util-to-hast "^10.0.0"
50115010

50125011
remark-images@^2.0.0:
50135012
version "2.0.0"

0 commit comments

Comments
 (0)