Skip to content

Commit

Permalink
fix: packages/codemods/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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 1, 2024
1 parent 18d2529 commit cb6c27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@compiled/utils": "^0.13.0",
"chalk": "^4.1.2",
"jscodeshift": "^0.16.0"
"jscodeshift": "^17.1.0"
},
"devDependencies": {
"@types/jscodeshift": "^0.11.9"
Expand Down

0 comments on commit cb6c27d

Please sign in to comment.