|
41 | 41 | "devDependencies": { |
42 | 42 | "@esfx/canceltoken": "^1.0.0", |
43 | 43 | "@octokit/rest": "latest", |
44 | | - "@types/chai": "latest", |
| 44 | + "@types/chai": "^4.3.4", |
45 | 45 | "@types/fs-extra": "^9.0.13", |
46 | | - "@types/glob": "latest", |
47 | | - "@types/microsoft__typescript-etw": "latest", |
48 | | - "@types/minimist": "latest", |
49 | | - "@types/mocha": "latest", |
50 | | - "@types/ms": "latest", |
| 46 | + "@types/glob": "^8.1.0", |
| 47 | + "@types/microsoft__typescript-etw": "^0.1.1", |
| 48 | + "@types/minimist": "^1.2.2", |
| 49 | + "@types/mocha": "^10.0.1", |
| 50 | + "@types/ms": "^0.7.31", |
51 | 51 | "@types/node": "latest", |
52 | | - "@types/source-map-support": "latest", |
| 52 | + "@types/source-map-support": "^0.5.6", |
53 | 53 | "@types/which": "^2.0.1", |
54 | 54 | "@typescript-eslint/eslint-plugin": "^5.33.1", |
55 | 55 | "@typescript-eslint/parser": "^5.33.1", |
56 | 56 | "@typescript-eslint/utils": "^5.33.1", |
57 | 57 | "azure-devops-node-api": "^11.2.0", |
58 | | - "chai": "latest", |
| 58 | + "chai": "^4.3.7", |
59 | 59 | "chalk": "^4.1.2", |
60 | 60 | "chokidar": "^3.5.3", |
61 | 61 | "del": "^6.1.1", |
|
69 | 69 | "eslint-plugin-simple-import-sort": "^10.0.0", |
70 | 70 | "fast-xml-parser": "^4.0.11", |
71 | 71 | "fs-extra": "^9.1.0", |
72 | | - "glob": "latest", |
| 72 | + "glob": "^8.1.0", |
73 | 73 | "hereby": "^1.6.4", |
74 | 74 | "jsonc-parser": "^3.2.0", |
75 | | - "minimist": "latest", |
76 | | - "mocha": "latest", |
77 | | - "mocha-fivemat-progress-reporter": "latest", |
| 75 | + "minimist": "^1.2.8", |
| 76 | + "mocha": "^10.2.0", |
| 77 | + "mocha-fivemat-progress-reporter": "^0.1.0", |
78 | 78 | "ms": "^2.1.3", |
79 | 79 | "node-fetch": "^3.2.10", |
80 | | - "source-map-support": "latest", |
| 80 | + "source-map-support": "^0.5.21", |
81 | 81 | "typescript": "5.0.0-dev.20230112", |
82 | 82 | "which": "^2.0.2" |
83 | 83 | }, |
|
0 commit comments