Skip to content

Commit b08e405

Browse files
authored
Merge pull request #57 from callstackincubator/fix/dratwas/cross-spawn-overrides
fix: cross-spawn high severity vulnerability
2 parents 349b480 + 3150b1e commit b08e405

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"typescript": "^5.1.3",
3131
"vitest": "^2.1.1"
3232
},
33+
"overrides": {
34+
"cross-spawn": "7.0.5"
35+
},
3336
"release-it": {
3437
"git": {
3538
"commitMessage": "chore: release ${version}",

0 commit comments

Comments
 (0)