From 25d4f887e93fcb2979389dac1473cec647e67144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 19:44:43 +0000 Subject: [PATCH] build(deps-dev): bump ws from 7.2.3 to 7.4.5 Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.2.3...7.4.5) Signed-off-by: dependabot[bot] --- 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 bb5d969..a77d012 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14917,9 +14917,9 @@ } }, "ws": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz", - "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==", + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", + "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==", "dev": true }, "xdg-basedir": { diff --git a/package.json b/package.json index 4e43763..64b219b 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "webpack-cli": "^4.2.0", "webpack-merge": "^5.7.2", "webpack-plugin-modern-npm": "^0.1.0", - "ws": "^7.2.3" + "ws": "^7.4.5" }, "release-it": { "git": {