Bump puppeteer to address vulnerability in dependency.

The vulnerability is in https-proxy-agent. See the advisory at
https://app.snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131.
This commit is contained in:
Gavin Panella 2019-10-17 09:26:34 +02:00
parent eefe3f3db4
commit c8d1bf542d
2 changed files with 889 additions and 930 deletions

1817
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,6 +35,6 @@
},
"dependencies": {
"axe-core": "^3.3.0",
"puppeteer": "^1.19.0"
"puppeteer": "^1.20.0"
}
}