From d915bacee7c6ded60b303582d2a6b85d42dc3cf4 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 28 May 2021 02:50:50 +0300 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities (#7405) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- 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 8beb6a0a50..7ddd824b32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12633,9 +12633,9 @@ } }, "ws": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", - "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "xmlcreate": { "version": "2.0.3", diff --git a/package.json b/package.json index 1ce2e095a0..82d722994d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "uuid": "8.3.2", "winston": "3.3.3", "winston-daily-rotate-file": "4.5.4", - "ws": "7.4.5" + "ws": "7.4.6" }, "devDependencies": { "@actions/core": "1.2.6",