|
16 | 16 | "all": "yarn build && yarn format && yarn lint && yarn test"
|
17 | 17 | },
|
18 | 18 | "devDependencies": {
|
19 |
| - "@trivago/prettier-plugin-sort-imports": "^4.2.1", |
20 |
| - "@types/aws-lambda": "^8.10.137", |
| 19 | + "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
| 20 | + "@types/aws-lambda": "^8.10.142", |
21 | 21 | "@types/jest": "^29.5.12",
|
22 |
| - "@types/node": "^20.8.9", |
23 |
| - "@typescript-eslint/eslint-plugin": "^7.16.0", |
24 |
| - "@typescript-eslint/parser": "^7.9.0", |
| 22 | + "@types/node": "^22.0.0", |
| 23 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 24 | + "@typescript-eslint/parser": "^7.18.0", |
25 | 25 | "@vercel/ncc": "^0.38.1",
|
26 |
| - "aws-sdk-client-mock": "^3.0.0", |
27 |
| - "aws-sdk-client-mock-jest": "^3.0.0", |
28 |
| - "eslint": "^8.56.0", |
29 |
| - "eslint-plugin-prettier": "5.1.3", |
30 |
| - "jest": "^29.5", |
31 |
| - "jest-mock": "^29.5.0", |
32 |
| - "jest-mock-extended": "^3.0.6", |
| 26 | + "aws-sdk-client-mock": "^3.1.0", |
| 27 | + "aws-sdk-client-mock-jest": "^3.1.0", |
| 28 | + "eslint": "^8.57.0", |
| 29 | + "eslint-plugin-prettier": "5.2.1", |
| 30 | + "jest": "^29.7.0", |
| 31 | + "jest-mock": "^29.7.0", |
| 32 | + "jest-mock-extended": "^3.0.7", |
33 | 33 | "moment-timezone": "^0.5.45",
|
34 |
| - "nock": "^13.4.0", |
35 |
| - "prettier": "3.3.2", |
36 |
| - "ts-jest": "^29.1.0", |
37 |
| - "ts-node": "^10.9.1", |
| 34 | + "nock": "^13.5.4", |
| 35 | + "prettier": "3.3.3", |
| 36 | + "ts-jest": "^29.2.3", |
| 37 | + "ts-node": "^10.9.2", |
38 | 38 | "ts-node-dev": "^2.0.0"
|
39 | 39 | },
|
40 | 40 | "dependencies": {
|
41 |
| - "@aws-sdk/client-ec2": "^3.620.1", |
42 |
| - "@aws-sdk/types": "^3.433.0", |
| 41 | + "@aws-sdk/client-ec2": "^3.621.0", |
| 42 | + "@aws-sdk/types": "^3.609.0", |
43 | 43 | "@middy/core": "^4.7.0",
|
44 | 44 | "@octokit/auth-app": "6.0.3",
|
45 |
| - "@octokit/plugin-throttling": "8.1.3", |
| 45 | + "@octokit/core": "5.2.0", |
| 46 | + "@octokit/plugin-throttling": "8.2.0", |
46 | 47 | "@octokit/rest": "20.0.2",
|
47 | 48 | "@octokit/types": "^13.5.0",
|
48 | 49 | "@terraform-aws-github-runner/aws-powertools-util": "*",
|
49 | 50 | "@terraform-aws-github-runner/aws-ssm-util": "*",
|
50 |
| - "axios": "^1.6.8", |
51 |
| - "cron-parser": "^4.8.1", |
52 |
| - "typescript": "^5.4.5" |
| 51 | + "axios": "^1.7.2", |
| 52 | + "cron-parser": "^4.9.0", |
| 53 | + "typescript": "^5.5.4" |
53 | 54 | },
|
54 | 55 | "nx": {
|
55 | 56 | "includedScripts": [
|
|
0 commit comments