Skip to content

Commit cb82836

Browse files
committed
Pin engine.io subdependency to v3.3.x
... which still supports Node.js 6 see socketio/engine.io#589
1 parent d767b42 commit cb82836

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
},
108108
"homepage": "https://github.com/offirgolan/ember-cp-validations",
109109
"resolutions": {
110+
"**/engine.io": "~3.3.0",
110111
"sass/chokidar": "^2.0.0"
111112
}
112113
}

yarn.lock

+12-4
Original file line numberDiff line numberDiff line change
@@ -5416,16 +5416,17 @@ engine.io-parser@~2.1.0, engine.io-parser@~2.1.1:
54165416
blob "0.0.4"
54175417
has-binary2 "~1.0.2"
54185418

5419-
engine.io@~3.2.0:
5420-
version "3.2.0"
5421-
resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-3.2.0.tgz#54332506f42f2edc71690d2f2a42349359f3bf7d"
5419+
engine.io@~3.2.0, engine.io@~3.3.0:
5420+
version "3.3.2"
5421+
resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-3.3.2.tgz#18cbc8b6f36e9461c5c0f81df2b830de16058a59"
5422+
integrity sha512-AsaA9KG7cWPXWHp5FvHdDWY3AMWeZ8x+2pUVLcn71qE5AtAzgGbxuclOytygskw8XGmiQafTmnI9Bix3uihu2w==
54225423
dependencies:
54235424
accepts "~1.3.4"
54245425
base64id "1.0.0"
54255426
cookie "0.3.1"
54265427
debug "~3.1.0"
54275428
engine.io-parser "~2.1.0"
5428-
ws "~3.3.1"
5429+
ws "~6.1.0"
54295430

54305431
ensure-posix-path@^1.0.0, ensure-posix-path@^1.0.1, ensure-posix-path@^1.0.2:
54315432
version "1.0.2"
@@ -12274,6 +12275,13 @@ ws@~3.3.1:
1227412275
safe-buffer "~5.1.0"
1227512276
ultron "~1.1.0"
1227612277

12278+
ws@~6.1.0:
12279+
version "6.1.4"
12280+
resolved "https://registry.yarnpkg.com/ws/-/ws-6.1.4.tgz#5b5c8800afab925e94ccb29d153c8d02c1776ef9"
12281+
integrity sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==
12282+
dependencies:
12283+
async-limiter "~1.0.0"
12284+
1227712285
xdg-basedir@^3.0.0:
1227812286
version "3.0.0"
1227912287
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"

0 commit comments

Comments
 (0)