From 763866787df38089d331a1d349d11e6fa00573ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 4 Jan 2019 14:20:46 +0100 Subject: [PATCH] Gulp fix for NodeJS 10 --- package-lock.json | 7 +++---- package.json | 7 +++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdbf8cf..089e09f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3508,10 +3508,9 @@ } }, "natives": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.4.tgz", - "integrity": "sha512-Q29yeg9aFKwhLVdkTAejM/HvYG0Y1Am1+HUkFQGn5k2j8GS+v60TVmZh6nujpEAj/qql+wGUrlryO8bF+b1jEg==", - "dev": true + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz", + "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==" }, "next-tick": { "version": "1.0.0", diff --git a/package.json b/package.json index acfcb00..b68a308 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,13 @@ "dependencies": { "bootstrap": "^4.1.3", "jquery": "^3.3.1", + "natives": "^1.1.6", "popper.js": "^1.14.4" + }, + "__COMMENTS__": [ + "natives@1.1.6 for Gulp 3.x on Node 10.x: https://github.com/gulpjs/gulp/issues/2162#issuecomment-385197164" + ], + "resolutions": { + "natives": "1.1.6" } }