From c72b3d13649f998b46a6aa108778dca2798221de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jun 2021 05:35:38 +0000 Subject: [PATCH] Bump ws from 6.2.1 to 6.2.2 in /zms-portal/src/main/webapp-src 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] --- zms-portal/src/main/webapp-src/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zms-portal/src/main/webapp-src/package-lock.json b/zms-portal/src/main/webapp-src/package-lock.json index bbb2a15..c44a22e 100644 --- a/zms-portal/src/main/webapp-src/package-lock.json +++ b/zms-portal/src/main/webapp-src/package-lock.json @@ -13102,9 +13102,9 @@ } }, "ws": { - "version": "6.2.1", - "resolved": "https://registry.npm.taobao.org/ws/download/ws-6.2.1.tgz", - "integrity": "sha1-RC/fCkftZPWbal2P8TD0dI7VJPs=", + "version": "6.2.2", + "resolved": "https://registry.nlark.com/ws/download/ws-6.2.2.tgz", + "integrity": "sha1-3Vzb1XqZeZFgl2UtePHMX66gwy4=", "dev": true, "requires": { "async-limiter": "~1.0.0"