Bump ws from 6.2.1 to 7.4.6

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-29 01:03:19 +00:00 committed by GitHub
parent 903217db81
commit 823d798661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 12 deletions

14
package-lock.json generated
View File

@ -69,11 +69,6 @@
"integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
"dev": true "dev": true
}, },
"async-limiter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
},
"balanced-match": { "balanced-match": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
@ -661,12 +656,9 @@
"dev": true "dev": true
}, },
"ws": { "ws": {
"version": "6.2.1", "version": "7.4.6",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
"integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A=="
"requires": {
"async-limiter": "~1.0.0"
}
}, },
"xorshift": { "xorshift": {
"version": "0.2.1", "version": "0.2.1",

View File

@ -23,7 +23,7 @@
"@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork", "@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"ws": "^6.2.1" "ws": "^7.4.6"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^10.14.8", "@types/node": "^10.14.8",