Skip to content

Commit 0b44e8f

Browse files
committed
Update dependencies
1 parent 1769aed commit 0b44e8f

File tree

2 files changed

+1636
-1199
lines changed

2 files changed

+1636
-1199
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -54,56 +54,56 @@
5454
"scripts/updateUID.Dockerfile"
5555
],
5656
"devDependencies": {
57-
"@types/chai": "^4.3.10",
58-
"@types/chalk": "^2.2.0",
57+
"@types/chai": "^5.0.1",
58+
"@types/chalk": "^2.2.4",
5959
"@types/follow-redirects": "^1.14.4",
6060
"@types/js-yaml": "^4.0.9",
61-
"@types/mocha": "^10.0.4",
61+
"@types/mocha": "^10.0.10",
6262
"@types/ncp": "^2.0.8",
63-
"@types/node": "^18.15.3",
64-
"@types/pull-stream": "^3.6.5",
63+
"@types/node": "^22.13.1",
64+
"@types/pull-stream": "^3.6.7",
6565
"@types/recursive-readdir": "^2.2.4",
66-
"@types/semver": "^7.5.5",
67-
"@types/shell-quote": "^1.7.4",
68-
"@types/tar": "^6.1.9",
66+
"@types/semver": "^7.5.8",
67+
"@types/shell-quote": "^1.7.5",
68+
"@types/tar": "^6.1.13",
6969
"@types/text-table": "^0.2.5",
70-
"@types/yargs": "^17.0.31",
71-
"@typescript-eslint/eslint-plugin": "^6.11.0",
70+
"@types/yargs": "^17.0.33",
71+
"@typescript-eslint/eslint-plugin": "^8.23.0",
7272
"@typescript-eslint/experimental-utils": "^5.62.0",
73-
"@typescript-eslint/parser": "^6.11.0",
74-
"chai": "^4.3.10",
73+
"@typescript-eslint/parser": "^8.23.0",
74+
"chai": "^5.1.2",
7575
"copyfiles": "^2.4.1",
76-
"esbuild": "^0.19.5",
77-
"eslint": "^8.53.0",
76+
"esbuild": "^0.24.2",
77+
"eslint": "^9.19.0",
7878
"event-stream": "^4.0.1",
7979
"gulp-eslint": "^6.0.0",
8080
"gulp-filter": "^9.0.1",
81-
"mocha": "^10.2.0",
81+
"mocha": "^11.1.0",
8282
"npm-run-all": "^4.1.5",
8383
"p-all": "^5.0.0",
84-
"rimraf": "^5.0.5",
85-
"ts-node": "^10.9.1",
86-
"typescript": "^5.2.2",
84+
"rimraf": "^6.0.1",
85+
"ts-node": "^10.9.2",
86+
"typescript": "^5.7.3",
8787
"typescript-formatter": "^7.2.2",
8888
"vinyl": "^3.0.0",
8989
"vinyl-fs": "^4.0.0"
9090
},
9191
"dependencies": {
92-
"chalk": "^5.3.0",
93-
"follow-redirects": "^1.15.3",
92+
"chalk": "^5.4.1",
93+
"follow-redirects": "^1.15.9",
9494
"js-yaml": "^4.1.0",
95-
"jsonc-parser": "^3.2.0",
95+
"jsonc-parser": "^3.3.1",
9696
"ncp": "^2.0.0",
9797
"node-pty": "^1.0.0",
98-
"proxy-agent": "^6.3.1",
98+
"proxy-agent": "^6.5.0",
9999
"pull-stream": "^3.7.0",
100100
"recursive-readdir": "^2.2.3",
101-
"semver": "^7.5.4",
102-
"shell-quote": "^1.8.1",
101+
"semver": "^7.7.1",
102+
"shell-quote": "^1.8.2",
103103
"stream-to-pull-stream": "^1.7.3",
104-
"tar": "^6.2.0",
104+
"tar": "^7.4.3",
105105
"text-table": "^0.2.0",
106-
"vscode-uri": "^3.0.8",
106+
"vscode-uri": "^3.1.0",
107107
"yargs": "~17.7.2"
108108
}
109109
}

0 commit comments

Comments
 (0)