Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
25bbca7c6b chore(deps): bump puppeteer from 13.7.0 to 19.4.1
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.7.0 to 19.4.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.7.0...puppeteer-v19.4.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 19:02:04 +00:00
4 changed files with 2 additions and 6 deletions

3
.github/FUNDING.yml vendored
View File

@@ -1,3 +0,0 @@
github: [pedroslopez, PurpShell]
ko_fi: pedroslopez
custom: ["paypal.me/psla", "buymeacoff.ee/pedroslopez"]

View File

@@ -94,7 +94,7 @@ You can support the maintainer of this project through the links below
- [Support via GitHub Sponsors](https://github.com/sponsors/pedroslopez)
- [Support via PayPal](https://www.paypal.me/psla/)
- [Sign up for DigitalOcean](https://m.do.co/c/73f906a36ed4) and get $200 in credit when you sign up (Referral)
- [Sign up for DigitalOcean](https://m.do.co/c/73f906a36ed4) and get $100 in credit when you sign up (Referral)
## Disclaimer

View File

@@ -35,7 +35,7 @@
"mime": "^3.0.0",
"node-fetch": "^2.6.5",
"node-webpmux": "^3.1.0",
"puppeteer": "^13.0.0"
"puppeteer": "^19.4.1"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12",

View File

@@ -267,7 +267,6 @@ exports.LoadUtils = () => {
...ephemeralFields,
...locationOptions,
...attOptions,
...(Object.keys(attOptions).length > 0 ? attOptions.toJSON() : {}),
...quotedMsgOptions,
...vcardOptions,
...buttonOptions,