Skip to content

Commit

Permalink
chore(deps): update-remark-rehype to v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekaterina Mozheiko authored and kantord committed Oct 5, 2021
1 parent 09a3502 commit 1595a56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"rehype-stringify": "8.0.0",
"remark": "13.0.0",
"remark-parse": "9.0.0",
"remark-rehype": "8.0.0",
"remark-rehype": "8.1.0",
"sirv": "1.0.17",
"sortablejs": "1.14.0",
"svelte-i18n": "3.0.3"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10513,7 +10513,7 @@ mdast-util-from-markdown@^0.8.0:
parse-entities "^2.0.0"
unist-util-stringify-position "^2.0.0"

mdast-util-to-hast@^10.0.0:
mdast-util-to-hast@^10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz#61875526a017d8857b71abc9333942700b2d3604"
integrity sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==
Expand Down Expand Up @@ -12903,12 +12903,12 @@ remark-parse@9.0.0, remark-parse@^9.0.0:
dependencies:
mdast-util-from-markdown "^0.8.0"

remark-rehype@8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-8.0.0.tgz#5a8afc8262a59d205fba21dafb27a673fb3b92fa"
integrity sha512-gVvOH02TMFqXOWoL6iXU7NXMsDJguNkNuMrzfkQeA4V6WCyHQnOKptn+IQBVVPuIH2sMJBwo8hlrmtn1MLTh9w==
remark-rehype@8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-8.1.0.tgz#610509a043484c1e697437fa5eb3fd992617c945"
integrity sha512-EbCu9kHgAxKmW1yEYjx3QafMyGY3q8noUbNUI5xyKbaFP89wbhDrKxyIQNukNYthzjNHZu6J7hwFg7hRm1svYA==
dependencies:
mdast-util-to-hast "^10.0.0"
mdast-util-to-hast "^10.2.0"

remark-stringify@^9.0.0:
version "9.0.1"
Expand Down

0 comments on commit 1595a56

Please sign in to comment.