Skip to content

Commit

Permalink
Bump strip-markdown from 4.2.0 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [strip-markdown](https://github.com/remarkjs/strip-markdown) from 4.2.0 to 5.0.1.
- [Release notes](https://github.com/remarkjs/strip-markdown/releases)
- [Commits](remarkjs/strip-markdown@4.2.0...5.0.1)

---
updated-dependencies:
- dependency-name: strip-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 12, 2023
1 parent 268e387 commit 9297b7d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"glob": "^7.1.7",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"strip-markdown": "^4.0.0",
"strip-markdown": "^5.0.1",
"text-readability": "^1.0.5",
"unist-util-visit": "2.0.3"
},
Expand Down
20 changes: 12 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -747,10 +747,10 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.1.tgz#0480eeb7221eb9bc398ad7432c9d7e14b1a5a367"
integrity sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==

"@types/unist@*", "@types/unist@^2.0.0":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.6":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.8.tgz#bb197b9639aa1a04cf464a617fe800cccd92ad5c"
integrity sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==

"@typescript-eslint/eslint-plugin@^6.0.0":
version "6.6.0"
Expand Down Expand Up @@ -3648,10 +3648,14 @@ strip-literal@^1.0.1:
dependencies:
acorn "^8.8.2"

strip-markdown@^4.0.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/strip-markdown/-/strip-markdown-4.2.0.tgz#2a26eadf6cd358ac18faa7f53f60ccae10cbf120"
integrity sha512-sZYHI1KoKOOBfIq78R3E62NHg7kk6aKtZSqiH7wWxFB6Ak6PTZe4N88aJnzjV00Lbfw91oyLpy3baYfTTqNYBA==
strip-markdown@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/strip-markdown/-/strip-markdown-5.0.1.tgz#01e9689f292652ae0a383ac362779f721031bc48"
integrity sha512-IvoKZrXtWAnlEjRfDlT3yRtGRvpX3RSg+nwAHONmshpSCoxgjZV2xX9ZYvEmwupmYobJtws9oDdTwLUu/5PoMQ==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.6"
unified "^10.0.0"

style-mod@^4.0.0:
version "4.0.3"
Expand Down

0 comments on commit 9297b7d

Please sign in to comment.