Skip to content

Update puppeteer to the latest version 🚀#21

Open
greenkeeper[bot] wants to merge 2 commits into
masterfrom
greenkeeper/puppeteer-1.12.2
Open

Update puppeteer to the latest version 🚀#21
greenkeeper[bot] wants to merge 2 commits into
masterfrom
greenkeeper/puppeteer-1.12.2

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Feb 5, 2019

Copy link
Copy Markdown
Contributor

The devDependency puppeteer was updated from 1.8.0 to 1.12.2.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v1.12.2

Big Changes

  • Chromium 73.0.3679.0 (r624492)

API Changes

No API changes.

Bug Fixes

  • #3880 - puppeteer stops working with some https URLs
  • #3893 - Puppeteer are now restricted on certain websites?

Raw Notes

9a90107 - chore: mark version v1.12.2
6e1f7dc - feat(chromium): roll chromium to r624492 (#3909)
69c434a - test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894)
47fbb11 - test(firefox): add more Puppeteer-Firefox tests to Puppeteer (#3892)
b5e53fd - test(firefox): add puppeteer-firefox unique evaluation tests (#3891)
6bb0350 - test(firefox): introduce vendor-specific specs (#3890)
84fe601 - chore(firefox): run Puppeteer-Firefox against Puppeteer tests (#3888)
fd67fa7 - test(firefox): run puppeteer-firefox tests in browser contexts (#3887)
bd34755 - feat(ppfox): implement browser contexts (#3872)
b0e8084 - chore: bump version to v1.12.1-post (#3886)

Commits

The new version differs by 186 commits.

  • b0afb17 chore: mark version v1.12.2 (#3914)
  • 6e1f7dc feat(chromium): roll chromium to r624492 (#3909)
  • 69c434a test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894)
  • 47fbb11 test(firefox): add more Puppeteer-Firefox tests to Puppeteer (#3892)
  • b5e53fd test(firefox): add puppeteer-firefox unique evaluation tests (#3891)
  • 6bb0350 test(firefox): introduce vendor-specific specs (#3890)
  • 84fe601 chore(firefox): run Puppeteer-Firefox against Puppeteer tests (#3888)
  • fd67fa7 test(firefox): run puppeteer-firefox tests in browser contexts (#3887)
  • bd34755 feat(ppfox): implement browser contexts (#3872)
  • b0e8084 chore: bump version to v1.12.1-post (#3886)
  • a1abd6c chore: mark version v1.12.1 (#3885)
  • 23b7465 fix(types): disable shipping our own d.ts file (#3882)
  • 718cdf1 chore: bump version to v1.12.0-post (#3876)
  • 7f05a08 chore: mark version v1.12.0 (#3875)
  • 5cca7c0 fix(types): don't report events as class members (#3874)

There are 186 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper Bot added a commit that referenced this pull request Mar 5, 2019
@greenkeeper

greenkeeper Bot commented Mar 5, 2019

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 1.13.0.

Update to this version instead 🚀

Release Notes for v1.13.0

Big Changes

  • Chromium 74.0.3723.0 (r637110)

API Changes

No API changes.

Bug Fixes

  • #3762 - uploadFile in puppeteer-firefox
  • #3889 - firefox: merge Puppeteer-Firefox tests with Puppeteer tests
  • #4011 - Page.Content freezes without error after running 101 times
  • #4102 - Firefox macOS installation fails

Raw Notes

ba5f94d - test: disable flaky cookies test (#4112)
02b2451 - fix: check if async error has a stack (#4017)
9db09fe - test: add test to validate redirecting in request.respond (#4106)
c68df32 - test: add failing test for bad request interception (#4108)
02859c3 - feat(chromium): roll Chromium to r637110 (#4099)
bc28f3b - fix(firefox): fix executablePath() on OSX (#4105)
c9f6a3d - chore(firefox): bump version to v0.5.0 (#4089)
a6d8ecc - fix(firefox): keyboard tests (#4082)
e8a4963 - test: cleanup tests (#4078)
dae998e - fix(firefox): enable domains in a proper order (#4077)
9ef23b1 - feat(firefox): implement cookies api (#4076)
03d06f5 - feat(firefox): page.accessibility.snapshot() (#4071)
f21486f - feat(firefox): implement Page.touchscreen (#4070)
3541b89 - test: split out all chromium-specific tests into chromiumonly.spec.js (#4068)
77a4ea5 - test: split out fixture tests and make them work with FF (#4067)
d04a8d5 - refactor(firefox): split out DOMWorld (#4066)
4ecbd91 - refactor(firefox): migrate onto ExecutionContext events (#4064)
56dafd7 - feat: support Response.buffer(), Response.json() and Response.text() (#4063)
3bea5d6 - feat(firefox): implement browserContext.overridePermissions (#4060)
f1a14fe - feat(firefox): support elementHandle.uploadFile (#4058)
1315dc8 - feat(firefox): support Page.emualteMedia (#4056)
5c81836 - feat(firefox): implement page.exposeFunction (#4052)
7d39aca - test: split out test for "text" option of ElementHandle.press (#4051)
ed984ac - chore(firefox): kill original puppeteer-firefox tests (#4047)
fbf91cc - test(firefox): move AX tests to Chrome-only (#4042)
a0fd2ce - fix(firefox): enable more tests (#4037)
03c542a - feat(firefox): implement missing launcher options (#4036)
719ee5a - feat(firefox): support page.setExtraHTTPHeaders (#4035)
c118b20 - feat(firefox): basic request interception support (#4034)
3b18092 - refactor(firefox): migrate onto Juggler flatten protocol (#4033)
4a4793a - feat(firefox): support Browser.target() (#4028)
ea482c4 - fix(firefox): properly cleanup networkmanager (#4024)
9782f9c - fix(firefox): add test to make sure remote browser can be closed (#4023)
c35821a - feat(firefox): switch over to WebSocket and support multiclient (#4022)
e0d4a5d - fix(firefox): track frame detachment in navigation watchdog (#4008)
247733b - fix(firefox): enable more firefox tests (#4007)
e8f044c - fix(firefox): enable a bunch of evaluation tests (#4006)
6350cf0 - fix(firefox): report more console messages (including warnings) (#4005)
0b40d04 - feat(firefox): support running beforeunload hooks when closing (#4003)
e3b76b2 - feat(firefox): support consoleMessage.location() (#4002)
2275c3c - fix(firefox): properly round clip when doing element screenshots (#4001)
670d758 - feat(firefox): support "referer" option in Page.goto (#4000)
fbf3643 - feat(firefox): support Request.postData (#3999)
13224a7 - feat(firefox): support Response.securityDetails() (#3997)
57e7f12 - test: split out tests for security details (#3996)
31ae1d6 - feat(firefox) support Request.headers() & Response.headers() (#3993)
89d0f1e - feat(firefox): implement frame.goto / frame.waitForNavigation (#3992)
f0fba56 - test: split out Response.fromCache/fromServiceWorker (#3990)
1890dc0 - feat(firefox): Page.waitForRequest/Page.waitForResponse (#3989)
afb9355 - feat(firefox): basic support for Network (#3988)
fb9d404 - test(mouse): add failing for test for mobile + cross process navigation (#3951)
63ea805 - feat(chromium): roll Chromium to r630727 (#3985)
b82cc15 - feat(firefox): support Page.setJavascriptEnabled (#3970)
edb6f62 - feat(firefox): support page.setDefaultNavigationTimeout (#3969)
fc18a79 - feat(firefox): support Page.setUserAgent method (#3968)
1ce578b - chore(test): remove the server.EMPTY_PAGE2 asset (#3967)
cfefd61 - feat(firefox): support target.opener() and page.on('popup') (#3966)
0cf6ab6 - feat(firefox): support page.browserContext() (#3965)
c64e02e - refactor(firefox): introduce FrameManager (#3964)
2a7ed1a - fix(firefox): add ExecutionContext to api (#3963)
a987535 - feat(firefox): implement execution contexts (#3962)
5696096 - chore(testrunner): newline for toEqual matcher (#3959)
0bb657c - chore(test): remove --firefox-status flag from tests (#3956)
07b43ff - chore: remove Juggler from Puppeteer repository (#3954)
72c0047 - refactor(firefox): introduce /lib/Events (#3949)
6b18e8c - feat(firefox): introduce async stacks for Puppeteer-Firefox (#3948)
9216056 - fix(testrunner): fix bad test counter (#3947)
addd7f4 - chore(testrunner): introduce verbose mode (#3946)
c33be4c - refactor(firefox): split out JSHandle into a separate file (#3945)
76eecde - chore(test): remove stray console.log (#3943)
609e763 - test(firefox): enable screenshot tests for Firefox (#3942)
49e8704 - test(firefox): enable more tests on Puppeteer-Firefox (#3937)
9679279 - chore(ci): enable firefox on travis (#3935)
a762dbe - chore(ci): add Puppeteer-Firefox to CI (#3932)
6887ad8 - chore: further unify Puppeteer-Firefox tests with Puppeteer (#3931)
c3b6619 - chore(firefox): readme link to isready site (#3930)
14fb3e3 - chore(firefox): mark all Puppeteer tests that are failing on FF (#3924)
86783c2 - chore(firefox): run all tests without "UnhandledPromiseRejection" error (#3922)
bc71e92 - chore(testrunner): nicer colors for test reporter (#3921)
1676f99 - chore(firefox): move sources from //lib/firefox to //lib (#3920)
a210dd7 - chore(testrunner): show 5 slowest tests on CI (#3919)
00bcecb - chore: increase test timeout to 20 seconds on Appveyour (#3918)
28087c2 - feat(firefox): support ElementHandle.contentFrame() (#3917)
dd8bd6d - test(firefox): support Puppeteer-Firefox specific env variables (#3907)
e100000 - docs(api.md): update versions (#3916)
a760d79 - chore: bump version to v1.12.2-post (#3915)

Commits

The new version differs by 87 commits.

  • 77a9694 chore: mark version v1.13.0 (#4114)
  • ba5f94d test: disable flaky cookies test (#4112)
  • 02b2451 fix: check if async error has a stack (#4017)
  • 9db09fe test: add test to validate redirecting in request.respond (#4106)
  • c68df32 test: add failing test for bad request interception (#4108)
  • 02859c3 feat(chromium): roll Chromium to r637110 (#4099)
  • bc28f3b fix(firefox): fix executablePath() on OSX (#4105)
  • c9f6a3d chore(firefox): bump version to v0.5.0 (#4089)
  • a6d8ecc fix(firefox): keyboard tests (#4082)
  • e8a4963 test: cleanup tests (#4078)
  • dae998e fix(firefox): enable domains in a proper order (#4077)
  • 9ef23b1 feat(firefox): implement cookies api (#4076)
  • 03d06f5 feat(firefox): page.accessibility.snapshot() (#4071)
  • f21486f feat(firefox): implement Page.touchscreen (#4070)
  • 3541b89 test: split out all chromium-specific tests into chromiumonly.spec.js (#4068)

There are 87 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Mar 30, 2019
@greenkeeper

greenkeeper Bot commented Mar 30, 2019

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 1.14.0.

Update to this version instead 🚀

Release Notes for v1.14.0

Big Changes

  • Chromium 75.0.3738.0 (r641577)

API changes

Added

No API changes.

Bug Fixes

  • #4150 - pptr.dev elementHandle.$ API example throws Error: Node is either not visible or not an HTMLElement

Raw notes

fb8146e - chore: mark version v1.14.0
26d6e91 - docs(troubleshooting.md): Update Alpine example (#4203)
72866e9 - test: Change cookies unsecure test title (#4187)
0d0e620 - docs(api.md): update ElementHandle example (#4169)
c6c3249 - feat(chromium): roll Chromium to r641577 (#4178)
11afadc - fix: Respect the loglevel for logging (#4014)
28bab53 - docs(troubleshooting.md): Add missing depencies (#4182)
6056757 - test: make sure frames are reported from-inside shadow DOM (#4167)
854b1c0 - feat(executioncontext): support bigints transferring (#4016)
27cf859 - docs(api.md): add note regarding puppeteer.executablePath() (#4092)
3511a35 - test: fix fixtures test when run with env DUMPIO=1 (#4123)
808d1bb - docs(api.md): add links to CDP guide and pptr.dev (#4159)
0c8ace2 - fix(types): add jsdoc for the DOMWorld on frames (#4158)
26abcda - docs(troubleshooting): updated Lambda resources (#4140)
6474b3f - test: ensure Page.setBypassCSP works with iFrames (#4155)
e3a4f34 - feat(firefox): roll Firefox to 765beffc (#4156)
42351c7 - feat(firefox): Implement header overrides in request interception (#4142)
5d6535c - test: Fix should fire for fetches test (#4139)
87a8d74 - test: add a failing test that tries to click a fixed button in an iframe (#4130)
1623bef - test: improve test coverage for Request.continue (#4096)
f32d77e - test: check if the executable path is an exact match (#4117)
7462bda - chore: bump version to v1.13.0-post (#4115)

Commits

The new version differs by 22 commits.

  • 3fa91ca chore: mark version v1.14.0 (#4222)
  • 26d6e91 docs(troubleshooting.md): Update Alpine example (#4203)
  • 72866e9 test: Change cookies unsecure test title (#4187)
  • 0d0e620 docs(api.md): update ElementHandle example (#4169)
  • c6c3249 feat(chromium): roll Chromium to r641577 (#4178)
  • 11afadc fix: Respect the loglevel for logging (#4014)
  • 28bab53 docs(troubleshooting.md): Add missing depencies (#4182)
  • 6056757 test: make sure frames are reported from-inside shadow DOM (#4167)
  • 854b1c0 feat(executioncontext): support bigints transferring (#4016)
  • 27cf859 docs(api.md): add note regarding puppeteer.executablePath() (#4092)
  • 3511a35 test: fix fixtures test when run with env DUMPIO=1 (#4123)
  • 808d1bb docs(api.md): add links to CDP guide and pptr.dev (#4159)
  • 0c8ace2 fix(types): add jsdoc for the DOMWorld on frames (#4158)
  • 26abcda docs(troubleshooting): updated Lambda resources (#4140)
  • 6474b3f test: ensure Page.setBypassCSP works with iFrames (#4155)

There are 22 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Apr 26, 2019
@greenkeeper

greenkeeper Bot commented Apr 26, 2019

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 1.15.0.

Update to this version instead 🚀

Release Notes for v1.15.0

Big Changes

  • Chromium 75.0.3765.0 (r650583)
  • Request Interception issues (#3471) are now fixed 🎉

API changes

Added

Bug Fixes

  • #3186 - Win10 x64 always throws timeout
  • #3471 - [umbrella] Fix Request Interception
  • #4197 - TypeError: Cannot read property 'call' of null
  • #4274 - Regression on click on a simple element
  • #4281 - Puppeteer consider visible element as not visible
  • #4299 - debugSession removed but Readme.md still references it
  • #4309 - Unable to send POST request, always sending GET request.
  • #4315 - Make golden tests ignore new lines differences

Raw notes

2394da8 - chore: mark version v1.15.0
06fdcae - docs(troubleshooting): remove unnecessary call (#4327)
5e21ba3 - feat: update DeviceDescriptors (#4321)
2d53651 - chore(git): Fix line endings in text files (#4320)
770411b - test: verify overriding postdata and method on navigation (#4317)
e3abb0a - feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312)
dde55b0 - test: Make intervention test Edge friendly (#4314)
2b68c10 - fix: Removing a dead flag. (#4310)
3def8a2 - docs(readme): fix debugging tips (#4304)
0c4d53b - test: add a test for queryObjects with navigation (#4303)
a8ffdad - feat(chromium): roll Chromium to r650583 (#4284)
145e868 - test: add failing test for clicking certain elements (#4282)
8f8e774 - test: split out request interception tests (#4278)
5ee21d9 - fix(page): intersect content quads with viewport (#4277)
2098877 - fix: gracefully handle multiple contexts for secondary DOM World (#4276)
2265974 - refactor: migrate onto Fetch domain (#4265)
a79b775 - fix: Allow PUPPETEER_EXECUTABLE_PATH to be set in npmrc and package.json (#4270)
08e9a4d - fix(launcher): support https for browserURL endpoint (#4268)
19606a3 - fix: cache disabling should stick when toggling request interception (#4260)
2a7c3fe - feat(chromium): roll Chromium to r649004 (#4259)
54cce43 - fix(ci): another attempt to fix puppeteer@next (#4258)
0eb256b - fix(ci): fix builds of puppeteer@next (#4257)
fd0f58e - fix: Use new requestId for interception request matching (#4248)
9d31068 - feat(chromium): roll Chromium to r648643 (#4256)
080b809 - docs(contributing): add instructions to build Chromium revisions (#4246)
67fbf46 - feat(chromium): roll Chromium to r647475 (#4240)
1b8769d - docs(troubleshooting): launching Chromium on Windows (#4235)
695b30a - docs(troubleshooting): fix docker example (#3743)
66ff492 - docs(api.md): Working link to Linux differences (#4232)
0adffcc - docs: add table-of-contents to troubleshooting (#4234)
2c6df6d - chore: bump version to v1.14.0-post (#4224)

Commits

The new version differs by 31 commits.

  • b9f4a95 chore: mark version v1.15.0 (#4346)
  • 06fdcae docs(troubleshooting): remove unnecessary call (#4327)
  • 5e21ba3 feat: update DeviceDescriptors (#4321)
  • 2d53651 chore(git): Fix line endings in text files (#4320)
  • 770411b test: verify overriding postdata and method on navigation (#4317)
  • e3abb0a feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312)
  • dde55b0 test: Make intervention test Edge friendly (#4314)
  • 2b68c10 fix: Removing a dead flag. (#4310)
  • 3def8a2 docs(readme): fix debugging tips (#4304)
  • 0c4d53b test: add a test for queryObjects with navigation (#4303)
  • a8ffdad feat(chromium): roll Chromium to r650583 (#4284)
  • 145e868 test: add failing test for clicking certain elements (#4282)
  • 8f8e774 test: split out request interception tests (#4278)
  • 5ee21d9 fix(page): intersect content quads with viewport (#4277)
  • 2098877 fix: gracefully handle multiple contexts for secondary DOM World (#4276)

There are 31 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 14, 2019
@greenkeeper

greenkeeper Bot commented May 14, 2019

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 1.16.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 24, 2019
@greenkeeper

greenkeeper Bot commented May 24, 2019

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 1.17.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jun 20, 2019
@greenkeeper

greenkeeper Bot commented Jun 20, 2019

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 1.18.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jun 26, 2019
@greenkeeper

greenkeeper Bot commented Jun 26, 2019

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 1.18.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 23, 2019
@greenkeeper

greenkeeper Bot commented Jul 23, 2019

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 1.19.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Sep 13, 2019
@greenkeeper

greenkeeper Bot commented Sep 13, 2019

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 1.20.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Oct 24, 2019
@greenkeeper

greenkeeper Bot commented Oct 24, 2019

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 2.0.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jan 27, 2020
@greenkeeper

greenkeeper Bot commented Jan 27, 2020

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 2.1.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 5, 2020
@greenkeeper

greenkeeper Bot commented Feb 5, 2020

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 2.1.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 16, 2020
@greenkeeper

greenkeeper Bot commented Apr 16, 2020

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 3.0.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 22, 2020
@greenkeeper

greenkeeper Bot commented Apr 22, 2020

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 3.0.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper

greenkeeper Bot commented Apr 28, 2020

Copy link
Copy Markdown
Contributor Author
  • The devDependency puppeteer was updated from 1.8.0 to 3.0.2.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 6, 2020
@greenkeeper

greenkeeper Bot commented May 6, 2020

Copy link
Copy Markdown
Contributor Author

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency puppeteer was updated from 1.8.0 to 3.0.3.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 7, 2020
@greenkeeper

greenkeeper Bot commented May 7, 2020

Copy link
Copy Markdown
Contributor Author

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency puppeteer was updated from 1.8.0 to 3.0.4.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 18, 2020
@greenkeeper

greenkeeper Bot commented May 18, 2020

Copy link
Copy Markdown
Contributor Author

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency puppeteer was updated from 1.8.0 to 3.1.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 29, 2020
@greenkeeper

greenkeeper Bot commented May 29, 2020

Copy link
Copy Markdown
Contributor Author

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency puppeteer was updated from 1.8.0 to 3.2.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jun 2, 2020
@greenkeeper

greenkeeper Bot commented Jun 2, 2020

Copy link
Copy Markdown
Contributor Author

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency puppeteer was updated from 1.8.0 to 3.3.0.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants