Skip to content

Commit

Permalink
chore: force-upgrade cross-spawn dep to address security vuln (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaroneee authored Nov 20, 2024
1 parent a2ba196 commit 22a30fb
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 238 deletions.
5 changes: 5 additions & 0 deletions genkit-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
},
"pnpm": {
"overrides": {
"cross-spawn": "^7.0.5"
}
},
"packageManager": "[email protected]+sha256.ccce81bf7498c5f0f80e31749c1f8f03baba99d168f64590fc7e13fad3ea1938"
}
60 changes: 9 additions & 51 deletions genkit-tools/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@
"typedoc-material-theme": "^1.1.0",
"tsx": "^4.19.2"
},
"pnpm": {
"overrides": {
"cross-spawn": "^7.0.5"
}
},
"packageManager": "[email protected]+sha256.ccce81bf7498c5f0f80e31749c1f8f03baba99d168f64590fc7e13fad3ea1938"
}
Loading

0 comments on commit 22a30fb

Please sign in to comment.