Skip to content

Commit

Permalink
Merge pull request #248 from ahmet/dependabot/npm_and_yarn/rehype-ext…
Browse files Browse the repository at this point in the history
…ernal-links-3.0.0

Bump rehype-external-links from 2.1.0 to 3.0.0
  • Loading branch information
ahmet authored Sep 4, 2023
2 parents 7cc8cb8 + b2c3ed3 commit 1a127b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "18.2.0",
"react-render-html": "^0.6.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.1.0",
"rehype-external-links": "^3.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^10.0.0",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,13 @@ hast-util-is-element@^2.0.0:
"@types/hast" "^2.0.0"
"@types/unist" "^2.0.0"

hast-util-is-element@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz#6e31a6532c217e5b533848c7e52c9d9369ca0932"
integrity sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==
dependencies:
"@types/hast" "^3.0.0"

hast-util-parse-selector@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz#352879fa86e25616036037dd8931fb5f34cb4a27"
Expand Down Expand Up @@ -2668,18 +2675,17 @@ rehype-autolink-headings@^6.1.1:
unified "^10.0.0"
unist-util-visit "^4.0.0"

rehype-external-links@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/rehype-external-links/-/rehype-external-links-2.1.0.tgz#e13a2f16c3629b569baea842515b7e200f62f512"
integrity sha512-2YMJZVM1hxZnwl9IPkbN5Pjn78kXkAX7lq9VEtlaGA29qIls25vZN+ucNIJdbQUe+9NNFck17BiOhGmsD6oLIg==
rehype-external-links@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/rehype-external-links/-/rehype-external-links-3.0.0.tgz#2b28b5cda1932f83f045b6f80a3e1b15f168c6f6"
integrity sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==
dependencies:
"@types/hast" "^2.0.0"
extend "^3.0.0"
hast-util-is-element "^2.0.0"
"@types/hast" "^3.0.0"
"@ungap/structured-clone" "^1.0.0"
hast-util-is-element "^3.0.0"
is-absolute-url "^4.0.0"
space-separated-tokens "^2.0.0"
unified "^10.0.0"
unist-util-visit "^4.0.0"
unist-util-visit "^5.0.0"

rehype-raw@^7.0.0:
version "7.0.0"
Expand Down

1 comment on commit 1a127b1

@vercel
Copy link

@vercel vercel bot commented on 1a127b1 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.