Skip to content

Commit 56cd7dd

Browse files
fix(deps): update all non-major dependencies
1 parent 714c6d2 commit 56cd7dd

File tree

3 files changed

+545
-559
lines changed

3 files changed

+545
-559
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,31 +53,31 @@
5353
},
5454
"dependencies": {
5555
"axios": "1.11.0",
56-
"openapi-client-axios-typegen": "7.7.0",
56+
"openapi-client-axios-typegen": "7.8.0",
5757
"openapi-types": "^12.1.3",
5858
"prompts": "2.4.2",
5959
"swagger-parser": "10.0.3",
6060
"yargs": "18.0.0"
6161
},
6262
"devDependencies": {
6363
"@types/jest": "30.0.0",
64-
"@types/node": "24.9.2",
64+
"@types/node": "24.10.0",
6565
"@types/prompts": "2.4.9",
6666
"@types/swagger-schema-official": "2.0.25",
67-
"@types/yargs": "17.0.33",
68-
"@typescript-eslint/eslint-plugin": "8.39.0",
69-
"@typescript-eslint/parser": "8.39.0",
70-
"eslint": "9.33.0",
67+
"@types/yargs": "17.0.34",
68+
"@typescript-eslint/eslint-plugin": "8.46.3",
69+
"@typescript-eslint/parser": "8.46.3",
70+
"eslint": "9.39.0",
7171
"eslint-config-prettier": "10.1.8",
7272
"eslint-plugin-import": "2.32.0",
7373
"eslint-plugin-prettier": "5.5.4",
7474
"husky": "9.1.7",
75-
"jest": "30.0.5",
76-
"lint-staged": "16.1.5",
75+
"jest": "30.2.0",
76+
"lint-staged": "16.2.6",
7777
"prettier": "3.6.2",
7878
"swagger-schema-official": "2.0.0-bab6bed",
79-
"ts-jest": "29.4.1",
79+
"ts-jest": "29.4.5",
8080
"ts-node": "10.9.2",
81-
"typescript": "5.9.2"
81+
"typescript": "5.9.3"
8282
}
8383
}

template/static/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"dependencies": {},
1616
"devDependencies": {
17-
"@types/node": "24.9.2",
18-
"axios": "1.11.0",
17+
"@types/node": "24.10.0",
18+
"axios": "1.13.1",
1919
"dtsgenerator": "3.19.2",
20-
"openapi-client-axios": "7.6.0",
21-
"typescript": "5.9.2"
20+
"openapi-client-axios": "7.8.0",
21+
"typescript": "5.9.3"
2222
}
2323
}

0 commit comments

Comments
 (0)