|
41 | 41 | "test-matrix": "env TS_NODE_PROJECT=src/test/tsconfig.json mocha -r ts-node/register --exit", |
42 | 42 | "test-container-features": "env TS_NODE_PROJECT=src/test/tsconfig.json mocha -r ts-node/register --exit src/test/container-features/*.test.ts", |
43 | 43 | "test-container-features-cli": "env TS_NODE_PROJECT=src/test/tsconfig.json mocha -r ts-node/register --exit src/test/container-features/featuresCLICommands.test.ts", |
44 | | - "test-container-templates": "env TS_NODE_PROJECT=src/test/tsconfig.json mocha -r ts-node/register --exit src/test/container-templates/*.test.ts" |
| 44 | + "test-container-templates": "env TS_NODE_PROJECT=src/test/tsconfig.json mocha -r ts-node/register --exit src/test/container-templates/*.test.ts", |
| 45 | + "postinstall": "node -e \"if(process.platform==='darwin'){try{require('fs').chmodSync('node_modules/node-pty/prebuilds/darwin-'+process.arch+'/spawn-helper',0o755)}catch(e){}}\"" |
45 | 46 | }, |
46 | 47 | "files": [ |
47 | 48 | "CHANGELOG.md", |
|
56 | 57 | "devDependencies": { |
57 | 58 | "@stylistic/eslint-plugin": "^5.10.0", |
58 | 59 | "@types/chai": "^4.3.20", |
59 | | - "@types/chalk": "^2.2.4", |
60 | 60 | "@types/follow-redirects": "^1.14.4", |
61 | 61 | "@types/js-yaml": "^4.0.9", |
62 | 62 | "@types/mocha": "^10.0.10", |
63 | 63 | "@types/ncp": "^2.0.8", |
64 | 64 | "@types/node": "^20.19.37", |
65 | 65 | "@types/pull-stream": "^3.6.7", |
66 | 66 | "@types/recursive-readdir": "^2.2.4", |
67 | | - "@types/semver": "^7.5.8", |
| 67 | + "@types/semver": "^7.7.1", |
68 | 68 | "@types/shell-quote": "^1.7.5", |
69 | 69 | "@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", |
| 70 | + "@types/yargs": "^17.0.35", |
| 71 | + "@typescript-eslint/eslint-plugin": "^8.56.1", |
| 72 | + "@typescript-eslint/parser": "^8.56.1", |
73 | 73 | "chai": "^4.5.0", |
74 | 74 | "copyfiles": "^2.4.1", |
75 | | - "esbuild": "^0.27.0", |
76 | | - "eslint": "^9.39.3", |
| 75 | + "esbuild": "^0.27.3", |
| 76 | + "eslint": "^10.0.2", |
77 | 77 | "event-stream": "^4.0.1", |
78 | | - "minimatch": "^10.0.1", |
79 | | - "mocha": "^11.1.0", |
| 78 | + "minimatch": "^10.2.4", |
| 79 | + "mocha": "^11.7.5", |
80 | 80 | "npm-run-all": "^4.1.5", |
81 | | - "p-all": "^5.0.0", |
| 81 | + "p-all": "^5.0.1", |
82 | 82 | "rimraf": "^6.1.3", |
83 | 83 | "ts-node": "^10.9.2", |
84 | | - "typescript": "^5.8.2", |
| 84 | + "typescript": "^5.9.3", |
85 | 85 | "typescript-formatter": "^7.2.2", |
86 | | - "vinyl": "^3.0.0", |
87 | | - "vinyl-fs": "^4.0.0" |
| 86 | + "vinyl": "^3.0.1", |
| 87 | + "vinyl-fs": "^4.0.2" |
88 | 88 | }, |
89 | 89 | "dependencies": { |
90 | | - "chalk": "^5.4.1", |
91 | | - "follow-redirects": "^1.15.9", |
92 | | - "js-yaml": "^4.1.0", |
| 90 | + "chalk": "^5.6.2", |
| 91 | + "follow-redirects": "^1.15.11", |
| 92 | + "js-yaml": "^4.1.1", |
93 | 93 | "jsonc-parser": "^3.3.1", |
94 | 94 | "ncp": "^2.0.0", |
95 | | - "node-pty": "^1.0.0", |
| 95 | + "node-pty": "^1.1.0", |
96 | 96 | "proxy-agent": "^6.5.0", |
97 | 97 | "pull-stream": "^3.7.0", |
98 | 98 | "recursive-readdir": "^2.2.3", |
99 | | - "semver": "^7.7.1", |
100 | | - "shell-quote": "^1.8.2", |
| 99 | + "semver": "^7.7.4", |
| 100 | + "shell-quote": "^1.8.3", |
101 | 101 | "stream-to-pull-stream": "^1.7.3", |
102 | | - "tar": "^7.5.4", |
| 102 | + "tar": "^7.5.10", |
103 | 103 | "text-table": "^0.2.0", |
104 | 104 | "vscode-uri": "^3.1.0", |
105 | 105 | "yargs": "~17.7.2" |
|
0 commit comments