From f2ff99c0f7019c891e6d34d1d0a6e8c45d4f50b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 22:52:03 +0000 Subject: [PATCH] chore(deps): bump ws from 6.1.4 to 7.4.5 in /covalent-e2e-coverage Bumps [ws](https://github.com/websockets/ws) from 6.1.4 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.4...7.4.5) Signed-off-by: dependabot[bot] --- covalent-e2e-coverage/package-lock.json | 14 +++----------- covalent-e2e-coverage/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/covalent-e2e-coverage/package-lock.json b/covalent-e2e-coverage/package-lock.json index 6514edf..dc70381 100644 --- a/covalent-e2e-coverage/package-lock.json +++ b/covalent-e2e-coverage/package-lock.json @@ -65,11 +65,6 @@ "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" }, - "async-limiter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", - "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" - }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", @@ -1670,12 +1665,9 @@ } }, "ws": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz", - "integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==", - "requires": { - "async-limiter": "~1.0.0" - } + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", + "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" }, "xdg-basedir": { "version": "2.0.0", diff --git a/covalent-e2e-coverage/package.json b/covalent-e2e-coverage/package.json index f1fb3d8..f79d8ae 100644 --- a/covalent-e2e-coverage/package.json +++ b/covalent-e2e-coverage/package.json @@ -20,7 +20,7 @@ "quote": "0.4.0", "rimraf": "2.5.2", "update-notifier": "0.6.3", - "ws": "^6.1.4", + "ws": "^7.4.5", "remap-istanbul": "0.9.6" }, "devDependencies": {