diff --git a/nixOS/dream2nix/packages/openmct/package-lock.json b/nixOS/dream2nix/packages/openmct/package-lock.json index 64915ca..52e5f52 100644 --- a/nixOS/dream2nix/packages/openmct/package-lock.json +++ b/nixOS/dream2nix/packages/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": { + "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/nixOS/dream2nix/packages/openmct/package.json b/nixOS/dream2nix/packages/openmct/package.json index 69460a9..b8910a4 100644 --- a/nixOS/dream2nix/packages/openmct/package.json +++ b/nixOS/dream2nix/packages/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" } }