|
17 | 17 | "all": "yarn build && yarn format && yarn lint && yarn test" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | | - "@aws-sdk/types": "^3.914.0", |
21 | | - "@octokit/types": "^15.0.0", |
| 20 | + "@aws-sdk/types": "^3.921.0", |
| 21 | + "@octokit/types": "^16.0.0", |
22 | 22 | "@types/aws-lambda": "^8.10.155", |
23 | 23 | "@types/node": "^22.18.8", |
24 | 24 | "@vercel/ncc": "^0.38.4", |
|
32 | 32 | "dependencies": { |
33 | 33 | "@aws-github-runner/aws-powertools-util": "*", |
34 | 34 | "@aws-github-runner/aws-ssm-util": "*", |
35 | | - "@aws-lambda-powertools/parameters": "^2.27.0", |
36 | | - "@aws-sdk/client-ec2": "^3.917.0", |
37 | | - "@aws-sdk/client-sqs": "^3.917.0", |
| 35 | + "@aws-lambda-powertools/parameters": "^2.28.1", |
| 36 | + "@aws-sdk/client-ec2": "^3.921.0", |
| 37 | + "@aws-sdk/client-sqs": "^3.921.0", |
38 | 38 | "@middy/core": "^6.4.5", |
39 | | - "@octokit/auth-app": "8.1.1", |
40 | | - "@octokit/core": "7.0.5", |
41 | | - "@octokit/plugin-throttling": "11.0.2", |
| 39 | + "@octokit/auth-app": "8.1.2", |
| 40 | + "@octokit/core": "7.0.6", |
| 41 | + "@octokit/plugin-throttling": "11.0.3", |
42 | 42 | "@octokit/rest": "22.0.0", |
43 | 43 | "cron-parser": "^5.4.0" |
44 | 44 | }, |
|
0 commit comments