Skip to content

Commit 52f4ab8

Browse files
committed
improve: upgrade deps to latest
1 parent ba90ef4 commit 52f4ab8

File tree

2 files changed

+248
-225
lines changed

2 files changed

+248
-225
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"@types/body-parser": "^1.19.5",
6767
"@types/express": "^4.17.21",
6868
"@types/json-bigint": "^1.0.4",
69-
"@types/node": "^20.11.6",
69+
"@types/node": "^20.11.19",
7070
"@types/ws": "^8.5.10",
71-
"@typescript-eslint/eslint-plugin": "^7.0.0",
72-
"@typescript-eslint/parser": "^7.0.0",
71+
"@typescript-eslint/eslint-plugin": "^7.0.1",
72+
"@typescript-eslint/parser": "^7.0.1",
7373
"apollo-server-express": "^3.13.0",
7474
"body-parser": "^1.20.2",
7575
"doctoc": "^2.2.1",
@@ -82,17 +82,17 @@
8282
"eslint-plugin-simple-import-sort": "^12.0.0",
8383
"eslint-plugin-tsdoc": "^0.2.17",
8484
"express": "^4.18.2",
85-
"fetch-cookie": "^2.1.0",
85+
"fetch-cookie": "^2.2.0",
8686
"get-port": "^7.0.0",
8787
"graphql": "^16.8.1",
8888
"graphql-tag": "^2.12.6",
89-
"graphql-ws": "^5.14.3",
90-
"happy-dom": "^13.3.1",
89+
"graphql-ws": "^5.15.0",
90+
"happy-dom": "^13.3.8",
9191
"json-bigint": "^1.0.0",
92-
"tsx": "^4.7.0",
93-
"type-fest": "^4.10.1",
92+
"tsx": "^4.7.1",
93+
"type-fest": "^4.10.2",
9494
"typescript": "^5.3.3",
95-
"vitest": "^1.2.1",
95+
"vitest": "^1.3.0",
9696
"ws": "^8.16.0"
9797
}
9898
}

0 commit comments

Comments
 (0)