Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Dec 20, 2023
1 parent f97bb69 commit 569ca2b
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 212 deletions.
10 changes: 5 additions & 5 deletions lambdas/functions/ami-housekeeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/aws-lambda": "^8.10.130",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^3.0.0",
Expand All @@ -30,19 +30,19 @@
"jest": "^29.5",
"jest-mock": "^29.5.0",
"jest-mock-extended": "^3.0.4",
"nock": "^13.3.6",
"nock": "^13.4.0",
"prettier": "3.1.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0"
},
"dependencies": {
"@aws-sdk/client-ec2": "^3.436.0",
"@aws-sdk/client-ssm": "^3.436.0",
"@aws-sdk/client-ec2": "^3.477.0",
"@aws-sdk/client-ssm": "^3.477.0",
"@aws-sdk/types": "^3.433.0",
"@terraform-aws-github-runner/aws-powertools-util": "*",
"@terraform-aws-github-runner/aws-ssm-util": "*",
"cron-parser": "^4.8.1",
"typescript": "^5.0.4"
"typescript": "^5.3.3"
}
}
8 changes: 4 additions & 4 deletions lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"ts-node-dev": "^2.0.0"
},
"dependencies": {
"@aws-sdk/client-ec2": "^3.436.0",
"@aws-sdk/client-ec2": "^3.477.0",
"@aws-sdk/types": "^3.433.0",
"@middy/core": "^4.7.0",
"@octokit/auth-app": "6.0.1",
"@octokit/auth-app": "6.0.2",
"@octokit/rest": "20.0.2",
"@octokit/types": "^12.1.1",
"@terraform-aws-github-runner/aws-powertools-util": "*",
"@terraform-aws-github-runner/aws-ssm-util": "*",
"axios": "^1.5.1",
"axios": "^1.6.2",
"cron-parser": "^4.8.1",
"typescript": "^5.0.4"
"typescript": "^5.3.3"
}
}
6 changes: 3 additions & 3 deletions lambdas/functions/gh-agent-syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.436.0",
"@aws-sdk/lib-storage": "^3.436.0",
"@aws-sdk/client-s3": "^3.477.0",
"@aws-sdk/lib-storage": "^3.477.0",
"@aws-sdk/types": "^3.433.0",
"@middy/core": "^4.7.0",
"@terraform-aws-github-runner/aws-powertools-util": "*",
"axios": "^1.5.1"
"axios": "^1.6.2"
}
}
2 changes: 1 addition & 1 deletion lambdas/functions/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.436.0",
"@aws-sdk/client-sqs": "^3.477.0",
"@middy/core": "^4.7.0",
"@octokit/rest": "^20.0.1",
"@octokit/types": "^12.1.1",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/libs/aws-powertools-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.8.0",
"@aws-lambda-powertools/logger": "^1.17.0",
"@aws-lambda-powertools/tracer": "^1.14.0",
"aws-lambda": "^1.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion lambdas/libs/aws-ssm-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@aws-sdk/client-ssm": "^3.436.0",
"@aws-sdk/client-ssm": "^3.477.0",
"@aws-sdk/types": "^3.433.0",
"@terraform-aws-github-runner/aws-powertools-util": "*"
}
Expand Down
Loading

0 comments on commit 569ca2b

Please sign in to comment.