Skip to content

Commit

Permalink
chore: temp pin socket.io
Browse files Browse the repository at this point in the history
See socketio/socket.io#4121 for more info.
  • Loading branch information
bertdeblock committed Oct 15, 2021
1 parent 32499ad commit 9d84a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
},
"resolutions": {
"ember-cli-deploy-git/ember-cli-babel": "^7.26.6",
"ember-cli-page-object/ember-cli-babel": "^7.26.6"
"ember-cli-page-object/ember-cli-babel": "^7.26.6",
"socket.io": "4.2.0"
},
"dependencies": {
"@ember/render-modifiers": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11242,7 +11242,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 9d84a9a

Please sign in to comment.