Skip to content

Commit

Permalink
chore(dependency): updated cross-spawn package to fix security issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ekjotmultani authored Dec 3, 2024
1 parent 371e0a4 commit 7bdb860
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 16 deletions.
8 changes: 4 additions & 4 deletions infra-gen2/package-lock.json

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

3 changes: 2 additions & 1 deletion infra-gen2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"typescript": "^5.5.4"
},
"overrides": {
"fast-xml-parser": "^4.4.1"
"fast-xml-parser": "^4.4.1",
"cross-spawn": "^7.0.6"
}
}
8 changes: 4 additions & 4 deletions infra/pnpm-lock.yaml

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"@aws-amplify/backend-cli": "1.0.4",
"tsx": "^4.10.5",
"typescript": "^5.4.5"

},
"overrides": {
"cross-spawn": "^7.0.6"
}
}

0 comments on commit 7bdb860

Please sign in to comment.