Skip to content

Commit 2670c86

Browse files
author
Robert Jackson
committed
Pin engine.io subdependency to avoid issues on Node 6.
1 parent 2a8d1a1 commit 2670c86

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,8 @@
7474
"github": {
7575
"release": true
7676
}
77+
},
78+
"resolutions": {
79+
"**/engine.io": "~3.3.0"
7780
}
7881
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3878,7 +3878,7 @@ engine.io-parser@~2.1.0, engine.io-parser@~2.1.1:
38783878
blob "0.0.5"
38793879
has-binary2 "~1.0.2"
38803880

3881-
engine.io@~3.3.1:
3881+
engine.io@~3.3.0, engine.io@~3.3.1:
38823882
version "3.3.2"
38833883
resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-3.3.2.tgz#18cbc8b6f36e9461c5c0f81df2b830de16058a59"
38843884
integrity sha512-AsaA9KG7cWPXWHp5FvHdDWY3AMWeZ8x+2pUVLcn71qE5AtAzgGbxuclOytygskw8XGmiQafTmnI9Bix3uihu2w==

0 commit comments

Comments
 (0)