Skip to content

Commit

Permalink
📦 Update dependency puppeteer to v3.0.1 (#27946)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 22, 2020
1 parent 6606b1b commit 0668898
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 146 deletions.
2 changes: 1 addition & 1 deletion build-system/tasks/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@babel/register": "7.9.0",
"babel-regenerator-runtime": "6.5.0",
"chromedriver": "81.0.0",
"puppeteer": "3.0.0",
"puppeteer": "3.0.1",
"geckodriver": "1.19.1",
"selenium-webdriver": "4.0.0-alpha.7"
}
Expand Down
8 changes: 4 additions & 4 deletions build-system/tasks/e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -882,10 +882,10 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

puppeteer@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.0.0.tgz#844c714d074c7ea63cfa3744501c1ab6ea60722e"
integrity sha512-ArmIS8w+XhL4KGP05kxMousA9SFxmeirMkNNcVe5LjK4iGCbZ8qKnG4byuXMru7Ty7a9QwiMUIf80X+zmJuf2A==
puppeteer@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.0.1.tgz#dce04a0b742fbf29f81ff423b2164e84647b4379"
integrity sha512-DxNnI9n4grVHC+9irUfNK2T6YFuRECJnvG7VzdVolxpVwWC5DQqI5ho9Z0af48K5MQW4sJY5cq3qQ5g6NkAjvw==
dependencies:
"@types/mime-types" "^2.1.0"
debug "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion build-system/tasks/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"devDependencies": {
"chai": "4.2.0",
"mocha": "7.1.0",
"puppeteer": "2.0.0"
"puppeteer": "3.0.1"
}
}

0 comments on commit 0668898

Please sign in to comment.