Skip to content

Commit

Permalink
feat: upgrade express
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Apr 2, 2024
1 parent 3f86e9a commit aaa55ba
Show file tree
Hide file tree
Showing 21 changed files with 131 additions and 62 deletions.
2 changes: 1 addition & 1 deletion clients/jukebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/platform-express": "9.3.9",
"aws-serverless-express": "~3.4.0",
"@vendia/serverless-express": "4.12.6",
"express": "4.18.2",
"express": "4.19.2",
"node-cache": "5.1.2",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
Expand Down
154 changes: 112 additions & 42 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "bdea36bb32118cab90bb8dc0af73b3b2ddb44256",
"pnpmShrinkwrapHash": "26a8113c8a584552d3b9a0b564e70298bf4801c3",
"preferredVersionsHash": "a48003cf229dd47d077bcf6301ac15a6f90e1c34"
}
2 changes: 1 addition & 1 deletion libraries/promare-gradients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"clean-css-cli": "^5.5.0",
"express": "4.18.2",
"express": "4.19.2",
"sass": "^1.47.0",
"@cats-cradle/eslint-config": "1.0.11",
"node-sass": "~8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion middleware/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"aws-lambda": "1.0.7",
"aws-serverless-express": "~3.4.0",
"class-transformer": "0.5.1",
"express": "4.18.2",
"express": "4.19.2",
"node-cache": "5.1.2",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ exports[`MainStack should match snapshot test 1`] = `
S3Bucket: {
Fn::Sub: cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region},
},
S3Key: 8d6edbb21d70b56fee6ad9f5aabd53772086e120e185cb90eac5b7fa97e8ffc7.zip,
S3Key: b8ba19c32be3f3a103e1b09b48ddc7264973a45b1bd00c108f1abb1a314e78cb.zip,
},
Environment: {
Variables: {
Expand Down
Loading

0 comments on commit aaa55ba

Please sign in to comment.