From 19713f030a2dc08f584a788e6a940bde0a9ce94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 03:00:26 +0000 Subject: [PATCH] Bump ws from 6.1.2 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 6.1.2 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.2...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 7523a10..a132121 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "control-obs-source", - "version": "0.1.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3916,12 +3916,9 @@ } }, "ws": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.2.tgz", - "integrity": "sha512-rfUqzvz0WxmSXtJpPMX2EeASXabOrSMk1ruMOV3JBTBjo4ac2lDjGGsbQSyxj8Odhw5fBib8ZKEjDNvgouNKYw==", - "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==" }, "xdg-basedir": { "version": "3.0.0", diff --git a/package.json b/package.json index cb3ce57..6d9a121 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "dependencies": { "fast-fuzzy": "^1.8.5", "obs-websocket-js": "^2.0.1", - "ws": "^6.1.2" + "ws": "^7.4.6" } }