Skip to content

Commit

Permalink
Pin socket.io to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Oct 15, 2021
1 parent 29be069 commit 303dc6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,8 @@
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"resolutions": {
"socket.io": "4.2.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10684,7 +10684,7 @@ socket.io-parser@~4.0.4:
component-emitter "~1.3.0"
debug "~4.3.1"

socket.io@^4.1.2:
socket.io@4.2.0, socket.io@^4.1.2:
version "4.2.0"
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.2.0.tgz#9e1c09d3ea647e24963a2e7ba8ea5c847778e2ed"
integrity sha512-sjlGfMmnaWvTRVxGRGWyhd9ctpg4APxWAxu85O/SxekkxHhfxmePWZbaYCkeX5QQX0z1YEnKOlNt6w82E4Nzug==
Expand Down

0 comments on commit 303dc6b

Please sign in to comment.