Skip to content

Commit

Permalink
fix: packages/core/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 e9d14b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@percy/logger": "1.30.1",
"@percy/webdriver-utils": "1.30.1",
"content-disposition": "^0.5.4",
"cross-spawn": "^7.0.3",
"cross-spawn": "^7.0.5",
"extract-zip": "^2.0.1",
"fast-glob": "^3.2.11",
"micromatch": "^4.0.8",
Expand Down

0 comments on commit e9d14b2

Please sign in to comment.