diff --git a/.travis.yml b/.travis.yml index fbda89be8..80247cb4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ sudo: false language: node_js node_js: - "8" - - "9" + - "10" + - "12" git: depth: 1 notifications: diff --git a/package-lock.json b/package-lock.json index 1e8b4cf5c..4223c70bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1631,9 +1631,8 @@ "dev": true }, "uws": { - "version": "9.14.0", - "resolved": "https://registry.npmjs.org/uws/-/uws-9.14.0.tgz", - "integrity": "sha512-HNMztPP5A1sKuVFmdZ6BPVpBQd5bUjNC8EFMFiICK+oho/OQsAJy5hnIx4btMHiOk8j04f/DbIlqnEZ9d72dqg==", + "version": "github:mmdevries/uws#dfc9305bdc195da02bb5a448020a8a37db5df2d3", + "from": "github:mmdevries/uws#2.4.0", "dev": true }, "which": { diff --git a/package.json b/package.json index 9e2fc5d49..bee740043 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "prettier": "^1.19.1", "s": "0.1.1", "superagent": "^3.8.1", - "uws": "~9.14.0" + "uws": "github:mmdevries/uws#2.4.0" }, "scripts": { "lint": "eslint lib/ test/ *.js",