Skip to content

Commit 5f50130

Browse files
authored
chore(package): bump dev deps (#1138)
1 parent 56e3885 commit 5f50130

File tree

2 files changed

+576
-580
lines changed

2 files changed

+576
-580
lines changed

package.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,34 +58,34 @@
5858
"devDependencies": {
5959
"@commitlint/cli": "19.8.1",
6060
"@commitlint/config-conventional": "19.8.1",
61-
"@eslint/js": "9.30.1",
61+
"@eslint/js": "9.33.0",
6262
"@trivago/prettier-plugin-sort-imports": "5.2.2",
6363
"@types/debug": "4.1.12",
6464
"@types/eslint": "9.6.1",
6565
"@types/express": "5.0.3",
6666
"@types/is-glob": "4.0.4",
6767
"@types/jest": "30.0.0",
6868
"@types/micromatch": "4.0.9",
69-
"@types/node": "24.0.10",
69+
"@types/node": "24.3.0",
7070
"@types/supertest": "6.0.3",
7171
"@types/ws": "8.18.1",
7272
"body-parser": "2.2.0",
73-
"eslint": "9.30.1",
73+
"eslint": "9.33.0",
7474
"express": "5.1.0",
7575
"get-port": "5.1.1",
7676
"globals": "16.3.0",
7777
"husky": "9.1.7",
78-
"jest": "30.0.3",
79-
"lint-staged": "16.1.2",
80-
"mockttp": "4.0.1",
78+
"jest": "30.0.5",
79+
"lint-staged": "16.1.5",
80+
"mockttp": "4.1.0",
8181
"open": "8.4.2",
8282
"patch-package": "8.0.0",
8383
"pkg-pr-new": "0.0.54",
8484
"prettier": "3.6.2",
85-
"supertest": "7.1.1",
86-
"ts-jest": "29.4.0",
87-
"typescript": "5.8.3",
88-
"typescript-eslint": "8.35.1",
85+
"supertest": "7.1.4",
86+
"ts-jest": "29.4.1",
87+
"typescript": "5.9.2",
88+
"typescript-eslint": "8.39.1",
8989
"ws": "8.18.3"
9090
},
9191
"dependencies": {
@@ -96,6 +96,9 @@
9696
"is-plain-object": "^5.0.0",
9797
"micromatch": "^4.0.8"
9898
},
99+
"resolutions": {
100+
"patch-package/**/tmp": "^0.2.4"
101+
},
99102
"engines": {
100103
"node": "^14.18.0 || ^16.10.0 || >=18.0.0"
101104
},

0 commit comments

Comments
 (0)