Skip to content

Commit 031f4d4

Browse files
chore: update deps (#436)
1 parent f2e4de6 commit 031f4d4

File tree

4 files changed

+200
-301
lines changed

4 files changed

+200
-301
lines changed

package.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint",
1010
"lint:fix": "eslint --fix",
1111
"lint:typescript": "npm run lint:fix - --parser @typescript-eslint/parser --plugin typescript \"test/types/*.ts\"",
12-
"test": "npm run lint && borp -C --check-coverage --reporter=@jsumners/line-reporter && npm run typescript",
12+
"test": "npm run lint && borp -C --check-coverage && npm run typescript",
1313
"typescript": "tsd"
1414
},
1515
"repository": {
@@ -57,33 +57,31 @@
5757
}
5858
],
5959
"devDependencies": {
60-
"@fastify/websocket": "^11.0.2",
61-
"@jsumners/line-reporter": "^1.0.1",
62-
"@types/node": "^24.0.8",
63-
"@types/ws": "^8.5.14",
60+
"@fastify/websocket": "^11.2.0",
61+
"@types/node": "^24.10.1",
62+
"@types/ws": "^8.18.1",
6463
"borp": "^0.21.0",
65-
"eslint": "^9.20.1",
64+
"eslint": "^9.39.1",
6665
"express": "^5.1.0",
67-
"express-http-proxy": "^2.1.1",
66+
"express-http-proxy": "^2.1.2",
6867
"fast-proxy": "^2.2.0",
69-
"fastify": "^5.2.1",
70-
"got": "^11.8.6",
68+
"fastify": "^5.6.2",
7169
"http-errors": "^2.0.0",
7270
"http-proxy": "^1.18.1",
73-
"neostandard": "^0.12.1",
71+
"neostandard": "^0.12.2",
7472
"pino": "^10.1.0",
7573
"pino-test": "^1.1.0",
7674
"socket.io": "^4.8.1",
7775
"socket.io-client": "^4.8.1",
7876
"tsd": "^0.33.0",
79-
"typescript": "~5.9.2",
77+
"typescript": "~5.9.3",
8078
"why-is-node-running": "^3.2.2"
8179
},
8280
"dependencies": {
83-
"@fastify/reply-from": "^12.0.2",
81+
"@fastify/reply-from": "^12.4.0",
8482
"fast-querystring": "^1.1.2",
85-
"fastify-plugin": "^5.0.1",
86-
"ws": "^8.18.0"
83+
"fastify-plugin": "^5.1.0",
84+
"ws": "^8.18.3"
8785
},
8886
"tsd": {
8987
"directory": "test/types"

0 commit comments

Comments
 (0)