From db4fcc1376d567f3acc661d4c04d88849f0816de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 05:00:13 +0000 Subject: [PATCH] Bump ws from 6.2.1 to 7.4.6 in /webconfig Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.1...7.4.6) Signed-off-by: dependabot[bot] --- webconfig/package-lock.json | 23 ++++++++++++++++------- webconfig/package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/webconfig/package-lock.json b/webconfig/package-lock.json index c5a2bf2..5dc6e44 100644 --- a/webconfig/package-lock.json +++ b/webconfig/package-lock.json @@ -2154,7 +2154,8 @@ "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==" + "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==", + "dev": true }, "async-throttle": { "version": "1.1.0", @@ -18194,6 +18195,17 @@ "mkdirp": "^0.5.1", "opener": "^1.5.1", "ws": "^6.0.0" + }, + "dependencies": { + "ws": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", + "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "dev": true, + "requires": { + "async-limiter": "~1.0.0" + } + } } }, "webpack-cli": { @@ -18671,12 +18683,9 @@ } }, "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", - "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==" }, "x-is-string": { "version": "0.1.0", diff --git a/webconfig/package.json b/webconfig/package.json index 4944b36..6721522 100644 --- a/webconfig/package.json +++ b/webconfig/package.json @@ -168,7 +168,7 @@ "serialize-javascript": "^2.1.1", "serve-favicon": "^2.5.0", "styled-components": "^4.2.0", - "ws": "^6.2.1" + "ws": "^7.4.6" }, "devDependencies": { "@babel/cli": "^7.4.3",