diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f4c2465..a0741bf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -16,7 +16,7 @@ "@oclif/plugin-plugins": "^5.1.3", "luxon": "^3.4.4", "node-cron": "^3.0.3", - "puppeteer": "^22.10.0", + "puppeteer": "^23.0.0", "winston": "^3.13.0" }, "bin": { @@ -10672,9 +10672,9 @@ } }, "node_modules/chromium-bidi": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.3.tgz", - "integrity": "sha512-qXlsCmpCZJAnoTYI83Iu6EdYQpMYdVkCfq08KDh2pmlVqK5t5IA9mGs4/LwCwp4fqisSOMXZxP3HIh8w8aRn0A==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.4.tgz", + "integrity": "sha512-8zoq6ogmhQQkAKZVKO2ObFTl4uOkqoX1PlKQX3hZQ5E9cbUotcAb7h4pTNVAGGv8Z36PF3CtdOriEp/Rz82JqQ==", "license": "Apache-2.0", "dependencies": { "mitt": "3.0.1", @@ -19544,16 +19544,17 @@ } }, "node_modules/puppeteer": { - "version": "22.15.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.15.0.tgz", - "integrity": "sha512-XjCY1SiSEi1T7iSYuxS82ft85kwDJUS7wj1Z0eGVXKdtr5g4xnVcbjwxhq5xBnpK/E7x1VZZoJDxpjAOasHT4Q==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-23.0.1.tgz", + "integrity": "sha512-i5P0MJcpLZ+lK66/B6TX9G347+Yh4D6b5KGyzaz8b7wYrNenN55GwRa1svKoZMUGjFHcmtQuniE7qZ8/k/YbQw==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.3.0", + "chromium-bidi": "0.6.4", "cosmiconfig": "^9.0.0", "devtools-protocol": "0.0.1312386", - "puppeteer-core": "22.15.0" + "puppeteer-core": "23.0.1" }, "bin": { "puppeteer": "lib/esm/puppeteer/node/cli.js" @@ -19563,13 +19564,13 @@ } }, "node_modules/puppeteer-core": { - "version": "22.15.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.15.0.tgz", - "integrity": "sha512-cHArnywCiAAVXa3t4GGL2vttNxh7GqXtIYGym99egkNJ3oG//wL9LkvO4WE8W1TJe95t1F1ocu9X4xWaGsOKOA==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.0.1.tgz", + "integrity": "sha512-gZYLcZUkWHZW1vvKEdOZuAB++3qY96Uh4b7B22PI0802omN4Ghrjt9H1r64NVt+AmnaZ/6Q+OW60S/Q7y+BZgQ==", "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.3.0", - "chromium-bidi": "0.6.3", + "chromium-bidi": "0.6.4", "debug": "^4.3.6", "devtools-protocol": "0.0.1312386", "ws": "^8.18.0" diff --git a/package.json b/package.json index 2afb456..001f3b4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@oclif/plugin-plugins": "^5.1.3", "luxon": "^3.4.4", "node-cron": "^3.0.3", - "puppeteer": "^22.10.0", + "puppeteer": "^23.0.0", "winston": "^3.13.0" }, "devDependencies": {