From cba39dd8a85eef771d0f982cbb0d49194ed9cefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jun 2021 20:13:20 +0000 Subject: [PATCH] Bump ws from 1.1.1-Solace to 6.2.2 in /frontend Bumps [ws](https://github.com/websockets/ws) from 1.1.1-Solace 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] --- frontend/package-lock.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 174234e..19d1812 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10673,15 +10673,6 @@ "version": "1.0.2", "bundled": true, "dev": true - }, - "ws": { - "version": "1.1.1-Solace", - "bundled": true, - "dev": true, - "requires": { - "options": ">=0.0.5", - "ultron": "1.0.x" - } } } }, @@ -12581,9 +12572,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==", "dev": true, "requires": { "async-limiter": "~1.0.0"