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:
  - micromark from 3.2.0 to 4.0.0.
    See this package in npm: https://www.npmjs.com/package/micromark
  - micromark-extension-gfm-autolink-literal from 1.0.5 to 2.1.0.
    See this package in npm: https://www.npmjs.com/package/micromark-extension-gfm-autolink-literal
  - micromark-extension-gfm-footnote from 1.1.2 to 2.1.0.
    See this package in npm: https://www.npmjs.com/package/micromark-extension-gfm-footnote
  - micromark-extension-gfm-table from 1.0.7 to 2.1.0.
    See this package in npm: https://www.npmjs.com/package/micromark-extension-gfm-table
  - webpack from 5.85.0 to 5.94.0.
    See this package in npm: https://www.npmjs.com/package/webpack
  - webpack-cli from 5.1.1 to 5.1.4.
    See this package in npm: https://www.npmjs.com/package/webpack-cli

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/9abd20cc-5def-4bf7-937e-9e423b116ad0?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent c71a84c commit 4bdc7a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions micromark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"node": ">=16"
},
"devDependencies": {
"micromark": "3.2.0",
"micromark-extension-gfm-autolink-literal": "1.0.5",
"micromark-extension-gfm-footnote": "1.1.2",
"micromark-extension-gfm-table": "1.0.7",
"webpack": "5.85.0",
"webpack-cli": "5.1.1"
"micromark": "4.0.0",
"micromark-extension-gfm-autolink-literal": "2.1.0",
"micromark-extension-gfm-footnote": "2.1.0",
"micromark-extension-gfm-table": "2.1.0",
"webpack": "5.94.0",
"webpack-cli": "5.1.4"
}
}

0 comments on commit 4bdc7a3

Please sign in to comment.