package.json: require natives 1.1.6
This commit is contained in:
parent
a572e6eae0
commit
5708effa6f
2 changed files with 5 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -2409,9 +2409,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
|
"dev": true
|
||||||
},
|
},
|
||||||
"node-gyp": {
|
"node-gyp": {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,8 @@
|
||||||
"gulp-rename": "^1.3.0",
|
"gulp-rename": "^1.3.0",
|
||||||
"gulp-sass": "^4.0.1",
|
"gulp-sass": "^4.0.1",
|
||||||
"gulp-uglify": "^3.0.0",
|
"gulp-uglify": "^3.0.0",
|
||||||
"jquery": "~3.0.0"
|
"jquery": "~3.0.0",
|
||||||
|
"natives": "^1.1.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"phinx": "vendor/bin/phinx",
|
"phinx": "vendor/bin/phinx",
|
||||||
|
|
|
||||||
Reference in a new issue