Skip to content

Commit

Permalink
fix: upgrade remark-parse from 10.0.1 to 10.0.2
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade remark-parse from 10.0.1 to 10.0.2.

See this package in npm:
https://www.npmjs.com/package/remark-parse

See this project in Snyk:
https://app.snyk.io/org/nexuscompute/project/e3413da5-ac9e-47b4-8cfd-4817aa6569cd?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 28, 2024
1 parent 6d3920d commit 38916b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lint-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "rollup -f es -p '@rollup/plugin-node-resolve={exportConditions: [\"node\"]}' -p @rollup/plugin-commonjs -p rollup-plugin-cleanup lint-md.src.mjs --file lint-md.mjs"
},
"dependencies": {
"remark-parse": "^10.0.1",
"remark-parse": "^10.0.2",
"remark-preset-lint-node": "^3.3.1",
"remark-stringify": "^10.0.2",
"to-vfile": "^7.2.3",
Expand Down

0 comments on commit 38916b4

Please sign in to comment.