From 70039b7ca680d1d658c3096fe5baaeafe0450837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Thu, 26 Sep 2024 16:48:15 +0000 Subject: [PATCH] chore: update ws --- package-lock.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21e88b009b..6e839d3747 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "tslib": "^2.5.0", "underscore": "^1.9.1", "url-parse": "^1.4.3", - "ws": "^8.13.0" + "ws": "^8.18.0" }, "devDependencies": { "@types/byline": "^4.2.31", @@ -2794,6 +2794,7 @@ "version": "8.18.0", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index 042f76ca35..ec9e865b81 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "tslib": "^2.5.0", "underscore": "^1.9.1", "url-parse": "^1.4.3", - "ws": "^8.13.0" + "ws": "^8.18.0" }, "devDependencies": { "@types/byline": "^4.2.31",