From 725938a17f9e4bbea6c927b0309aaecadd119aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 19:37:05 +0000 Subject: [PATCH] Bump ws from 7.2.1 to 7.4.5 Bumps [ws](https://github.com/websockets/ws) from 7.2.1 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.2.1...7.4.5) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14efacb..45a6a93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -538,7 +538,7 @@ "dependencies": { "lodash": { "version": "3.7.0", - "resolved": "http://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz", "integrity": "sha1-Nni9irmVBXwHreg27S7wh9qBHUU=", "dev": true } @@ -870,9 +870,9 @@ "dev": true }, "ws": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz", - "integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==" + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", + "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" }, "xmlhttprequest-ssl": { "version": "1.5.4", diff --git a/package.json b/package.json index eae341b..ebb50f7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "express": "*", "lodash": "^4.17.13", "socket.io": "*", - "ws": ">=3.3.1" + "ws": ">=7.4.5" }, "bugs": { "url": "https://github.com/kyle8998/Vynchronize/issues"