From 23622c8d2779d3ea4b8a98d4b34d4a0c66692184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 17:14:37 +0200 Subject: [PATCH] chore(deps): bump ws from 8.7.0 to 8.8.0 (#8503) Bumps [ws](https://github.com/websockets/ws) from 8.7.0 to 8.8.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.7.0...8.8.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6c4b1f6700..32a2612f70d 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "rimraf": "3.0.2", "tar-fs": "2.1.1", "unbzip2-stream": "1.4.3", - "ws": "8.7.0" + "ws": "8.8.0" }, "devDependencies": { "@commitlint/cli": "17.0.1",