Skip to content

Commit

Permalink
fix: packages/cli-exec/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 11, 2024
1 parent 744f0a7 commit 4a346d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-exec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@percy/cli-command": "1.30.1",
"@percy/logger": "1.30.1",
"cross-spawn": "^7.0.3",
"cross-spawn": "^7.0.5",
"which": "^2.0.2"
}
}

0 comments on commit 4a346d0

Please sign in to comment.