|
60 | 60 | "docker": "docker build -t eeelenbaas/openapi-typescript-codegen ." |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | | - "@apidevtools/json-schema-ref-parser": "^11.1.0", |
| 63 | + "@apidevtools/json-schema-ref-parser": "^11.5.4", |
64 | 64 | "camelcase": "^6.3.0", |
65 | | - "commander": "^11.1.0", |
| 65 | + "commander": "^12.0.0", |
66 | 66 | "fs-extra": "^11.2.0", |
67 | 67 | "handlebars": "^4.7.8" |
68 | 68 | }, |
69 | 69 | "devDependencies": { |
70 | | - "@angular-devkit/build-angular": "17.0.9", |
71 | | - "@angular/animations": "17.0.8", |
72 | | - "@angular/cli": "17.0.9", |
73 | | - "@angular/common": "17.0.8", |
74 | | - "@angular/compiler": "17.0.8", |
75 | | - "@angular/compiler-cli": "17.0.8", |
76 | | - "@angular/core": "17.0.8", |
77 | | - "@angular/forms": "17.0.8", |
78 | | - "@angular/platform-browser": "17.0.8", |
79 | | - "@angular/platform-browser-dynamic": "17.0.8", |
80 | | - "@angular/router": "17.0.8", |
| 70 | + "@angular-devkit/build-angular": "17.3.0", |
| 71 | + "@angular/animations": "17.3.0", |
| 72 | + "@angular/cli": "17.3.0", |
| 73 | + "@angular/common": "17.3.0", |
| 74 | + "@angular/compiler": "17.3.0", |
| 75 | + "@angular/compiler-cli": "17.3.0", |
| 76 | + "@angular/core": "17.3.0", |
| 77 | + "@angular/forms": "17.3.0", |
| 78 | + "@angular/platform-browser": "17.3.0", |
| 79 | + "@angular/platform-browser-dynamic": "17.3.0", |
| 80 | + "@angular/router": "17.3.0", |
81 | 81 | "@babel/cli": "7.23.9", |
82 | | - "@babel/core": "7.23.9", |
83 | | - "@babel/preset-env": "7.23.9", |
| 82 | + "@babel/core": "7.24.0", |
| 83 | + "@babel/preset-env": "7.24.0", |
84 | 84 | "@babel/preset-typescript": "7.23.3", |
85 | 85 | "@rollup/plugin-commonjs": "25.0.7", |
86 | 86 | "@rollup/plugin-node-resolve": "15.2.3", |
|
91 | 91 | "@types/fs-extra": "^11.0.4", |
92 | 92 | "@types/glob": "8.1.0", |
93 | 93 | "@types/jest": "29.5.12", |
94 | | - "@types/node": "20.11.17", |
95 | | - "@types/node-fetch": "2.6.10", |
96 | | - "@types/qs": "6.9.11", |
97 | | - "@typescript-eslint/eslint-plugin": "6.21.0", |
98 | | - "@typescript-eslint/parser": "6.21.0", |
| 94 | + "@types/node": "20.11.28", |
| 95 | + "@types/node-fetch": "2.6.11", |
| 96 | + "@types/qs": "6.9.12", |
| 97 | + "@typescript-eslint/eslint-plugin": "7.2.0", |
| 98 | + "@typescript-eslint/parser": "7.2.0", |
99 | 99 | "abort-controller": "3.0.0", |
100 | | - "axios": "1.6.7", |
| 100 | + "axios": "1.6.8", |
101 | 101 | "codecov": "3.8.3", |
102 | 102 | "cross-spawn": "7.0.3", |
103 | | - "eslint": "8.56.0", |
| 103 | + "eslint": "8.57.0", |
104 | 104 | "eslint-config-prettier": "9.1.0", |
105 | 105 | "eslint-plugin-prettier": "5.1.3", |
106 | | - "eslint-plugin-simple-import-sort": "10.0.0", |
107 | | - "express": "4.18.2", |
| 106 | + "eslint-plugin-simple-import-sort": "12.0.0", |
| 107 | + "express": "4.18.3", |
108 | 108 | "form-data": "4.0.0", |
109 | 109 | "glob": "10.3.10", |
110 | 110 | "jest": "29.7.0", |
111 | 111 | "jest-cli": "29.7.0", |
112 | 112 | "node-fetch": "2.7.0", |
113 | 113 | "prettier": "3.2.5", |
114 | | - "puppeteer": "21.11.0", |
115 | | - "qs": "6.11.2", |
| 114 | + "puppeteer": "22.5.0", |
| 115 | + "qs": "6.12.0", |
116 | 116 | "rimraf": "5.0.5", |
117 | | - "rollup": "4.7.0", |
| 117 | + "rollup": "4.13.0", |
118 | 118 | "rxjs": "7.8.1", |
119 | 119 | "ts-node": "10.9.2", |
120 | 120 | "tslib": "2.6.2", |
121 | | - "typescript": "5.2.2", |
122 | | - "zone.js": "0.14.3" |
| 121 | + "typescript": "5.4.2", |
| 122 | + "zone.js": "0.14.4" |
123 | 123 | }, |
124 | 124 | "overrides": { |
125 | 125 | "node-fetch": "2.7.0", |
126 | | - "rollup": "4.7.0" |
| 126 | + "rollup": "4.13.0" |
127 | 127 | } |
128 | 128 | } |
0 commit comments