Skip to content

Commit

Permalink
Upgrading to socket.io v2.4.1 to fix vulnerability (#43)
Browse files Browse the repository at this point in the history
* Update package.json

* Revert "Update package.json"

This reverts commit 1d842dd.

* Revert "Revert "Update package.json""

This reverts commit a2f6620.

* Update package.json

* Update package.json

* Update package.json

* updated node versions in Travis CI config

* updated node version in appveyor config

* Revert "updated node version in appveyor config"

This reverts commit 7e84ce3.

* Update package.json
  • Loading branch information
eashaw committed Mar 26, 2021
1 parent bade0f7 commit 9d65f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
language: node_js

node_js:
- "6"
- "8"
- "10"
- "12"
- "14"
- "node"

branches:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"machinepack-urls": "^6.0.2-0",
"proxy-addr": "1.1.5",
"semver": "4.3.6",
"socket.io": "2.2.0",
"socket.io": "2.4.1",
"uid2": "0.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 9d65f62

Please sign in to comment.