diff --git a/package-lock.json b/package-lock.json index 964cb9d..64269fb 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.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" } } } diff --git a/package.json b/package.json index 89b1fa4..0ec57f4 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.4.6", "udp-broadcast": "0.1.0", "express": "4.17.1", "express-ws": "4.0.0"