|
26 | 26 | "author": "Luke Autry <[email protected]> (http://www.lukeautry.com)",
|
27 | 27 | "license": "MIT",
|
28 | 28 | "devDependencies": {
|
29 |
| - "@hapi/hapi": "^21.3.10", |
| 29 | + "@hapi/hapi": "^21.3.12", |
30 | 30 | "@koa/multer": "^3.0.2",
|
31 | 31 | "@koa/router": "^13.1.0",
|
32 | 32 | "@types/body-parser": "^1.19.5",
|
|
35 | 35 | "@types/koa": "^2.15.0",
|
36 | 36 | "@types/koa-bodyparser": "^4.3.12",
|
37 | 37 | "@types/koa__router": "^12.0.4",
|
38 |
| - "@types/method-override": "0.0.35", |
39 |
| - "@types/mocha": "^10.0.8", |
| 38 | + "@types/method-override": "3.0.0", |
| 39 | + "@types/mocha": "^10.0.10", |
40 | 40 | "@types/multer": "1.4.12",
|
41 | 41 | "@types/node": "^18.0.0",
|
42 | 42 | "@types/promise.any": "^2.0.3",
|
43 | 43 | "@types/sinon": "^17.0.3",
|
44 | 44 | "@types/supertest": "^6.0.2",
|
45 | 45 | "@typescript-eslint/eslint-plugin": "6.16.0",
|
46 | 46 | "@typescript-eslint/parser": "^6.16.0",
|
47 |
| - "aws-cdk-lib": "^2.159.1", |
| 47 | + "aws-cdk-lib": "^2.172.0", |
48 | 48 | "body-parser": "^1.20.3",
|
49 | 49 | "chai": "^4.3.10",
|
50 | 50 | "chalk": "^4.1.2",
|
51 |
| - "constructs": "^10.3.0", |
| 51 | + "constructs": "^10.4.2", |
52 | 52 | "cross-env": "^7.0.3",
|
53 | 53 | "eslint": "^8.56.0",
|
54 | 54 | "eslint-config-prettier": "^9.1.0",
|
55 |
| - "express": "^4.21.0", |
| 55 | + "express": "^4.21.2", |
56 | 56 | "husky": "^8.0.3",
|
57 |
| - "inversify": "^6.0.2", |
| 57 | + "inversify": "^6.1.6", |
58 | 58 | "inversify-binding-decorators": "^4.0.0",
|
59 | 59 | "joi": "^17.13.3",
|
60 | 60 | "koa": "^2.15.3",
|
61 | 61 | "koa-bodyparser": "^4.4.0",
|
62 |
| - "lerna": "^8.1.8", |
| 62 | + "lerna": "^8.1.9", |
63 | 63 | "lint-staged": "^15.2.10",
|
64 | 64 | "method-override": "^3.0.0",
|
65 | 65 | "mocha": "^10.7.3",
|
66 | 66 | "multer": "^1.4.5-lts.1",
|
67 |
| - "prettier": "^3.3.3", |
| 67 | + "prettier": "^3.4.2", |
68 | 68 | "reflect-metadata": "^0.2.2",
|
69 | 69 | "rimraf": "^5.0.5",
|
70 | 70 | "sinon": "^19.0.2",
|
71 | 71 | "supertest": "^7.0.0",
|
72 | 72 | "ts-node": "^10.9.2",
|
73 | 73 | "tsconfig-paths": "^4.2.0",
|
74 |
| - "typescript": "^5.6.2" |
| 74 | + "typescript": "^5.7.2" |
75 | 75 | },
|
76 | 76 | "repository": {
|
77 | 77 | "type": "git",
|
|
0 commit comments