Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - markdown-it from 13.0.1 to 14.1.0.
    See this package in npm: https://www.npmjs.com/package/markdown-it
  - markdownlint-micromark from 0.1.5 to 0.1.10.
    See this package in npm: https://www.npmjs.com/package/markdownlint-micromark

See this project in Snyk:
https://app.snyk.io/org/cachiman-inc/project/665de2c8-5b2b-41b6-86cc-b4808f18d998?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent c71a84c commit a4781fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"node": ">=16"
},
"dependencies": {
"markdown-it": "13.0.1",
"markdownlint-micromark": "0.1.5"
"markdown-it": "14.1.0",
"markdownlint-micromark": "0.1.10"
},
"devDependencies": {
"@babel/core": "7.22.1",
Expand Down

0 comments on commit a4781fa

Please sign in to comment.