From ea26e26589d978375e264cf30a9e13bd88450ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 05:41:48 +0000 Subject: [PATCH] Bump ws from 7.2.3 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.2.3...7.4.6) Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f43719..b8a1ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1378,16 +1378,6 @@ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==" }, - "cidr-js": { - "version": "git+https://github.com/jas-/cidr-js.git#8bbf8227780da869d082096847fe3d9a74bf8ef4", - "from": "git+https://github.com/jas-/cidr-js.git#v2.3.2", - "requires": { - "bluebird": "^2.9.21", - "ip-subnet-calculator": "^1.0.2", - "line-by-line": "^0.1.3", - "locutus": "^2.0.9" - } - }, "class-utils": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", @@ -3314,6 +3304,18 @@ "netmask": "^1.0.6", "stack-trace": "0.0.10", "xml2js": "^0.4.22" + }, + "dependencies": { + "cidr-js": { + "version": "git+https://github.com/jas-/cidr-js.git#8bbf8227780da869d082096847fe3d9a74bf8ef4", + "from": "git+https://github.com/jas-/cidr-js.git#v2.3.2", + "requires": { + "bluebird": "^2.9.21", + "ip-subnet-calculator": "^1.0.2", + "line-by-line": "^0.1.3", + "locutus": "^2.0.9" + } + } } }, "line-by-line": { @@ -5097,9 +5099,9 @@ } }, "ws": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz", - "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==", + "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": {