From fbea778aa5ffa138a095bfb2779629d883b6f666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:54:58 +0000 Subject: [PATCH] Bump ws from 8.8.0 to 8.11.0 Bumps [ws](https://github.com/websockets/ws) from 8.8.0 to 8.11.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.8.0...8.11.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 771dd68..3833baf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "url-parse": "^1.5.10", "visbug": "^0.1.14", "web-vitals": "^2.1.4", - "ws": "^8.8.0" + "ws": "^8.11.0" }, "devDependencies": { "async": ">=2.6.4", @@ -22571,9 +22571,9 @@ } }, "node_modules/ws": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz", - "integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", "engines": { "node": ">=10.0.0" }, @@ -39490,9 +39490,9 @@ } }, "ws": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.0.tgz", - "integrity": "sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", "requires": {} }, "xml-name-validator": { diff --git a/package.json b/package.json index de5f958..74f294a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "url-parse": "^1.5.10", "visbug": "^0.1.14", "web-vitals": "^2.1.4", - "ws": "^8.8.0" + "ws": "^8.11.0" }, "devDependencies": { "ejs": ">=3.1.7",