Skip to content

Commit

Permalink
fix(deps): update dependency remark-prism to v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 31, 2021
1 parent 4be7599 commit a9c8312
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": "17.0.2",
"react-icons": "4.2.0",
"remark-autolink-headings": "6.0.1",
"remark-prism": "1.3.4",
"remark-prism": "1.3.5",
"remark-remove-comments": "0.1.3",
"remark-slug": "6.0.0",
"tailwindcss": "1.9.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8398,7 +8398,7 @@ jsbn@~0.1.0:
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=

jsdom@^16.4.0:
jsdom@^16.4.0, jsdom@^16.5.2:
version "16.5.2"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.5.2.tgz#583fac89a0aea31dbf6237e7e4bedccd9beab472"
integrity sha512-JxNtPt9C1ut85boCbJmffaQ06NBnzkQY/MWO3YxPW8IWS38A26z+B1oBvA9LwKrytewdfymnhi4UNH3/RAgZrg==
Expand Down Expand Up @@ -12310,15 +12310,15 @@ [email protected]:
vfile-location "^3.0.0"
xtend "^4.0.1"

[email protected].4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/remark-prism/-/remark-prism-1.3.4.tgz#3c15b008c8904ac4e96b988eb1d5a7ae54ce0dbe"
integrity sha512-/yx8giUBhhmYfgOj27ewh+P5BPymBQaW7p4JUFNL9uaW5pDpu2Z6ODjMEpk7D0w77eGpd96+DXmhitjHxsX1Dg==
[email protected].5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/remark-prism/-/remark-prism-1.3.5.tgz#e73474daa68dabd608fa3bd62938d320a878e020"
integrity sha512-94pzhcIUZkKbgLpecbh4tt1x5wE8C0tLAaKoN+mZgtJZ/FQRTZnmhyRO5kCv3M+RHOk2ce71YhEBzhrh4d+Bmg==
dependencies:
classnames "^2.2.6"
css-selector-parser "^1.4.1"
escape-html "^1.0.3"
jsdom "^16.4.0"
jsdom "^16.5.2"
parse-numeric-range "^1.2.0"
parse5 "^6.0.1"
parse5-htmlparser2-tree-adapter "^6.0.1"
Expand Down

0 comments on commit a9c8312

Please sign in to comment.