From 361a7f10f4289dd4d90ffe3707c617039cfe7eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 22:15:20 +0000 Subject: [PATCH] Bump ws from 5.0.0 to 7.4.6 in /taskolio-vscode-client Bumps [ws](https://github.com/websockets/ws) from 5.0.0 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.0.0...7.4.6) Signed-off-by: dependabot[bot] --- taskolio-vscode-client/package-lock.json | 14 +++----------- taskolio-vscode-client/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/taskolio-vscode-client/package-lock.json b/taskolio-vscode-client/package-lock.json index 9907c52..0e0ee1e 100644 --- a/taskolio-vscode-client/package-lock.json +++ b/taskolio-vscode-client/package-lock.json @@ -190,11 +190,6 @@ "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", "dev": true }, - "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==" - }, "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", @@ -3484,12 +3479,9 @@ } }, "ws": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.0.0.tgz", - "integrity": "sha512-XXG4S0b771C68AeTHebBsJJBZMguxj7Em+D657RViuj6ppRd3tfuOhIK8eGwZGNb76C8MjQfCTfH2NN50rJN4w==", - "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==" }, "xtend": { "version": "4.0.1", diff --git a/taskolio-vscode-client/package.json b/taskolio-vscode-client/package.json index c1af85c..f59e33d 100644 --- a/taskolio-vscode-client/package.json +++ b/taskolio-vscode-client/package.json @@ -40,6 +40,6 @@ "@types/mocha": "^2.2.42" }, "dependencies": { - "ws": "^5.0.0" + "ws": "^7.4.6" } } \ No newline at end of file