Skip to content

Commit

Permalink
📦 Update dependency puppeteer to v2.1.1 (#26633)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 5, 2020
1 parent 956c54a commit 0b12137
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build-system/tasks/e2e/package.json
Expand Up @@ -7,7 +7,7 @@
"@babel/register": "7.8.3",
"babel-regenerator-runtime": "6.5.0",
"chromedriver": "79.0.3",
"puppeteer": "2.1.0",
"puppeteer": "2.1.1",
"geckodriver": "1.19.1",
"selenium-webdriver": "4.0.0-alpha.5"
}
Expand Down
8 changes: 4 additions & 4 deletions build-system/tasks/e2e/yarn.lock
Expand Up @@ -902,10 +902,10 @@ punycode@^2.1.0:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

puppeteer@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-2.1.0.tgz#c10cabc5525f57c6766eed4f3006b6e10afcafc1"
integrity sha512-PC4oKMtwAElo8YtS/cYnk2/dew/3TonsGKKzjpFLWwkhBCteFsOZCVOXTt2QlP6w53mH0YsJE+fPLPzOW+DCug==
puppeteer@2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-2.1.1.tgz#ccde47c2a688f131883b50f2d697bd25189da27e"
integrity sha512-LWzaDVQkk1EPiuYeTOj+CZRIjda4k2s5w4MK4xoH2+kgWV/SDlkYHmxatDdtYrciHUKSXTsGgPgPP8ILVdBsxg==
dependencies:
"@types/mime-types" "^2.1.0"
debug "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion build-system/tasks/visual-diff/package.json
Expand Up @@ -6,6 +6,6 @@
"devDependencies": {
"@percy/agent": "0.21.0",
"@percy/puppeteer": "1.1.0",
"puppeteer": "2.1.0"
"puppeteer": "2.1.1"
}
}
8 changes: 4 additions & 4 deletions build-system/tasks/visual-diff/yarn.lock
Expand Up @@ -1606,10 +1606,10 @@ punycode@^2.1.0:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

puppeteer@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-2.1.0.tgz#c10cabc5525f57c6766eed4f3006b6e10afcafc1"
integrity sha512-PC4oKMtwAElo8YtS/cYnk2/dew/3TonsGKKzjpFLWwkhBCteFsOZCVOXTt2QlP6w53mH0YsJE+fPLPzOW+DCug==
puppeteer@2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-2.1.1.tgz#ccde47c2a688f131883b50f2d697bd25189da27e"
integrity sha512-LWzaDVQkk1EPiuYeTOj+CZRIjda4k2s5w4MK4xoH2+kgWV/SDlkYHmxatDdtYrciHUKSXTsGgPgPP8ILVdBsxg==
dependencies:
"@types/mime-types" "^2.1.0"
debug "^4.1.0"
Expand Down

0 comments on commit 0b12137

Please sign in to comment.