From 8d4ecec87b8fc4e5000c4a5c2278694ea4200d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 00:04:50 +0000 Subject: [PATCH] Bump ws from 8.8.1 to 8.11.0 Bumps [ws](https://github.com/websockets/ws) from 8.8.1 to 8.11.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.8.1...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 8b48ace..6f81781 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@oclif/plugin-plugins": "^2.0.1", "fs-extra": "^9.1.0", "shelljs": "^0.8.5", - "ws": "^8.8.1" + "ws": "^8.11.0" }, "bin": { "csli": "bin/run" @@ -9032,9 +9032,9 @@ } }, "node_modules/ws": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz", - "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==", + "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" }, @@ -16428,9 +16428,9 @@ } }, "ws": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz", - "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", "requires": {} }, "xml2js": { diff --git a/package.json b/package.json index e220113..adc8647 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@oclif/plugin-plugins": "^2.0.1", "fs-extra": "^9.1.0", "shelljs": "^0.8.5", - "ws": "^8.8.1" + "ws": "^8.11.0" }, "devDependencies": { "@oclif/test": "^2",