diff --git a/package-lock.json b/package-lock.json index 964cb9d..7512765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -430,12 +430,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "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.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==" } } } diff --git a/package.json b/package.json index 89b1fa4..dc93a6a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@mixer/interactive-node": "3.0.1", "@mixer/shortcode-oauth": "1.1.0", "open": "7.0.0", - "ws": "7.1.2", + "ws": "7.5.10", "udp-broadcast": "0.1.0", "express": "4.17.1", "express-ws": "4.0.0"