Gulp fix for NodeJS 10

This commit is contained in:
2019-01-04 14:20:46 +01:00
parent 11652dd5cf
commit 763866787d
2 changed files with 10 additions and 4 deletions

7
package-lock.json generated
View File

@@ -3508,10 +3508,9 @@
} }
}, },
"natives": { "natives": {
"version": "1.1.4", "version": "1.1.6",
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.4.tgz", "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
"integrity": "sha512-Q29yeg9aFKwhLVdkTAejM/HvYG0Y1Am1+HUkFQGn5k2j8GS+v60TVmZh6nujpEAj/qql+wGUrlryO8bF+b1jEg==", "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA=="
"dev": true
}, },
"next-tick": { "next-tick": {
"version": "1.0.0", "version": "1.0.0",

View File

@@ -26,6 +26,13 @@
"dependencies": { "dependencies": {
"bootstrap": "^4.1.3", "bootstrap": "^4.1.3",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"natives": "^1.1.6",
"popper.js": "^1.14.4" "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"
} }
} }