diff --git a/package-lock.json b/package-lock.json index dc820c5..e3cd2a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "ws": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", - "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==" }, "wumpfetch": { "version": "0.3.1", diff --git a/package.json b/package.json index fc46ccf..f00569c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "", "license": "AGPL-3.0-only", "dependencies": { - "ws": "^7.4.6", + "ws": "^7.5.10", "wumpfetch": "^0.3.1" } }