|
56 | 56 | "devDependencies": { |
57 | 57 | "@stylistic/eslint-plugin": "^5.10.0", |
58 | 58 | "@types/chai": "^4.3.20", |
59 | | - "@types/chalk": "^2.2.4", |
60 | 59 | "@types/follow-redirects": "^1.14.4", |
61 | 60 | "@types/js-yaml": "^4.0.9", |
62 | 61 | "@types/mocha": "^10.0.10", |
63 | 62 | "@types/ncp": "^2.0.8", |
64 | 63 | "@types/node": "^20.19.37", |
65 | 64 | "@types/pull-stream": "^3.6.7", |
66 | 65 | "@types/recursive-readdir": "^2.2.4", |
67 | | - "@types/semver": "^7.5.8", |
| 66 | + "@types/semver": "^7.7.1", |
68 | 67 | "@types/shell-quote": "^1.7.5", |
69 | 68 | "@types/text-table": "^0.2.5", |
70 | | - "@types/yargs": "^17.0.33", |
71 | | - "@typescript-eslint/eslint-plugin": "^8.26.0", |
72 | | - "@typescript-eslint/parser": "^8.26.0", |
| 69 | + "@types/yargs": "^17.0.35", |
| 70 | + "@typescript-eslint/eslint-plugin": "^8.56.1", |
| 71 | + "@typescript-eslint/parser": "^8.56.1", |
73 | 72 | "chai": "^4.5.0", |
74 | 73 | "copyfiles": "^2.4.1", |
75 | | - "esbuild": "^0.27.0", |
76 | | - "eslint": "^9.39.3", |
| 74 | + "esbuild": "^0.27.3", |
| 75 | + "eslint": "^10.0.2", |
77 | 76 | "event-stream": "^4.0.1", |
78 | | - "minimatch": "^10.0.1", |
79 | | - "mocha": "^11.1.0", |
| 77 | + "minimatch": "^10.2.4", |
| 78 | + "mocha": "^11.7.5", |
80 | 79 | "npm-run-all": "^4.1.5", |
81 | | - "p-all": "^5.0.0", |
| 80 | + "p-all": "^5.0.1", |
82 | 81 | "rimraf": "^6.1.3", |
83 | 82 | "ts-node": "^10.9.2", |
84 | | - "typescript": "^5.8.2", |
| 83 | + "typescript": "^5.9.3", |
85 | 84 | "typescript-formatter": "^7.2.2", |
86 | | - "vinyl": "^3.0.0", |
87 | | - "vinyl-fs": "^4.0.0" |
| 85 | + "vinyl": "^3.0.1", |
| 86 | + "vinyl-fs": "^4.0.2" |
88 | 87 | }, |
89 | 88 | "dependencies": { |
90 | | - "chalk": "^5.4.1", |
91 | | - "follow-redirects": "^1.15.9", |
92 | | - "js-yaml": "^4.1.0", |
| 89 | + "chalk": "^5.6.2", |
| 90 | + "follow-redirects": "^1.15.11", |
| 91 | + "js-yaml": "^4.1.1", |
93 | 92 | "jsonc-parser": "^3.3.1", |
94 | 93 | "ncp": "^2.0.0", |
95 | | - "node-pty": "^1.0.0", |
| 94 | + "node-pty": "~1.0.0", |
96 | 95 | "proxy-agent": "^6.5.0", |
97 | 96 | "pull-stream": "^3.7.0", |
98 | 97 | "recursive-readdir": "^2.2.3", |
99 | | - "semver": "^7.7.1", |
100 | | - "shell-quote": "^1.8.2", |
| 98 | + "semver": "^7.7.4", |
| 99 | + "shell-quote": "^1.8.3", |
101 | 100 | "stream-to-pull-stream": "^1.7.3", |
102 | | - "tar": "^7.5.4", |
| 101 | + "tar": "^7.5.10", |
103 | 102 | "text-table": "^0.2.0", |
104 | 103 | "vscode-uri": "^3.1.0", |
105 | 104 | "yargs": "~17.7.2" |
|
0 commit comments