Skip to content

Commit

Permalink
Upgrade socket.io depdenency (#47)
Browse files Browse the repository at this point in the history
* socket.io v2.4.1 » v2.5.0

* update node versions in CI tests

* revert changes to appveyor config

* Update CHANGELOG.md
  • Loading branch information
eashaw committed Aug 5, 2022
1 parent 928e865 commit e90e39e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
language: node_js

node_js:
- "10"
- "12"
- "14"
- "node"
- "16"

branches:
only:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# sails-hook-sockets changelog

### 2.0.1

* Upgraded socket.io from 2.2.0 to 2.4.1 to resolve deprecation warning

### 2.0.0

* Upgraded machinepack-redis to resolve vulnerability/deprecation warnings (note this includes a major version bump of redis, the Redis client library)
* Upgraded machinepack-urls to resolve vulnerability/deprecation warnings
* Upgraded socket.io from 2.0.3 to 2.2.0 to resolve deprecation warning

### 1.1.0

* [UPGRADE] Update [socket.io](http://socket.io) dependency to version 1.5.1.
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.4.1",
"socket.io": "2.5.0",
"uid2": "0.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit e90e39e

Please sign in to comment.