From 0e775a9c91ef0dca9482ce1144d7d0f2cca0fefd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 20:06:50 +0000 Subject: [PATCH] chore(deps): bump ws from 5.1.0 to 7.4.5 in /simple-obs Bumps [ws](https://github.com/websockets/ws) from 5.1.0 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.1.0...7.4.5) Signed-off-by: dependabot[bot] --- simple-obs/package-lock.json | 25 ++++++++++++++++--------- simple-obs/package.json | 2 +- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/simple-obs/package-lock.json b/simple-obs/package-lock.json index ce2867e..c8f82f9 100644 --- a/simple-obs/package-lock.json +++ b/simple-obs/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "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==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "babel-polyfill": { "version": "6.26.0", @@ -71,6 +71,16 @@ "debug": "^3.1.0", "sha.js": "^2.4.9", "ws": "^5.1.0" + }, + "dependencies": { + "ws": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", + "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", + "requires": { + "async-limiter": "~1.0.0" + } + } } }, "regenerator-runtime": { @@ -93,12 +103,9 @@ } }, "ws": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.1.0.tgz", - "integrity": "sha512-7KU/qkUXtJW9aa5WRKlo0puE1ejEoAgDb0D/Pt+lWpTkKF7Kp+MqFOtwNFwnuiYeeDpFjp0qyMniE84OjKIEqQ==", - "requires": { - "async-limiter": "~1.0.0" - } + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", + "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" } } } diff --git a/simple-obs/package.json b/simple-obs/package.json index da102bd..cfc035f 100644 --- a/simple-obs/package.json +++ b/simple-obs/package.json @@ -11,7 +11,7 @@ "dependencies": { "file-icons-js": "github:websemantics/file-icons-js", "obs-websocket-js": "^1.2.0", - "ws": "^5.1.0" + "ws": "^7.4.5" }, "nodecg": { "compatibleRange": ">=1.1.0",