Merge pull request #1485 from nunocoracao/dependabot/npm_and_yarn/dev/puppeteer-22.9.0

📌 Bump puppeteer from 22.8.1 to 22.9.0
This commit is contained in:
Nuno Coração 2024-05-26 21:40:31 +01:00 committed by GitHub
commit 92494f353e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View file

@ -28,7 +28,7 @@
"prettier": "^3.2.5",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.14",
"puppeteer": "^22.8.1",
"puppeteer": "^22.9.0",
"rimraf": "^5.0.7",
"tailwindcss": "^3.4.3",
"tw-elements": "2.0.0",
@ -1645,9 +1645,9 @@
"dev": true
},
"node_modules/devtools-protocol": {
"version": "0.0.1273771",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1273771.tgz",
"integrity": "sha512-QDbb27xcTVReQQW/GHJsdQqGKwYBE7re7gxehj467kKP2DKuYBUj6i2k5LRiAC66J1yZG/9gsxooz/s9pcm0Og==",
"version": "0.0.1286932",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1286932.tgz",
"integrity": "sha512-wu58HMQll9voDjR4NlPyoDEw1syfzaBNHymMMZ/QOXiHRNluOnDgu9hp1yHOKYoMlxCh4lSSiugLITe6Fvu1eA==",
"dev": true
},
"node_modules/didyoumean": {
@ -3469,16 +3469,16 @@
}
},
"node_modules/puppeteer": {
"version": "22.8.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.8.1.tgz",
"integrity": "sha512-CFgPSKV+iydjO/8/hJVj251Hqp2PLcIa70j6H7sYqkwM8YJ+D3CA74Ufuj+yKtvDIntQPB/nLw4EHrHPcHOPjw==",
"version": "22.9.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.9.0.tgz",
"integrity": "sha512-yNux2cm6Sfik4lNLNjJ25Cdn9spJRbMXxl1YZtVZCEhEeej1sFlCvZ/Cr64LhgyJOuvz3iq2uk+RLFpQpGwrjw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"@puppeteer/browsers": "2.2.3",
"cosmiconfig": "9.0.0",
"devtools-protocol": "0.0.1273771",
"puppeteer-core": "22.8.1"
"devtools-protocol": "0.0.1286932",
"puppeteer-core": "22.9.0"
},
"bin": {
"puppeteer": "lib/esm/puppeteer/node/cli.js"
@ -3488,15 +3488,15 @@
}
},
"node_modules/puppeteer-core": {
"version": "22.8.1",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.8.1.tgz",
"integrity": "sha512-m1F6ZSTw1xrJ6xD4B+HonkSNVQmMrRMaqca/ivRcZYJ6jqzOnfEh3QgO9HpNPj6heiAZ2+4IPAU3jdZaTIDnSA==",
"version": "22.9.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.9.0.tgz",
"integrity": "sha512-Q2SYVZ1SIE7jCd/Pp+1/mNLFtdJfGvAF+CqOTDG8HcCNCiBvoXfopXfOfMHQ/FueXhGfJW/I6DartWv6QzpNGg==",
"dev": true,
"dependencies": {
"@puppeteer/browsers": "2.2.3",
"chromium-bidi": "0.5.19",
"debug": "4.3.4",
"devtools-protocol": "0.0.1273771",
"devtools-protocol": "0.0.1286932",
"ws": "8.17.0"
},
"engines": {

View file

@ -45,7 +45,7 @@
"prettier": "^3.2.5",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.14",
"puppeteer": "^22.8.1",
"puppeteer": "^22.9.0",
"rimraf": "^5.0.7",
"tailwindcss": "^3.4.3",
"tw-elements": "2.0.0",