Skip to content

Commit

Permalink
fix: modules/codemod/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 Oct 31, 2024
1 parent bc611c1 commit 04d0b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/Workday/canvas-kit#readme",
"dependencies": {
"chalk": "4.1.2",
"jscodeshift": "^0.14.0",
"jscodeshift": "^17.1.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 04d0b88

Please sign in to comment.