|
20 | 20 | "express": "^4.18.1", |
21 | 21 | "express-interceptor": "^1.2.0", |
22 | 22 | "lodash": "^4.17.21", |
23 | | - "minimist": "^1.2.5", |
24 | | - "on-finished": "^2.3.0", |
| 23 | + "minimist": "^1.2.6", |
| 24 | + "on-finished": "^2.4.1", |
25 | 25 | "read-pkg-up": "^7.0.1", |
26 | | - "semver": "^7.3.5" |
| 26 | + "semver": "^7.3.7" |
27 | 27 | }, |
28 | 28 | "scripts": { |
29 | 29 | "test": "cross-env DEBUG=common:*,ofn:* mocha build/test -t 60000 --recursive --exit", |
|
52 | 52 | "author": "OpenFunction", |
53 | 53 | "license": "Apache-2.0", |
54 | 54 | "devDependencies": { |
55 | | - "@microsoft/api-extractor": "^7.27.0", |
| 55 | + "@microsoft/api-extractor": "^7.28.4", |
56 | 56 | "@types/body-parser": "1.19.2", |
57 | 57 | "@types/debug": "^4.1.7", |
58 | 58 | "@types/express": "4.17.13", |
|
65 | 65 | "@types/on-finished": "2.3.1", |
66 | 66 | "@types/semver": "^7.3.10", |
67 | 67 | "@types/shelljs": "^0.8.11", |
68 | | - "@types/sinon": "^10.0.11", |
| 68 | + "@types/sinon": "10.0.11", |
69 | 69 | "@types/supertest": "2.0.12", |
70 | 70 | "aedes": "^0.47.0", |
71 | | - "concurrently": "^7.2.2", |
| 71 | + "concurrently": "^7.3.0", |
72 | 72 | "cross-env": "^7.0.3", |
73 | 73 | "env-cmd": "^10.1.0", |
74 | 74 | "gts": "^3.1.0", |
75 | 75 | "mocha": "10.0.0", |
76 | 76 | "pack-n-play": "^1.0.0-2", |
77 | | - "pre-push": "^0.1.2", |
| 77 | + "pre-push": "^0.1.3", |
78 | 78 | "shelljs": "^0.8.5", |
79 | 79 | "sinon": "^14.0.0", |
80 | 80 | "supertest": "6.2.3", |
|
0 commit comments