|
16 | 16 | "test-synth": "tsx src/test-cli.ts", |
17 | 17 | "build": "tsc", |
18 | 18 | "format": "biome format . --write", |
19 | | - "check": "biome check . --apply" |
| 19 | + "check": "biome check . --write" |
20 | 20 | }, |
21 | 21 | "devDependencies": { |
22 | | - "@biomejs/biome": "1.6.1", |
23 | | - "@commitlint/cli": "^19.6.1", |
24 | | - "@commitlint/config-conventional": "^19.6.0", |
25 | | - "@tsconfig/node20": "^20.1.4", |
26 | | - "@types/node": "^20.17.12", |
27 | | - "@types/semver": "^7.5.8", |
| 22 | + "@biomejs/biome": "1.9.4", |
| 23 | + "@commitlint/cli": "^19.8.0", |
| 24 | + "@commitlint/config-conventional": "^19.8.0", |
| 25 | + "@tsconfig/node22": "^22.0.1", |
| 26 | + "@types/node": "^22.13.16", |
| 27 | + "@types/semver": "^7.7.0", |
28 | 28 | "@types/source-map-support": "^0.5.10", |
29 | | - "lefthook": "^1.10.5", |
30 | | - "pkg-types": "^1.3.1", |
31 | | - "tsx": "^4.19.2", |
32 | | - "typescript": "^5.7.3" |
| 29 | + "lefthook": "^1.11.6", |
| 30 | + "pkg-types": "^2.1.0", |
| 31 | + "tsx": "^4.19.3", |
| 32 | + "typescript": "^5.8.2" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@aws-sdk/client-acm": "^3.726.1", |
36 | | - "@aws-sdk/client-cloudformation": "^3.726.1", |
37 | | - "@aws-sdk/client-sts": "^3.726.1", |
| 35 | + "@aws-sdk/client-acm": "^3.777.0", |
| 36 | + "@aws-sdk/client-cloudformation": "^3.777.0", |
| 37 | + "@aws-sdk/client-sts": "^3.777.0", |
38 | 38 | "@listr2/prompt-adapter-enquirer": "^2.0.12", |
39 | 39 | "@soliantconsulting/bitbucket-cloud-cli-auth": "^1.0.0", |
40 | 40 | "@soliantconsulting/bitbucket-openid-connect": "^1.2.0", |
41 | | - "aws-cdk": "^2.175.1", |
| 41 | + "aws-cdk": "^2.1006.0", |
42 | 42 | "deepmerge": "^4.3.1", |
43 | 43 | "enquirer": "^2.4.1", |
44 | | - "execa": "^8.0.1", |
45 | | - "glob": "^10.4.5", |
| 44 | + "execa": "^9.5.2", |
| 45 | + "glob": "^11.0.1", |
46 | 46 | "handlebars": "^4.7.8", |
47 | 47 | "listr2": "^8.2.5", |
48 | 48 | "meow": "^13.2.0", |
49 | | - "semver": "^7.6.3", |
| 49 | + "semver": "^7.7.1", |
50 | 50 | "source-map-support": "^0.5.21" |
51 | 51 | }, |
52 | 52 | "packageManager": "pnpm@8.15.6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f" |
|
0 commit comments