Archived
1
0
Fork 0

package.json: require natives 1.1.6

This commit is contained in:
Henrik Hautakoski 2022-07-24 16:15:04 +02:00
parent a572e6eae0
commit 5708effa6f
2 changed files with 5 additions and 4 deletions

6
package-lock.json generated
View file

@ -2409,9 +2409,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==",
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
"integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==",
"dev": true
},
"node-gyp": {

View file

@ -10,7 +10,8 @@
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"jquery": "~3.0.0"
"jquery": "~3.0.0",
"natives": "^1.1.6"
},
"scripts": {
"phinx": "vendor/bin/phinx",