Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump socket.io-parser and socket.io-client in /utils/etherdelta-client #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump socket.io-parser and socket.io-client in /utils/etherdelta-client
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 3.3.3 and updates ancestor dependency [socket.io-client](https://github.com/socketio/socket.io-client). These dependencies need to be updated together.


Updates `socket.io-parser` from 3.1.2 to 3.3.3
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-parser@3.1.2...3.3.3)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 10, 2022
commit 520198ce09c79cb2818fab92b73ce039ee948581
191 changes: 72 additions & 119 deletions utils/etherdelta-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/etherdelta-client/package.json
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@
"license": "AGPL",
"dependencies": {
"minimist": "^1.2.0",
"socket.io-client": "^2.0.4"
"socket.io-client": "^2.5.0"
}
}