aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-04 19:54:31 +0000
committerGitHub <noreply@github.com>2021-06-04 19:54:31 +0000
commit4a7c023ac7669c1f1dba6ef2d5254e51fe3c70bc (patch)
tree48f6e4df26ce7eaeb17c9647ffd398bcc1a7df8e
parente4feedd735626065396dd06a321afd302d739b6f (diff)
downloadPokeBot-dependabot/npm_and_yarn/ws-6.2.2.tar.gz
PokeBot-dependabot/npm_and_yarn/ws-6.2.2.tar.bz2
PokeBot-dependabot/npm_and_yarn/ws-6.2.2.zip
Bump ws from 6.2.1 to 6.2.2dependabot/npm_and_yarn/ws-6.2.2
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 06c4c3f..1654bb4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1489,9 +1489,9 @@
}
},
"ws": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
- "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
+ "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
"requires": {
"async-limiter": "~1.0.0"
}