From d1d894c86dab61ca4ac165ca56228efab5dc4c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 02:37:44 +0000 Subject: [PATCH] chore(deps): bump ws from 6.1.4 to 7.4.6 in /covalent-e2e-coverage Bumps [ws](https://github.com/websockets/ws) from 6.1.4 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.4...7.4.6) 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..235f401 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.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "xdg-basedir": { "version": "2.0.0", diff --git a/covalent-e2e-coverage/package.json b/covalent-e2e-coverage/package.json index f1fb3d8..6472e5c 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.6", "remap-istanbul": "0.9.6" }, "devDependencies": {