From b5cc24f801669bc339345bc4680b1ee7eb51254f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jul 2020 22:03:22 +0000 Subject: [PATCH] fix: upgrade ws from 7.3.0 to 7.3.1 Snyk has created this PR to upgrade ws from 7.3.0 to 7.3.1. See this package in NPM: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/idolize/project/20c4d0bf-b995-4a00-bb95-1dd6a3ec09b0?utm_source=github&utm_medium=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 6be798b..30953e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -323,9 +323,9 @@ "dev": true }, "ws": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", - "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", + "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==" } } } diff --git a/package.json b/package.json index b5d8134..ebb8b14 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/idolize/logitech-craft-plugin#readme", "dependencies": { - "ws": "^7.3.0" + "ws": "^7.3.1" }, "devDependencies": { "@types/node": "^12.12.31",