From 4067b2eff99bf7ace8bd8a92f2b197c082034c23 Mon Sep 17 00:00:00 2001 From: Alexey Pelykh Date: Fri, 14 Feb 2025 11:46:00 +0100 Subject: [PATCH] (imp) puppeteer v24.2.1 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c137df..ca3db66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - lts/jod env: - PUPPETEER_VERSION: 24.2.0 + PUPPETEER_VERSION: 24.2.1 steps: @@ -88,7 +88,7 @@ jobs: - '23.11.1' - '24.0.0' - '24.1.1' - - '24.2.0' + - '24.2.1' steps: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e1b033..a7bd82e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: package: runs-on: ubuntu-24.04 env: - PUPPETEER_VERSION: 24.2.0 + PUPPETEER_VERSION: 24.2.1 steps: - name: Checkout diff --git a/package-lock.json b/package-lock.json index 65f2490..b560737 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,8 +20,8 @@ "@types/which": "^3.0.4", "@types/ws": "^8.5.13", "jest": "^29.7.0", - "puppeteer": "24.2.0", - "puppeteer-core": "24.2.0", + "puppeteer": "24.2.1", + "puppeteer-core": "24.2.1", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-standard": "^12.0.2", @@ -2616,9 +2616,9 @@ } }, "node_modules/chromium-bidi": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-1.2.0.tgz", - "integrity": "sha512-XtdJ1GSN6S3l7tO7F77GhNsw0K367p0IsLYf2yZawCVAKKC3lUvDhPdMVrB2FNhmhfW43QGYbEX3Wg6q0maGwQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-1.3.0.tgz", + "integrity": "sha512-G3x1bkST13kmbL7+dT/oRkNH/7C4UqG+0YQpmySrzXspyOhYgDNc6lhSGpj3cuexvH25WTENhTYq2Tt9JRXtbw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -7260,18 +7260,18 @@ } }, "node_modules/puppeteer": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.2.0.tgz", - "integrity": "sha512-z8vv7zPEgrilIbOo3WNvM+2mXMnyM9f4z6zdrB88Fzeuo43Oupmjrzk3EpuvuCtyK0A7Lsllfx7Z+4BvEEGJcQ==", + "version": "24.2.1", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.2.1.tgz", + "integrity": "sha512-Euno62ou0cd0dTkOYTNioSOsFF4VpSnz4ldD38hi9ov9xCNtr8DbhmoJRUx+V9OuPgecueZbKOohRrnrhkbg3Q==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.7.1", - "chromium-bidi": "1.2.0", + "chromium-bidi": "1.3.0", "cosmiconfig": "^9.0.0", "devtools-protocol": "0.0.1402036", - "puppeteer-core": "24.2.0", + "puppeteer-core": "24.2.1", "typed-query-selector": "^2.12.0" }, "bin": { @@ -7282,14 +7282,14 @@ } }, "node_modules/puppeteer-core": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.2.0.tgz", - "integrity": "sha512-e4A4/xqWdd4kcE6QVHYhJ+Qlx/+XpgjP4d8OwBx0DJoY/nkIRhSgYmKQnv7+XSs1ofBstalt+XPGrkaz4FoXOQ==", + "version": "24.2.1", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.2.1.tgz", + "integrity": "sha512-bCypUh3WXzETafv1TCFAjIUnI8BiQ/d+XvEfEXDLcIMm9CAvROqnBmbt79yBjwasoDZsgfXnUmIJU7Y27AalVQ==", "dev": true, "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.7.1", - "chromium-bidi": "1.2.0", + "chromium-bidi": "1.3.0", "debug": "^4.4.0", "devtools-protocol": "0.0.1402036", "typed-query-selector": "^2.12.0", diff --git a/package.json b/package.json index fe6d56d..f51098a 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ "@types/which": "^3.0.4", "@types/ws": "^8.5.13", "jest": "^29.7.0", - "puppeteer": "24.2.0", - "puppeteer-core": "24.2.0", + "puppeteer": "24.2.1", + "puppeteer-core": "24.2.1", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-standard": "^12.0.2",