Browse Source

Bump ws from 6.1.3 to 6.2.2

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/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/ws-6.2.2
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
b7a45abfd9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json

6
package-lock.json

@ -8440,9 +8440,9 @@
} }
}, },
"ws": { "ws": {
"version": "6.1.3", "version": "6.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.3.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
"integrity": "sha512-tbSxiT+qJI223AP4iLfQbkbxkwdFcneYinM2+x46Gx2wgvbaOMO36czfdfVUBRTHvzAMRhDd98sA5d/BuWbQdg==", "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
"requires": { "requires": {
"async-limiter": "~1.0.0" "async-limiter": "~1.0.0"
} }

Loading…
Cancel
Save