From 3d0df2638a198e6bd8db365e0528ec2c00f243d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 11:27:42 +0000 Subject: [PATCH] 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 d054263..a14e47e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11047,13 +11047,10 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "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 }, "xhr2": { "version": "0.2.0", diff --git a/package.json b/package.json index 7b66c8b..2c54b2e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "tslint": "~5.15.0", "typescript": "~3.4.3", "webpack-cli": "^3.3.5", - "ws": "^7.1.0", + "ws": "^7.4.6", "xhr2": "^0.2.0" } }