From b1661c97b8f27aa96a4e4b632de576cc142009ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 21:56:22 +0000 Subject: [PATCH] chore(deps): bump ws from 6.2.1 to 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] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa32413..1f718f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1391,8 +1391,8 @@ } }, "erlpack": { - "version": "0.1.3", - "resolved": "github:hammerandchisel/erlpack#ff0139045ca4cc457462e5a1a88f6a0bc5c27c4b", + "version": "github:hammerandchisel/erlpack#e27db8f82892bdb9b28a0547cc394d68b5d2242d", + "from": "github:hammerandchisel/erlpack", "optional": true, "requires": { "bindings": "^1.5.0", @@ -6519,9 +6519,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" }