From cd3e52cf9340ca9eb707cdcb46d5ef6135bb3896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 11:27:06 +0000 Subject: [PATCH] chore(deps-dev): bump ws from 7.1.0 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 7.1.0 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.1.0...7.4.6) Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index df04a46..4529098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8042,13 +8042,10 @@ } }, "ws": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz", - "integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==", - "dev": true, - "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==", + "dev": true }, "xdg-basedir": { "version": "3.0.0", diff --git a/package.json b/package.json index b74691e..ae90d50 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "ts-node": "^8.3.0", "typescript": "^3.5.2", "uuid": "^3.3.2", - "ws": "^7.1.0" + "ws": "^7.4.6" } }