|
33 | 33 | "@octokit/rest": "latest",
|
34 | 34 | "@types/chai": "latest",
|
35 | 35 | "@types/convert-source-map": "latest",
|
| 36 | + "@types/fs-extra": "^9.0.13", |
36 | 37 | "@types/glob": "latest",
|
37 | 38 | "@types/gulp": "^4.0.9",
|
38 | 39 | "@types/gulp-concat": "latest",
|
39 | 40 | "@types/gulp-newer": "latest",
|
40 |
| - "@types/gulp-rename": "0.0.33", |
41 |
| - "@types/gulp-sourcemaps": "0.0.32", |
| 41 | + "@types/gulp-rename": "latest", |
| 42 | + "@types/gulp-sourcemaps": "latest", |
42 | 43 | "@types/merge2": "latest",
|
43 | 44 | "@types/microsoft__typescript-etw": "latest",
|
44 | 45 | "@types/minimatch": "latest",
|
|
47 | 48 | "@types/mocha": "latest",
|
48 | 49 | "@types/ms": "latest",
|
49 | 50 | "@types/node": "latest",
|
50 |
| - "@types/node-fetch": "^2.3.4", |
| 51 | + "@types/node-fetch": "^2.6.2", |
51 | 52 | "@types/q": "latest",
|
52 | 53 | "@types/source-map-support": "latest",
|
53 |
| - "@types/xml2js": "^0.4.0", |
54 |
| - "@typescript-eslint/eslint-plugin": "^4.28.0", |
55 |
| - "@typescript-eslint/experimental-utils": "^4.28.0", |
56 |
| - "@typescript-eslint/parser": "^4.28.0", |
| 54 | + "@types/xml2js": "^0.4.11", |
| 55 | + "@typescript-eslint/eslint-plugin": "^5.28.0", |
| 56 | + "@typescript-eslint/parser": "^5.28.0", |
| 57 | + "@typescript-eslint/utils": "^5.28.0", |
57 | 58 | "async": "latest",
|
58 |
| - "azure-devops-node-api": "^11.0.1", |
| 59 | + "azure-devops-node-api": "^11.1.1", |
59 | 60 | "chai": "latest",
|
60 | 61 | "chalk": "^4.1.2",
|
61 | 62 | "convert-source-map": "latest",
|
62 |
| - "del": "5.1.0", |
63 |
| - "diff": "^4.0.2", |
64 |
| - "eslint": "7.12.1", |
65 |
| - "eslint-formatter-autolinkable-stylish": "1.1.4", |
66 |
| - "eslint-plugin-import": "2.22.1", |
67 |
| - "eslint-plugin-jsdoc": "30.7.6", |
| 63 | + "del": "6.1.1", |
| 64 | + "diff": "^5.1.0", |
| 65 | + "eslint": "8.17.0", |
| 66 | + "eslint-formatter-autolinkable-stylish": "1.2.0", |
| 67 | + "eslint-plugin-import": "2.26.0", |
| 68 | + "eslint-plugin-jsdoc": "39.3.2", |
68 | 69 | "eslint-plugin-no-null": "1.0.2",
|
69 | 70 | "fancy-log": "latest",
|
70 |
| - "fs-extra": "^9.0.0", |
| 71 | + "fs-extra": "^9.1.0", |
71 | 72 | "glob": "latest",
|
72 |
| - "gulp": "^4.0.0", |
| 73 | + "gulp": "^4.0.2", |
73 | 74 | "gulp-concat": "latest",
|
74 | 75 | "gulp-insert": "latest",
|
75 | 76 | "gulp-newer": "latest",
|
|
81 | 82 | "mocha": "latest",
|
82 | 83 | "mocha-fivemat-progress-reporter": "latest",
|
83 | 84 | "ms": "^2.1.3",
|
84 |
| - "node-fetch": "^2.6.1", |
85 |
| - "prex": "^0.4.3", |
| 85 | + "node-fetch": "^2.6.7", |
| 86 | + "prex": "^0.4.7", |
86 | 87 | "q": "latest",
|
87 | 88 | "source-map-support": "latest",
|
88 | 89 | "typescript": "^4.5.5",
|
89 | 90 | "vinyl": "latest",
|
90 | 91 | "vinyl-sourcemaps-apply": "latest",
|
91 |
| - "xml2js": "^0.4.19" |
| 92 | + "xml2js": "^0.4.23" |
92 | 93 | },
|
93 | 94 | "scripts": {
|
94 | 95 | "prepare": "gulp build-eslint-rules",
|
|
0 commit comments