Skip to content

Commit 7bdb860

Browse files
authored
chore(dependency): updated cross-spawn package to fix security issue (#5727)
1 parent 371e0a4 commit 7bdb860

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

infra-gen2/package-lock.json

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

infra-gen2/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"typescript": "^5.5.4"
2929
},
3030
"overrides": {
31-
"fast-xml-parser": "^4.4.1"
31+
"fast-xml-parser": "^4.4.1",
32+
"cross-spawn": "^7.0.6"
3233
}
3334
}

infra/pnpm-lock.yaml

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

packages/amplify_core/test/config/amplify_outputs_mapping/app/package-lock.json

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

packages/amplify_core/test/config/amplify_outputs_mapping/app/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"@aws-amplify/backend-cli": "1.0.4",
1919
"tsx": "^4.10.5",
2020
"typescript": "^5.4.5"
21+
22+
},
23+
"overrides": {
24+
"cross-spawn": "^7.0.6"
2125
}
2226
}
2327

0 commit comments

Comments
 (0)