Bumping "ws" dependency to fix vulnerability.

This commit is contained in:
softsimon
2021-05-31 18:49:19 -04:00
parent d951c0ae5b
commit f7f8a6b720
2 changed files with 19 additions and 18 deletions

View File

@@ -37,13 +37,13 @@
"locutus": "^2.0.12",
"mysql2": "2.2.5",
"node-worker-threads-pool": "^1.4.3",
"ws": "^7.4.4"
"ws": "^7.4.6"
},
"devDependencies": {
"@types/compression": "^1.0.1",
"@types/express": "^4.17.2",
"@types/locutus": "^0.0.6",
"@types/ws": "^6.0.4",
"@types/ws": "^7.4.4",
"tslint": "^6.1.0",
"typescript": "^4.1.5"
}