-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependencies #335
Conversation
Commit 8f7fe3b also includes an actual bugfix. It ensures that puppeteer waits for all web fonts to be loaded on the slide. I've included this, because the build failed with a wrong screenshot match. I'll separate it into a separate PR: #337 . I don't know why the docker build "buildx" is failing. 😢 |
That's the chromium package that needs to be updated:
I can take care of it before cutting the next release. |
Done. Feel free to Squash merge :) |
Thanks a ton! |
Can we create a new release? |
Yes, I plan to do it in the next days. |
Update all dependencies. This will remove the audit warnings when installing decktape.
Closes #334