build(deps): bump ws from 5.2.2 to 5.2.3 in /.github/peril (#2045)

This commit is contained in:
dependabot[bot] 2021-06-09 22:53:53 +02:00 committed by GitHub
parent 52b55141c4
commit fd6fce9e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.github/peril/package-lock.json generated vendored
View File

@ -3810,9 +3810,9 @@
}
},
"ws": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
"integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.3.tgz",
"integrity": "sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==",
"requires": {
"async-limiter": "~1.0.0"
}