|
6 | 6 | "Microsoft Corporation"
|
7 | 7 | ],
|
8 | 8 | "dependencies": {
|
9 |
| - "@vscode/vsce-sign": "^2.0.0", |
10 |
| - "chalk": "^2.4.2", |
11 |
| - "cheerio": "^1.0.0-rc.9", |
12 |
| - "cockatiel": "^3.1.2", |
13 |
| - "commander": "^6.2.1", |
| 9 | + "@vscode/vsce-sign": "^2.0.4", |
| 10 | + "chalk": "^5.3.0", |
| 11 | + "cheerio": "^1.0.0", |
| 12 | + "cockatiel": "^3.2.1", |
| 13 | + "commander": "^12.1.0", |
14 | 14 | "form-data": "^4.0.0",
|
15 | 15 | "glob": "^11.0.0",
|
16 |
| - "hosted-git-info": "^4.0.2", |
17 |
| - "jsonc-parser": "^3.2.0", |
18 |
| - "leven": "^3.1.0", |
| 16 | + "hosted-git-info": "^8.0.0", |
| 17 | + "jsonc-parser": "^3.3.1", |
| 18 | + "leven": "^4.0.0", |
19 | 19 | "markdown-it": "^14.1.0",
|
20 |
| - "mime": "^1.3.4", |
21 |
| - "minimatch": "^3.0.3", |
| 20 | + "mime": "^4.0.4", |
| 21 | + "minimatch": "^10.0.1", |
22 | 22 | "parse-semver": "^1.1.1",
|
23 |
| - "read": "^1.0.7", |
24 |
| - "semver": "^7.5.2", |
| 23 | + "read": "^4.0.0", |
| 24 | + "semver": "^7.6.3", |
25 | 25 | "tmp": "^0.2.3",
|
26 |
| - "typed-rest-client": "^1.8.4", |
27 |
| - "url-join": "^4.0.1", |
28 |
| - "xml2js": "^0.5.0", |
29 |
| - "yauzl": "^2.3.1", |
30 |
| - "yazl": "^2.2.2" |
| 26 | + "typed-rest-client": "^2.1.0", |
| 27 | + "url-join": "^5.0.0", |
| 28 | + "xml2js": "^0.6.2", |
| 29 | + "yauzl": "^3.1.3", |
| 30 | + "yazl": "^2.5.1" |
31 | 31 | },
|
32 | 32 | "description": "VS Code Extensions Manager",
|
33 | 33 | "devDependencies": {
|
34 |
| - "@types/cheerio": "^0.22.29", |
| 34 | + "@types/cheerio": "^0.22.35", |
35 | 35 | "@types/glob": "^8.1.0",
|
36 |
| - "@types/hosted-git-info": "^3.0.2", |
37 |
| - "@types/markdown-it": "^0.0.2", |
38 |
| - "@types/mime": "^1", |
39 |
| - "@types/minimatch": "^3.0.3", |
40 |
| - "@types/node": "^16.11.7", |
41 |
| - "@types/read": "^0.0.28", |
42 |
| - "@types/semver": "^6.0.0", |
43 |
| - "@types/tmp": "^0.2.2", |
44 |
| - "@types/url-join": "^4.0.1", |
45 |
| - "@types/xml2js": "^0.4.4", |
46 |
| - "@types/yauzl": "^2.9.2", |
47 |
| - "@types/yazl": "^2.4.2", |
48 |
| - "source-map-support": "^0.4.2" |
| 36 | + "@types/hosted-git-info": "^3.0.5", |
| 37 | + "@types/markdown-it": "^14.1.2", |
| 38 | + "@types/mime": "^4", |
| 39 | + "@types/minimatch": "^5.1.2", |
| 40 | + "@types/node": "^22.7.5", |
| 41 | + "@types/read": "^0.0.32", |
| 42 | + "@types/semver": "^7.5.8", |
| 43 | + "@types/tmp": "^0.2.6", |
| 44 | + "@types/url-join": "^4.0.3", |
| 45 | + "@types/xml2js": "^0.4.14", |
| 46 | + "@types/yauzl": "^2.10.3", |
| 47 | + "@types/yazl": "^2.4.5", |
| 48 | + "source-map-support": "^0.5.21" |
49 | 49 | },
|
50 | 50 | "main": "out/api.js",
|
51 | 51 | "mocha": {
|
|
57 | 57 | },
|
58 | 58 | "name": "@vscode/vsce",
|
59 | 59 | "optionalDependencies": {
|
60 |
| - "keytar": "^7.7.0" |
| 60 | + "keytar": "^7.9.0" |
61 | 61 | },
|
62 | 62 | "scripts": {
|
63 | 63 | "api": "api-extractor run --local --verbose",
|
|
0 commit comments