Update to latest 6.x ws module

This commit is contained in:
Nick O'Leary 2021-06-02 11:58:51 +01:00
parent 0fb7d3bfc8
commit 3e6a55f78e
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
"semver": "6.3.0",
"tar": "6.1.0",
"uglify-js": "3.13.3",
"ws": "6.2.1",
"ws": "6.2.2",
"xml2js": "0.4.23"
},
"optionalDependencies": {

View File

@ -32,7 +32,7 @@
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"passport": "0.4.1",
"ws": "6.2.1"
"ws": "6.2.2"
},
"optionalDependencies": {
"bcrypt": "3.0.6"

View File

@ -37,7 +37,7 @@
"on-headers": "1.0.2",
"raw-body": "2.4.1",
"request": "2.88.0",
"ws": "6.2.1",
"ws": "6.2.2",
"xml2js": "0.4.23",
"iconv-lite": "0.6.2"
}