From 17e1f1ae1869990d505a21ec3fd158d93c341ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:59:36 +0200 Subject: [PATCH] build(deps): bump ws from 6.2.2 to 6.2.3 in /src/openmct/gui-openmct (#63) Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.2...6.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/openmct/gui-openmct/package-lock.json | 13 ++++++++----- src/openmct/gui-openmct/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/openmct/gui-openmct/package-lock.json b/src/openmct/gui-openmct/package-lock.json index 64915ca..8d3f959 100644 --- a/src/openmct/gui-openmct/package-lock.json +++ b/src/openmct/gui-openmct/package-lock.json @@ -11,8 +11,11 @@ "dependencies": { "express": "^4.16.4", "express-ws": "^4.0.0", - "openmct": "latest", - "ws": "^6.1.2" + "openmct": "*", + "ws": "^6.2.3" + }, + "bin": { + "sky360_openmct": "src/server.js" } }, "node_modules/accepts": { @@ -636,9 +639,9 @@ } }, "node_modules/ws": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", - "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz", + "integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==", "dependencies": { "async-limiter": "~1.0.0" } diff --git a/src/openmct/gui-openmct/package.json b/src/openmct/gui-openmct/package.json index 0008754..39ce482 100644 --- a/src/openmct/gui-openmct/package.json +++ b/src/openmct/gui-openmct/package.json @@ -24,6 +24,6 @@ "express": "^4.16.4", "express-ws": "^4.0.0", "openmct": "latest", - "ws": "^6.1.2" + "ws": "^6.2.3" } }