diff --git a/package.json b/package.json index 197a02e479..4e6c0d8f21 100644 --- a/package.json +++ b/package.json @@ -146,5 +146,9 @@ "vlq": "0.2.2", "vrsource-tslint-rules": "5.1.1", "webpack": "1.12.9" + }, + "// 4": "natives is needed for gulp to work with node >= 10.13, see #28213", + "resolutions": { + "natives": "1.1.6" } } diff --git a/yarn.lock b/yarn.lock index 34600e08e4..382b878ebe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6122,10 +6122,10 @@ nanomatch@^1.2.9: snapdragon "^0.8.1" to-regex "^3.0.1" -natives@^1.1.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.4.tgz#2f0f224fc9a7dd53407c7667c84cf8dbe773de58" - integrity sha512-Q29yeg9aFKwhLVdkTAejM/HvYG0Y1Am1+HUkFQGn5k2j8GS+v60TVmZh6nujpEAj/qql+wGUrlryO8bF+b1jEg== +natives@1.1.6, natives@^1.1.0: + version "1.1.6" + resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.6.tgz#a603b4a498ab77173612b9ea1acdec4d980f00bb" + integrity sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA== needle@^2.2.1: version "2.2.4"