From 71bec39383cf585415eb18d0dba8487f0e4db207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:25:09 +0000 Subject: [PATCH] chore(deps-dev): bump ws from 8.14.2 to 8.16.0 Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.16.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.2...8.16.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:development update-type: version-update:semver-minor ... 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 0834b0d..f46dfc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "tslint-config-standard": "^9.0.0", "typescript": "^5.0.2", "typescript-tslint-plugin": "^1.0.1", - "ws": "8.14.2" + "ws": "8.16.0" } }, "node_modules/@ampproject/remapping": { @@ -24448,9 +24448,9 @@ } }, "node_modules/ws": { - "version": "8.14.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", - "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "dev": true, "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index ee243be..9735720 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,6 @@ "tslint-config-standard": "^9.0.0", "typescript": "^5.0.2", "typescript-tslint-plugin": "^1.0.1", - "ws": "8.14.2" + "ws": "8.16.0" } }