From f2afa0e110ecd300b812a75bae34efd90172bb03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jun 2021 13:34:29 +0000 Subject: [PATCH] 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 | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c8a36d..eff522d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5479,14 +5479,6 @@ "resolved": "https://registry.npmjs.org/ts-binary/-/ts-binary-0.7.0.tgz", "integrity": "sha512-IPYBITV5LBwUqc+e0fMqu5VtjtzS1EC5CHGfRyOKVky1655NY8hxpp6vGoc+rDfqbQkPvdidv7zMn4dEx/IgzA==" }, - "ts-binary-types": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/ts-binary-types/-/ts-binary-types-0.2.2.tgz", - "integrity": "sha512-MOI3ULUEHLoa1VatBhx3ZbP47PkiX/2/3Jce8Avc6m1DhrHtlnGwk6fsciUDlDr+YiYGwX4lVZs3lwTKsRIzRA==", - "requires": { - "ts-binary": "^0.7.0" - } - }, "ts-loader": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-6.2.0.tgz", @@ -6276,9 +6268,9 @@ "dev": true }, "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==", "dev": true, "requires": { "async-limiter": "~1.0.0"