From 06a48299cad0857732aad24bd5a1094680f5d879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 09:16:38 +0000 Subject: [PATCH] Bump ws from 8.3.0 to 8.5.0 Bumps [ws](https://github.com/websockets/ws) from 8.3.0 to 8.5.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.3.0...8.5.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6d9286..b017663 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "release": "^6.3.0", "webpack-pwa-manifest": "^4.3.0", "workbox-webpack-plugin": "^6.4.1", - "ws": "^8.3.0" + "ws": "^8.5.0" }, "devDependencies": { "@webpack-cli/generators": "^2.4.1", @@ -12968,9 +12968,9 @@ } }, "node_modules/ws": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz", - "integrity": "sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", + "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", "engines": { "node": ">=10.0.0" }, @@ -23356,9 +23356,9 @@ } }, "ws": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz", - "integrity": "sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", + "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", "requires": {} }, "xdg-basedir": { diff --git a/package.json b/package.json index ca1fca3..7dae3e6 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "release": "^6.3.0", "webpack-pwa-manifest": "^4.3.0", "workbox-webpack-plugin": "^6.4.1", - "ws": "^8.3.0" + "ws": "^8.5.0" } }