Upgrade HummusJS to version 1.0.80

This commit is contained in:
Antonin Stefanutti 2017-09-08 17:11:08 +02:00
parent 2478f83798
commit ecfb65562f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -170,9 +170,9 @@
}
},
"hummus": {
"version": "1.0.79",
"resolved": "https://registry.npmjs.org/hummus/-/hummus-1.0.79.tgz",
"integrity": "sha1-MOvN3s+XOBf54pwhDku+U4umhkQ=",
"version": "1.0.80",
"resolved": "https://registry.npmjs.org/hummus/-/hummus-1.0.80.tgz",
"integrity": "sha1-rB8CeMReHl9tn7QGT8aMApmfCfg=",
"requires": {
"node-pre-gyp": "0.6.29"
},
@ -1004,7 +1004,7 @@
"puppeteer": {
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-0.10.2.tgz",
"integrity": "sha512-dj1MdwiYfEwTemfFeBu0inGyhcaEe3cKREvTFSA/pkGHaCwyj/FFfJHJpr9vykXvSs/PbmcApOztsUyqzd1msA==",
"integrity": "sha1-tKlZpyK/YmykgfKuuhH9uBDyyY8=",
"requires": {
"debug": "2.6.8",
"extract-zip": "1.6.5",

View File

@ -20,7 +20,7 @@
},
"dependencies": {
"chalk": "^2.1.0",
"hummus": "^1.0.79",
"hummus": "^1.0.80",
"puppeteer": "^0.10.2",
"urijs": "^1.18.12"
},