Skip to content

Commit

Permalink
chore/update-deps update socket.io (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente authored Jan 14, 2022
1 parent 5ca8202 commit acb5d8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "0.6.1",
"version": "0.6.2",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
Expand Down
2 changes: 1 addition & 1 deletion server/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ontime-utils": "link: ../server/utils/",
"passport": "~0.4.1",
"passport-local": "~1.0.0",
"socket.io": "4.4.0",
"socket.io": "^4.4.1",
"universal-analytics": "^0.4.23"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions server/src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1444,10 +1444,10 @@ socket.io-parser@~4.0.4:
component-emitter "~1.3.0"
debug "~4.3.1"

[email protected].0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.4.0.tgz#8140a0db2c22235f88a6dceb867e4d5c9bd70507"
integrity sha512-bnpJxswR9ov0Bw6ilhCvO38/1WPtE3eA2dtxi2Iq4/sFebiDJQzgKNYA7AuVVdGW09nrESXd90NbZqtDd9dzRQ==
socket.io@^4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.4.1.tgz#cd6de29e277a161d176832bb24f64ee045c56ab8"
integrity sha512-s04vrBswdQBUmuWJuuNTmXUVJhP0cVky8bBDhdkf8y0Ptsu7fKU2LuLbts9g+pdmAdyMMn8F/9Mf1/wbtUN0fg==
dependencies:
accepts "~1.3.4"
base64id "~2.0.0"
Expand Down

0 comments on commit acb5d8a

Please sign in to comment.