Merge pull request #1435 from nunocoracao/dependabot/npm_and_yarn/dev/puppeteer-22.7.0

📌 Bump puppeteer from 22.6.5 to 22.7.0
This commit is contained in:
Nuno Coração 2024-04-28 22:10:37 +01:00 committed by GitHub
commit 17ace5ffe3
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.6.5", "puppeteer": "^22.7.0",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",
"tw-elements": "2.0.0", "tw-elements": "2.0.0",
@ -1497,9 +1497,9 @@
"dev": true "dev": true
}, },
"node_modules/devtools-protocol": { "node_modules/devtools-protocol": {
"version": "0.0.1262051", "version": "0.0.1273771",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1262051.tgz", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1273771.tgz",
"integrity": "sha512-YJe4CT5SA8on3Spa+UDtNhEqtuV6Epwz3OZ4HQVLhlRccpZ9/PAYk0/cy/oKxFKRrZPBUPyxympQci4yWNWZ9g==", "integrity": "sha512-QDbb27xcTVReQQW/GHJsdQqGKwYBE7re7gxehj467kKP2DKuYBUj6i2k5LRiAC66J1yZG/9gsxooz/s9pcm0Og==",
"dev": true "dev": true
}, },
"node_modules/didyoumean": { "node_modules/didyoumean": {
@ -3321,16 +3321,16 @@
} }
}, },
"node_modules/puppeteer": { "node_modules/puppeteer": {
"version": "22.6.5", "version": "22.7.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.6.5.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.7.0.tgz",
"integrity": "sha512-YuoRKGj3MxHhUwrey7vmNvU4odGdUdNsj1ee8pfcqQlLWIXfMOXZCAXh8xdzpZESHH3tCGWp2xmPZE8E6iUEWg==", "integrity": "sha512-s1ulKFZKW3lwWCtNu0VrRLfRaanFHxIv7F8UFYpLo8dPTZcI4wB4EAOD0sKT3SKP+1Rsjodb9WFsK78yKQ6i9Q==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@puppeteer/browsers": "2.2.2", "@puppeteer/browsers": "2.2.2",
"cosmiconfig": "9.0.0", "cosmiconfig": "9.0.0",
"devtools-protocol": "0.0.1262051", "devtools-protocol": "0.0.1273771",
"puppeteer-core": "22.6.5" "puppeteer-core": "22.7.0"
}, },
"bin": { "bin": {
"puppeteer": "lib/esm/puppeteer/node/cli.js" "puppeteer": "lib/esm/puppeteer/node/cli.js"
@ -3340,15 +3340,15 @@
} }
}, },
"node_modules/puppeteer-core": { "node_modules/puppeteer-core": {
"version": "22.6.5", "version": "22.7.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.6.5.tgz", "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.7.0.tgz",
"integrity": "sha512-s0/5XkAWe0/dWISiljdrybjwDCHhgN31Nu/wznOZPKeikgcJtZtbvPKBz0t802XWqfSQnQDt3L6xiAE5JLlfuw==", "integrity": "sha512-9Q+L3VD7cfhXnxv6AqwTHsVb/+/uXENByhPrgvwQ49wvzQwtf1d6b7v6gpoG3tpRdwYjxoV1eHTD8tFahww09g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@puppeteer/browsers": "2.2.2", "@puppeteer/browsers": "2.2.2",
"chromium-bidi": "0.5.17", "chromium-bidi": "0.5.17",
"debug": "4.3.4", "debug": "4.3.4",
"devtools-protocol": "0.0.1262051", "devtools-protocol": "0.0.1273771",
"ws": "8.16.0" "ws": "8.16.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.6.5", "puppeteer": "^22.7.0",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",
"tw-elements": "2.0.0", "tw-elements": "2.0.0",