Files
dependabot[bot] 2affa76304 Bump ws from 8.13.0 to 8.17.1 in /wasm/client/internal-dev-node
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 14:28:26 +00:00

17 lines
346 B
JSON

{
"name": "internal-dev-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.mjs"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nymproject/nym-client-wasm": "file:../../../dist/node/wasm/client",
"indexeddbshim": "^13.0.0-pre.1",
"ws": "^8.17.1"
}
}