Skip to content

Commit 2f218a3

Browse files
chore(deps): update dev dependency puppeteer to v2.1.1 (#639)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d0a65b1 commit 2f218a3

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lint-staged": "10.0.9",
5050
"prettier": "1.19.1",
5151
"prettier-package-json": "2.1.3",
52-
"puppeteer": "2.0.0",
52+
"puppeteer": "2.1.1",
5353
"rimraf": "3.0.0",
5454
"rollup": "1.29.0",
5555
"rollup-plugin-babel": "4.3.3",

yarn.lock

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,11 @@
11471147
"@types/istanbul-lib-coverage" "*"
11481148
"@types/istanbul-lib-report" "*"
11491149

1150+
"@types/mime-types@^2.1.0":
1151+
version "2.1.0"
1152+
resolved "https://registry.yarnpkg.com/@types/mime-types/-/mime-types-2.1.0.tgz#9ca52cda363f699c69466c2a6ccdaad913ea7a73"
1153+
integrity sha1-nKUs2jY/aZxpRmwqbM2q2RPqenM=
1154+
11501155
"@types/minimatch@*":
11511156
version "3.0.3"
11521157
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -3909,14 +3914,6 @@ https-proxy-agent@^2.2.3:
39093914
agent-base "^4.3.0"
39103915
debug "^3.1.0"
39113916

3912-
https-proxy-agent@^3.0.0:
3913-
version "3.0.1"
3914-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-3.0.1.tgz#b8c286433e87602311b01c8ea34413d856a4af81"
3915-
integrity sha512-+ML2Rbh6DAuee7d07tYGEKOEi2voWPUGan+ExdPbPW6Z3svq+JCqr0v8WmKPOkz1vOVykPCBSuobe7G8GJUtVg==
3916-
dependencies:
3917-
agent-base "^4.3.0"
3918-
debug "^3.1.0"
3919-
39203917
https-proxy-agent@^4.0.0:
39213918
version "4.0.0"
39223919
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b"
@@ -5878,7 +5875,7 @@ [email protected]:
58785875
dependencies:
58795876
mime-db "~1.33.0"
58805877

5881-
mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.24:
5878+
mime-types@^2.1.12, mime-types@^2.1.25, mime-types@~2.1.19, mime-types@~2.1.24:
58825879
version "2.1.26"
58835880
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz#9c921fc09b7e149a65dfdc0da4d20997200b0a06"
58845881
integrity sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==
@@ -7171,15 +7168,17 @@ punycode@^2.1.0, punycode@^2.1.1:
71717168
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
71727169
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
71737170

7174-
puppeteer@2.0.0:
7175-
version "2.0.0"
7176-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-2.0.0.tgz#0612992e29ec418e0a62c8bebe61af1a64d7ec01"
7177-
integrity sha512-t3MmTWzQxPRP71teU6l0jX47PHXlc4Z52sQv4LJQSZLq1ttkKS2yGM3gaI57uQwZkNaoGd0+HPPMELZkcyhlqA==
7171+
puppeteer@2.1.1:
7172+
version "2.1.1"
7173+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-2.1.1.tgz#ccde47c2a688f131883b50f2d697bd25189da27e"
7174+
integrity sha512-LWzaDVQkk1EPiuYeTOj+CZRIjda4k2s5w4MK4xoH2+kgWV/SDlkYHmxatDdtYrciHUKSXTsGgPgPP8ILVdBsxg==
71787175
dependencies:
7176+
"@types/mime-types" "^2.1.0"
71797177
debug "^4.1.0"
71807178
extract-zip "^1.6.6"
7181-
https-proxy-agent "^3.0.0"
7179+
https-proxy-agent "^4.0.0"
71827180
mime "^2.0.3"
7181+
mime-types "^2.1.25"
71837182
progress "^2.0.1"
71847183
proxy-from-env "^1.0.0"
71857184
rimraf "^2.6.1"

0 commit comments

Comments
 (0)