Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade unified-args from 6.0.0 to 7.0.0 #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: tools/node-lint-md-cli-rollup/package.json & tools/node-lint-md-…
…cli-rollup/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
snyk-bot committed May 15, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit 2888666c545c8c5e4312909d5b0657708d92846c
1,917 changes: 232 additions & 1,685 deletions tools/node-lint-md-cli-rollup/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/node-lint-md-cli-rollup/package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"remark": "^8.0.0",
"remark-lint": "^6.0.2",
"remark-preset-lint-node": "./remark-preset-lint-node",
"unified-args": "^6.0.0",
"unified-args": "^7.0.0",
"unified-engine": "^5.1.0"
},
"scripts": {