dash-visualizer/package.json
dependabot[bot] af2efa6f01
chore(deps): bump engine.io and socket.io
Bumps [engine.io](https://github.com/socketio/engine.io) to 3.6.1 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together.


Updates `engine.io` from 3.4.0 to 3.6.1
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/3.4.0...3.6.1)

Updates `socket.io` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.5.0)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 18:31:07 +00:00

28 lines
764 B
JSON

{
"name": "dash-visualizer",
"version": "0.2.0",
"description": "Dash transaction visualizer",
"main": "app.js",
"repository": "git@github.com:seigler/dash-visualizer.git",
"author": "Joshua Seigler <github@joshua.seigler.net>",
"license": "MIT",
"private": false,
"dependencies": {
"bufferutil": "^4.0.1",
"color-scheme": "^1.0.1",
"socket.io": "^2.5.0",
"utf-8-validate": "^5.0.2"
},
"devDependencies": {
"babel-brunch": "^7.0.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"brunch": "^3.0.0",
"git-directory-deploy": "^1.5.1"
},
"scripts": {
"watch": "brunch watch -s",
"build": "brunch build",
"deploy": "npm run build && git-directory-deploy --directory public/"
}
}