66export const hsjsDependencies : Record < string , string > = {
77 "@types/express" : "^5.0.6" ,
88 "@types/morgan" : "^1.9.10" ,
9- "@types/node" : "~ 25.5.0 " ,
9+ "@types/node" : "^ 25.5.2 " ,
1010 "@types/swagger-ui-express" : "^4.1.8" ,
1111 "@typespec/compiler" : "workspace:^" ,
1212 "@typespec/http" : "workspace:^" ,
@@ -15,23 +15,23 @@ export const hsjsDependencies: Record<string, string> = {
1515 "@typespec/openapi3" : "workspace:^" ,
1616 "@typespec/spector" : "workspace:^" ,
1717 "@typespec/tspd" : "workspace:^" ,
18- "@vitest/coverage-v8" : "^4.1.0 " ,
19- "@vitest/ui" : "^4.1.0 " ,
18+ "@vitest/coverage-v8" : "^4.1.3 " ,
19+ "@vitest/ui" : "^4.1.3 " ,
2020 "decimal.js" : "^10.6.0" ,
2121 "express" : "^5.2.1" ,
22- "globby" : "~ 16.1.1 " ,
23- "@inquirer/prompts" : "^8.3.0 " ,
22+ "globby" : "^ 16.2.0 " ,
23+ "@inquirer/prompts" : "^8.4.1 " ,
2424 "morgan" : "^1.10.1" ,
2525 "ora" : "^9.3.0" ,
2626 "p-limit" : "^7.3.0" ,
2727 "pathe" : "^2.0.3" ,
28- "picocolors" : "~ 1.1.1" ,
28+ "picocolors" : "^ 1.1.1" ,
2929 "swagger-ui-express" : "^5.0.1" ,
3030 "temporal-polyfill" : "^0.3.2" ,
3131 "tsx" : "^4.21.0" ,
3232 "typescript" : "~6.0.2" ,
33- "vitest" : "^4.1.0 " ,
34- "yargs" : "~ 18.0.0" ,
35- "prettier" : "~ 3.8.1" ,
36- "yaml" : "~ 2.8.2 " ,
33+ "vitest" : "^4.1.3 " ,
34+ "yargs" : "^ 18.0.0" ,
35+ "prettier" : "^ 3.8.1" ,
36+ "yaml" : "^ 2.8.3 " ,
3737} ;
0 commit comments