npm update

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-03-16 07:05:30 +03:00
parent 085af98af5
commit 48b6104b59
2 changed files with 4 additions and 4 deletions

View File

@ -1621,9 +1621,9 @@
"optional": true
},
"puppeteer": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-1.1.1.tgz",
"integrity": "sha1-rb8l5J9e8DRDwQq44JqVTKDHv+4=",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-1.2.0.tgz",
"integrity": "sha512-4sY/6mB7+kNPGAzPGKq65tH0VG3ohUEkXHuOReB9K/tw3m1TqifYmxnMR/uDeci/UPwyk5K1gWYh8rw0U0Zscw==",
"dev": true,
"requires": {
"debug": "2.6.9",

View File

@ -47,7 +47,7 @@
"devDependencies": {
"electron-wix-msi": "^1.3.0",
"less": "^3.0.1",
"puppeteer": "^1.1.1"
"puppeteer": "^1.2.0"
},
"bin": {
"ig": "ig.js"