From 0e5a8e034ceb26a8111bae01a15b3f7da0a395b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:24:30 +0000 Subject: [PATCH] Update ws requirement from ^8.8.0 to ^8.8.1 Updates the requirements on [ws](https://github.com/websockets/ws) to permit the latest version. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.8.0...8.8.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cf0a0b..92abc28 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "electron-context-menu": "github:ArmCord/electron-context-menu", "os-locale": "^6.0.2", "v8-compile-cache": "^2.3.0", - "ws": "^8.8.0" + "ws": "^8.8.1" }, "build": { "appId": "com.smartfridge.armcord",