Skip to content

Commit

Permalink
chore: bump express version (#13920)
Browse files Browse the repository at this point in the history
* chore: bump express version

* chore: increase macos binary threshold
  • Loading branch information
rtpascual authored Sep 11, 2024
1 parent 7ecb963 commit 9ef7ba9
Show file tree
Hide file tree
Showing 4 changed files with 620 additions and 240 deletions.
2 changes: 1 addition & 1 deletion .circleci/local_publish_helpers_codebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function verifyPkgCli {
}

verifySinglePkg "amplify-pkg-linux-x64" "amplify-pkg-linux-x64.tgz" $((830 * 1024 * 1024))
verifySinglePkg "amplify-pkg-macos-x64" "amplify-pkg-macos-x64.tgz" $((830 * 1024 * 1024))
verifySinglePkg "amplify-pkg-macos-x64" "amplify-pkg-macos-x64.tgz" $((835 * 1024 * 1024))
verifySinglePkg "amplify-pkg-win-x64.exe" "amplify-pkg-win-x64.tgz" $((820 * 1024 * 1024))
verifySinglePkg "amplify-pkg-linux-arm64" "amplify-pkg-linux-arm64.tgz" $((670 * 1024 * 1024))
}
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-appsync-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"chalk": "^4.1.1",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"express": "^4.17.3",
"express": "^4.20.0",
"get-port": "^5.1.1",
"graphql": "^15.5.0",
"graphql-iso-date": "^3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-storage-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"etag": "^1.8.1",
"express": "^4.17.3",
"express": "^4.20.0",
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
"object-to-xml": "^2.0.0",
Expand Down
Loading

0 comments on commit 9ef7ba9

Please sign in to comment.