Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

[Snyk] Upgrade socket.io-client from 2.1.1 to 2.3.0 #2

Closed
Closed
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
2 changes: 1 addition & 1 deletion services/test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"mocha": "5.2.0",
"request-promise-native": "1.0.5",
"request": "2.87.0",
"socket.io-client": "2.1.1"
"socket.io-client": "2.3.0"
},
"scripts": {
"test": "LOCAL=true REGION=us-east-1 ENV_NAME=test REDIS_ENDPOINT=localhost DYNAMODB_ENDPOINT=http://localhost:8000 AWS_ACCESS_KEY_ID=test AWS_SECRET_ACCESS_KEY=test mocha -b"
Expand Down