Update node-watch and ws optional dependencies to latest
All checks were successful
CI / check (push) Successful in 18s
CI / build (24) (push) Successful in 41s
CI / build (22) (push) Successful in 48s

This commit is contained in:
M. George Hansen 2026-05-03 09:39:52 -07:00
parent f08a99ccb1
commit 4e6e11d2e4
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
2 changed files with 20 additions and 17 deletions

View file

@ -38,12 +38,12 @@
"devDependencies": {
"@biomejs/biome": "2.4.14",
"@types/node": "~18",
"@types/ws": "^7.4.0",
"@types/ws": "^8.18.1",
"ts-node": "^10.9.2",
"typescript": "~4.9.5"
},
"optionalDependencies": {
"node-watch": "^0.7.1",
"ws": "^7.4.3"
"node-watch": "^0.7.4",
"ws": "^8.20.0"
}
}