Bump ws from 6.1.3 to 6.2.2 in /demo2/electron-quick-start

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

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-25 12:14:32 +00:00 committed by GitHub
parent e0897843fa
commit 93646f3341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,9 +72,9 @@
"dev": true
},
"async-limiter": {
"version": "1.0.0",
"resolved": "http://registry.npm.taobao.org/async-limiter/download/async-limiter-1.0.0.tgz",
"integrity": "sha1-ePrtjD0HSrgfIrTphdeehzj3IPg="
"version": "1.0.1",
"resolved": "http://registry.npm.taobao.org/async-limiter/download/async-limiter-1.0.1.tgz",
"integrity": "sha1-3TeelPDbgxCwgpH51kwyCXZmF/0="
},
"asynckit": {
"version": "0.4.0",
@ -1935,11 +1935,11 @@
"dev": true
},
"ws": {
"version": "6.1.3",
"resolved": "http://registry.npm.taobao.org/ws/download/ws-6.1.3.tgz",
"integrity": "sha1-0tLl8OPHAO8t6JCA68Csbhvzpy0=",
"version": "6.2.2",
"resolved": "https://registry.nlark.com/ws/download/ws-6.2.2.tgz",
"integrity": "sha1-3Vzb1XqZeZFgl2UtePHMX66gwy4=",
"requires": {
"async-limiter": "1.0.0"
"async-limiter": "~1.0.0"
}
},
"xmlbuilder": {