Skip to content

Commit

Permalink
馃摝 Update dependency puppeteer to v3.0.3 (ampproject#28239)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ldoroshe committed May 8, 2020
1 parent e51bfa7 commit 856b008
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.2",
"puppeteer": "3.0.3",
"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.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.0.2.tgz#1d08cdb7c0c2666f5e743221b1cb1946fea493f0"
integrity sha512-5jS/POFVDW9fqb76O8o0IBpXOnq+Na8ocGMggYtnjCRBRqmAFvX0csmwgLOHkYnQ/vCBcBPYlOq0Pp60z1850Q==
puppeteer@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.0.3.tgz#91c4ce46b3822b849e096413457fe8ced7d5aeca"
integrity sha512-sWtx9XezIwXdXHNelvnyPEmMjXXiCAuUulEONZFqRO3l+w0vP7dNcGDUIf2HLr4HLLi6r9hcUuO62s/W6rkD/w==
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.2",
"puppeteer": "3.0.2"
"puppeteer": "3.0.3"
}
}
8 changes: 4 additions & 4 deletions build-system/tasks/performance/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -728,10 +728,10 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

puppeteer@3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.0.2.tgz#1d08cdb7c0c2666f5e743221b1cb1946fea493f0"
integrity sha512-5jS/POFVDW9fqb76O8o0IBpXOnq+Na8ocGMggYtnjCRBRqmAFvX0csmwgLOHkYnQ/vCBcBPYlOq0Pp60z1850Q==
puppeteer@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.0.3.tgz#91c4ce46b3822b849e096413457fe8ced7d5aeca"
integrity sha512-sWtx9XezIwXdXHNelvnyPEmMjXXiCAuUulEONZFqRO3l+w0vP7dNcGDUIf2HLr4HLLi6r9hcUuO62s/W6rkD/w==
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@percy/agent": "0.26.2",
"@percy/puppeteer": "1.1.0",
"puppeteer": "3.0.2"
"puppeteer": "3.0.3"
},
"resolutions": {
"**/**/minimist": "^1.2.3"
Expand Down
8 changes: 4 additions & 4 deletions build-system/tasks/visual-diff/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1700,10 +1700,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@3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.0.2.tgz#1d08cdb7c0c2666f5e743221b1cb1946fea493f0"
integrity sha512-5jS/POFVDW9fqb76O8o0IBpXOnq+Na8ocGMggYtnjCRBRqmAFvX0csmwgLOHkYnQ/vCBcBPYlOq0Pp60z1850Q==
puppeteer@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.0.3.tgz#91c4ce46b3822b849e096413457fe8ced7d5aeca"
integrity sha512-sWtx9XezIwXdXHNelvnyPEmMjXXiCAuUulEONZFqRO3l+w0vP7dNcGDUIf2HLr4HLLi6r9hcUuO62s/W6rkD/w==
dependencies:
"@types/mime-types" "^2.1.0"
debug "^4.1.0"
Expand Down

0 comments on commit 856b008

Please sign in to comment.