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

View file

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