Skip to content

Commit

Permalink
node 14 to node 16 (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
bflynn-cms authored Mar 20, 2024
1 parent 68b98a5 commit d3847ca
Show file tree
Hide file tree
Showing 17 changed files with 17,591 additions and 1,329 deletions.
2 changes: 1 addition & 1 deletion services/.sechub/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ custom:

provider:
name: aws
runtime: nodejs14.x
runtime: nodejs16.x
region: us-east-1
iam:
role:
Expand Down
3,802 changes: 3,405 additions & 397 deletions services/admin/package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions services/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"esbuild": "^0.19.4",
"serverless-dotenv-plugin": "^3.12.2",
"serverless-esbuild": "^1.48.4",
"serverless-offline": "^12.0.4",
"serverless-s3-bucket-helper": "git+https://[email protected]/Enterprise-CMCS/serverless-s3-bucket-helper.git#0.1.1"
"serverless-offline": "^12.0.4"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.43.0",
Expand Down
2 changes: 1 addition & 1 deletion services/admin/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ custom:
oneMacTableName: onemac-${self:custom.stage}-one
provider:
name: aws
runtime: nodejs14.x
runtime: nodejs16.x
region: us-east-1
stage: dev
iam:
Expand Down
6,405 changes: 5,862 additions & 543 deletions services/app-api/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/app-api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ custom:

provider:
name: aws
runtime: nodejs14.x
runtime: nodejs16.x
region: us-east-1
stage: dev
iam:
Expand Down
2 changes: 1 addition & 1 deletion services/cross-acct/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ custom:

provider:
name: aws
runtime: nodejs14.x
runtime: nodejs16.x
region: us-east-1
stage: dev
iam:
Expand Down
2 changes: 1 addition & 1 deletion services/email/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ custom:

provider:
name: aws
runtime: nodejs14.x
runtime: nodejs16.x
region: us-east-1
stage: dev
timeout: 600
Expand Down
Loading

0 comments on commit d3847ca

Please sign in to comment.