Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency remark-autolink-headings to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and filipowm committed Jul 25, 2020
1 parent 3a24ef4 commit 73ddbed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"react-scrollspy": "3.4.3",
"react-visibility-sensor": "5.1.1",
"remark-abbr": "1.4.0",
"remark-autolink-headings": "6.0.0",
"remark-autolink-headings": "6.0.1",
"remark-emoji": "2.1.0"
},
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14317,10 +14317,10 @@ remark-abbr@1.4.0:
dependencies:
unist-util-visit "^2.0.1"

remark-autolink-headings@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/remark-autolink-headings/-/remark-autolink-headings-6.0.0.tgz#86ec9c79f88fb911c96f8af9e0351d19453062f7"
integrity sha512-IlwzsSgw14EZ9ZNd+Ct/0Kn/DrFaAg2NvSvqSKnoRFTXO5Bmb7tL2Fk/Yw93OD7kban9tqpMRnNcpQB9O2aWvQ==
remark-autolink-headings@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/remark-autolink-headings/-/remark-autolink-headings-6.0.1.tgz#074470b8ec7714a0f06fa151e293152bf9723df9"
integrity sha512-LTV5G5NMjypHEr14tMNJ36yrP+xwT7mejJelZOPXKiF5WvRH9o36zXnr2QGqfms2yVASNpDaC9NBOwKlJJKuQw==
dependencies:
extend "^3.0.0"
unist-util-visit "^2.0.0"
Expand Down

0 comments on commit 73ddbed

Please sign in to comment.