Skip to content

Commit 3ce5bbb

Browse files
Merge pull request #16848 from angular/renovate/non-major-devdependencies
build: update puppeteer to version 2.1.1
1 parent 677a310 commit 3ce5bbb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"pidtree": "^0.3.0",
128128
"pidusage": "^2.0.17",
129129
"prettier": "^1.16.4",
130-
"puppeteer": "2.1.0",
130+
"puppeteer": "2.1.1",
131131
"quicktype-core": "^6.0.15",
132132
"rxjs": "6.5.4",
133133
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9113,10 +9113,10 @@ punycode@^2.1.0, punycode@^2.1.1:
91139113
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
91149114
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
91159115

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

0 commit comments

Comments
 (0)