diff --git a/.travis.yml b/.travis.yml index 144096e5ac..185a06a169 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: node_js node_js: - 8 +- 10 sudo: false diff --git a/package.json b/package.json index 5599b8bd6c..3b1046d511 100644 --- a/package.json +++ b/package.json @@ -84,8 +84,11 @@ "vinyl-buffer": "^1.0.0", "webpack-stream": "^4.0.0" }, + "resolutions": { + "gulp/**/natives": "1.1.3" + }, "devEngines": { - "node": "8.x || 9.x", + "node": "8.x || 9.x || 10.x", "npm": "2.x || 3.x || 5.x || 6.x" }, "jest": { diff --git a/yarn.lock b/yarn.lock index 3e8f99f254..c95568d9e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4207,9 +4207,9 @@ nan@^2.3.0: version "2.8.0" resolved "https://registry.yarnpkg.com/nan/-/nan-2.8.0.tgz#ed715f3fe9de02b57a5e6252d90a96675e1f085a" -natives@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.1.tgz#011acce1f7cbd87f7ba6b3093d6cd9392be1c574" +natives@1.1.3, natives@^1.1.0: + version "1.1.3" + resolved "http://registry.npmjs.org/natives/-/natives-1.1.3.tgz#44a579be64507ea2d6ed1ca04a9415915cf75558" natural-compare@^1.4.0: version "1.4.0"