Bump puppeteer-core from 1.16.0 to 1.17.0

Bumps [puppeteer-core](https://github.com/GoogleChrome/puppeteer) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/GoogleChrome/puppeteer/releases)
- [Commits](https://github.com/GoogleChrome/puppeteer/compare/v1.16.0...v1.17.0)
This commit is contained in:
dependabot-preview[bot] 2019-05-24 23:21:08 +00:00 committed by GitHub
parent 630d327f39
commit 92e872c6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

14
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "prometheus-act-exporter",
"version": "2.0.3",
"version": "2.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -179,9 +179,9 @@
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
},
"mime": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.4.2.tgz",
"integrity": "sha512-zJBfZDkwRu+j3Pdd2aHsR5GfH2jIWhmL1ZzBoc+X+3JEti2hbArWcyJ+1laC1D2/U/W1a/+Cegj0/OnEU2ybjg=="
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.4.3.tgz",
"integrity": "sha512-QgrPRJfE+riq5TPZMcHZOtm8c6K/yYrMbKIoRfapfiGLxS8OTeIfRhUGW5LU7MlRa52KOAGCfUNruqLrIBvWZw=="
},
"minimatch": {
"version": "3.0.4",
@ -251,9 +251,9 @@
"integrity": "sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4="
},
"puppeteer-core": {
"version": "1.16.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-1.16.0.tgz",
"integrity": "sha512-ldBUcvepJDIcUcBUf+3kOTH19EjCEXMWPdZRFBW+bbcp4WqcxxlEhae8qos0zDIVHITbDIaxWAKtu9uNO74IjQ==",
"version": "1.17.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-1.17.0.tgz",
"integrity": "sha512-3Em/zPGO9Y6PVxiIBCEUiCXhKLyNfyuEIDP7OO5ZEG1N/XNaeoDCIGUsJSUqXMe+kdPQITsJjvw0/7pyecjL4w==",
"requires": {
"debug": "^4.1.0",
"extract-zip": "^1.6.6",