From 3131e7628eac64908b22d19a5b6c21a2792d8ab8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Feb 2020 02:04:43 +0000 Subject: [PATCH] fix: upgrade ws from 1.1.0 to 1.1.5 Snyk has created this PR to upgrade ws from 1.1.0 to 1.1.5. See this package in NPM: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/saurabharch/project/57612438-8f6c-4d2f-a96b-ff5097d9cf7c?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d26b1c6..5718b79 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "request": "^2.65.0", "superagent": "3.7.0", "svg-inline-loader": "^0.3.0", - "ws":"1.1.0", + "ws":"1.1.5", "express-ws":"2.0.0" }