From 933286cc1f8efad1705ecef517f717ba2451d635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 15:18:19 +0000 Subject: [PATCH] Bump ws from 7.1.2 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 7.1.2 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.1.2...7.4.6) Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43a45fc..da62e50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13836,12 +13836,9 @@ } }, "ws": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.2.tgz", - "integrity": "sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==", - "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==" }, "xml-name-validator": { "version": "3.0.0", diff --git a/package.json b/package.json index 4a6f07c..18aa73d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "typesafe-actions": "^4.4.2", "typescript": "3.6.2", "winston": "^3.2.1", - "ws": "^7.1.2" + "ws": "^7.4.6" }, "scripts": { "start": "ts-node -P src/server/tsconfig.json src/server/index.ts & react-scripts start",