|
24 | 24 | }, |
25 | 25 | "repository": { |
26 | 26 | "type": "git", |
27 | | - "url": "https://github.com/OpenAPITools/openapi-generator-cli.git" |
| 27 | + "url": "git+https://github.com/OpenAPITools/openapi-generator-cli.git" |
28 | 28 | }, |
29 | 29 | "publishConfig": { |
30 | 30 | "registry": "https://registry.npmjs.org" |
|
90 | 90 | "compare-versions": "6.1.1", |
91 | 91 | "concurrently": "^9.0.0", |
92 | 92 | "console.table": "0.10.0", |
93 | | - "fs-extra": "11.3.2", |
94 | | - "glob": "11.x", |
| 93 | + "fs-extra": "11.3.3", |
| 94 | + "glob": "13.x", |
95 | 95 | "inquirer": "8.2.7", |
96 | 96 | "jsonpath": "1.1.1", |
97 | 97 | "proxy-agent": "^6.4.0", |
|
100 | 100 | "tslib": "^2.3.0" |
101 | 101 | }, |
102 | 102 | "devDependencies": { |
103 | | - "@commitlint/cli": "20.1.0", |
104 | | - "@commitlint/config-conventional": "20.0.0", |
| 103 | + "@commitlint/cli": "20.2.0", |
| 104 | + "@commitlint/config-conventional": "20.2.0", |
105 | 105 | "@nestjs/schematics": "11.0.9", |
106 | 106 | "@nestjs/testing": "^11.0.16", |
107 | | - "@nx/eslint": "22.0.1", |
108 | | - "@nx/eslint-plugin": "22.0.1", |
109 | | - "@nx/jest": "22.0.1", |
110 | | - "@nx/js": "22.0.1", |
111 | | - "@nx/nest": "22.0.1", |
112 | | - "@nx/node": "22.0.1", |
113 | | - "@nx/webpack": "22.0.1", |
114 | | - "@nx/workspace": "22.0.1", |
| 107 | + "@nx/eslint": "22.3.3", |
| 108 | + "@nx/eslint-plugin": "22.3.3", |
| 109 | + "@nx/jest": "22.3.3", |
| 110 | + "@nx/js": "22.3.3", |
| 111 | + "@nx/nest": "22.3.3", |
| 112 | + "@nx/node": "22.3.3", |
| 113 | + "@nx/webpack": "22.3.3", |
| 114 | + "@nx/workspace": "22.3.3", |
115 | 115 | "@semantic-release/changelog": "6.0.3", |
116 | 116 | "@types/fs-extra": "11.0.4", |
117 | 117 | "@types/inquirer": "8.2.12", |
118 | 118 | "@types/jest": "30.0.0", |
119 | 119 | "@types/jsonpath": "0.2.4", |
120 | | - "@types/node": "20.19.23", |
| 120 | + "@types/node": "20.19.27", |
121 | 121 | "@typescript-eslint/eslint-plugin": "7.18.0", |
122 | 122 | "@typescript-eslint/parser": "7.18.0", |
123 | 123 | "dotenv": "17.2.3", |
124 | | - "eslint": "9.38.0", |
| 124 | + "eslint": "9.39.2", |
125 | 125 | "eslint-config-prettier": "^10.0.0", |
126 | 126 | "generate-package-json-webpack-plugin": "2.6.0", |
127 | 127 | "husky": "9.1.7", |
128 | 128 | "jest": "30.2.0", |
129 | 129 | "jest-environment-jsdom": "30.2.0", |
130 | 130 | "jest-environment-node": "^30.0.0", |
131 | | - "nx": "22.0.1", |
132 | | - "prettier": "3.6.2", |
| 131 | + "nx": "22.3.3", |
| 132 | + "prettier": "3.7.4", |
133 | 133 | "semantic-release": "24.2.9", |
134 | | - "ts-jest": "29.4.5", |
| 134 | + "ts-jest": "29.4.6", |
135 | 135 | "ts-node": "10.9.2", |
136 | | - "type-fest": "5.1.0", |
| 136 | + "type-fest": "5.3.1", |
137 | 137 | "typescript": "5.9.3", |
138 | 138 | "jest-util": "30.2.0" |
139 | 139 | } |
|
0 commit comments