Files
control-pane/node/package.json
dependabot[bot] dfb96433e6 Bump ws from 6.1.0 to 6.2.2 in /node
Bumps [ws](https://github.com/websockets/ws) from 6.1.0 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.1.0...6.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-02 22:39:41 +00:00

21 lines
363 B
JSON

{
"name": "clonos",
"version": "0.0.1",
"description": "ClonOS WebUI",
"license": "BSD",
"repository": {
"type": "git",
"url": "git@github.com:clonos/cp.git"
},
"dependencies": {
"js-yaml": ">=3.13.1",
"nodestalker": "^0.1.22",
"ws": "6.2.2"
},
"devDependencies": {},
"scripts": {},
"engines": {
"node": ">= 6"
}
}