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

31
package-lock.json generated
View file

@ -14,7 +14,7 @@
"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"
},
@ -22,8 +22,8 @@
"node": ">=18"
},
"optionalDependencies": {
"node-watch": "^0.7.1",
"ws": "^7.4.3"
"node-watch": "^0.7.4",
"ws": "^8.20.0"
}
},
"node_modules/@biomejs/biome": {
@ -260,10 +260,11 @@
}
},
"node_modules/@types/ws": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.4.0.tgz",
"integrity": "sha512-Y29uQ3Uy+58bZrFLhX36hcI3Np37nqWE7ky5tjiDoy1GDZnIwVxS0CgF+s+1bXMzjKBFy+fqaRfb708iNzdinw==",
"version": "8.18.1",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
"integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
@ -320,9 +321,10 @@
"dev": true
},
"node_modules/node-watch": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/node-watch/-/node-watch-0.7.1.tgz",
"integrity": "sha512-UWblPYuZYrkCQCW5PxAwYSxaELNBLUckrTBBk8xr1/bUgyOkYYTsUcV4e3ytcazFEOyiRyiUrsG37pu6I0I05g==",
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/node-watch/-/node-watch-0.7.4.tgz",
"integrity": "sha512-RinNxoz4W1cep1b928fuFhvAQ5ag/+1UlMDV7rbyGthBIgsiEouS4kvRayvvboxii4m8eolKOIBo3OjDqbc+uQ==",
"license": "MIT",
"optional": true,
"engines": {
"node": ">=6"
@ -409,16 +411,17 @@
"dev": true
},
"node_modules/ws": {
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz",
"integrity": "sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA==",
"version": "8.20.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
"integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
"license": "MIT",
"optional": true,
"engines": {
"node": ">=8.3.0"
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {

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"
}
}