From f8dcce4d0b51eff079d57c9f956e46796803d7d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 03:47:13 +0000 Subject: [PATCH] fix: upgrade ws from 8.8.1 to 8.9.0 Snyk has created this PR to upgrade ws from 8.8.1 to 8.9.0. See this package in npm: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/acinader/project/21343059-02d9-4182-87d7-718a44b181ef?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87a1276e93..d999f0b4a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16330,9 +16330,9 @@ } }, "ws": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz", - "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==" + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", + "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==" }, "xmlcreate": { "version": "2.0.3", diff --git a/package.json b/package.json index 6c5cf01c38..709143590b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "uuid": "9.0.0", "winston": "3.8.1", "winston-daily-rotate-file": "4.7.1", - "ws": "8.8.1" + "ws": "8.9.0" }, "devDependencies": { "graphql-tag": "2.12.6",