From bdf257f6ae43a72c913930789ecfecfa77b51e71 Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Thu, 12 Jun 2025 14:43:46 +0200 Subject: [PATCH] Fix puppeteer [SCI-11976] --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af7d3f5b9..a18715b2e 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "pdfjs-dist": "^2.5.207", "postcss": "8.4.32", "postcss-loader": "5.3.0", - "puppeteer-core": "^24.10.0", + "puppeteer": "npm:puppeteer-core@24.10.0", "raw-loader": "^4.0.2", "sass": "^1.63.6", "sass-loader": "^10.4.1", diff --git a/yarn.lock b/yarn.lock index 3fc54ba7a..ba3d4a083 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4940,7 +4940,7 @@ punycode@^2.1.0, punycode@^2.1.1: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f" integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== -puppeteer-core@^24.10.0: +"puppeteer@npm:puppeteer-core@24.10.0": version "24.10.0" resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-24.10.0.tgz#b44175d90511eb414395ae60c51a13185b391421" integrity sha512-xX0QJRc8t19iAwRDsAOR38Q/Zx/W6WVzJCEhKCAwp2XMsaWqfNtQ+rBfQW9PlF+Op24d7c8Zlgq9YNmbnA7hdQ==