diff --git a/package-lock.json b/package-lock.json index d2a095d8..843b9eea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15994,9 +15994,9 @@ } }, "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz", + "integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==", "requires": { "async-limiter": "~1.0.0" } diff --git a/package.json b/package.json index b3963d5f..cab988ce 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "semantic-release": "17.1.1", "subscriptions-transport-ws": "0.9.17", "travis-deploy-once": "5.0.11", - "ws": "6.2.1" + "ws": "6.2.3" }, "dependencies": { "apollo-server": "2.16.1",