Skip to content
Snippets Groups Projects
Commit 2ba99b1f authored by Cheng Shao's avatar Cheng Shao
Browse files

deps: bump puppeteer-core

parent dd35582d
No related branches found
No related tags found
1 merge request!98Fix missing --with-haddock=wasm32-wasi-haddock
......@@ -5,14 +5,14 @@
"packages": {
"": {
"dependencies": {
"puppeteer-core": "^24.8.1",
"puppeteer-core": "^24.8.2",
"ws": "^8.18.2"
}
},
"node_modules/@puppeteer/browsers": {
"version": "2.10.3",
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.3.tgz",
"integrity": "sha512-iPpnFpX25gKIVsHsqVjHV+/GzW36xPgsscWkCnrrETndcdxNsXLdCrTwhkCJNR/FGWr122dJUBeyV4niz/j3TA==",
"version": "2.10.4",
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.4.tgz",
"integrity": "sha512-9DxbZx+XGMNdjBynIs4BRSz+M3iRDeB7qRcAr6UORFLphCIM2x3DXgOucvADiifcqCE4XePFUKcnaAMyGbrDlQ==",
"license": "Apache-2.0",
"dependencies": {
"debug": "^4.4.0",
......@@ -37,9 +37,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.15.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.12.tgz",
"integrity": "sha512-K0fpC/ZVeb8G9rm7bH7vI0KAec4XHEhBam616nVJCV51bKzJ6oA3luG4WdKoaztxe70QaNjS/xBmcDLmr4PiGw==",
"version": "22.15.17",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.17.tgz",
"integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==",
"license": "MIT",
"optional": true,
"dependencies": {
......@@ -613,12 +613,12 @@
}
},
"node_modules/puppeteer-core": {
"version": "24.8.1",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.8.1.tgz",
"integrity": "sha512-UP/VIxVk/Akrgql3a55ZAIuAIx7+yQevz6qEXFUtSTIynEcgsCJ6tlRdi7uKAAlovmNQG4iNMzq9f8WxZLnGGg==",
"version": "24.8.2",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.8.2.tgz",
"integrity": "sha512-wNw5cRZOHiFibWc0vdYCYO92QuKTbJ8frXiUfOq/UGJWMqhPoBThTKkV+dJ99YyWfzJ2CfQQ4T1nhhR0h8FlVw==",
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "2.10.3",
"@puppeteer/browsers": "2.10.4",
"chromium-bidi": "5.1.0",
"debug": "^4.4.0",
"devtools-protocol": "0.0.1439962",
......
{
"dependencies": {
"puppeteer-core": "^24.8.1",
"puppeteer-core": "^24.8.2",
"ws": "^8.18.2"
}
}
......@@ -12,7 +12,7 @@ buildNpmPackage {
"package.json"
"package-lock.json"
];
npmDepsHash = "sha512-vyVsKiTqi9CQpXTYI/9Mght9Tg0HszVSOng8jGX4joz1YmAqbmQNRpQDV70ScDhD/KW8KI1xdEVU3RXzOCQNnw==";
npmDepsHash = "sha512-dIrmbHAo0D+aWqgxdXP6IHTRM7ZsTnTPdo8Yns+W7n3zkIxEfqEDotsYALrlKK7Jta8yFu89yyBoJ8ZS7ldNzA==";
dontNpmBuild = true;
dontNpmInstall = true;
......
......@@ -111,10 +111,11 @@ mkdir -p "$PREFIX/nodejs"
curl -f -L --retry 5 "$(jq -r ".\"$NODEJS\".url" "$REPO"/autogen.json)" -o nodejs.tar.xz
tar xJf nodejs.tar.xz -C "$PREFIX/nodejs" --no-same-owner --strip-components=1
"$PREFIX/nodejs/bin/node" "$PREFIX/nodejs/bin/npm" install -g --prefix "$PREFIX/nodejs" \
puppeteer-core@^24.8.1 \
ws@^8.18.2 \
playwright@^1.52.0
puppeteer-core@^24.8.2 \
ws@^8.18.2
if [[ -n "${PLAYWRIGHT:-}" ]]; then
"$PREFIX/nodejs/bin/node" "$PREFIX/nodejs/bin/npm" install -g --prefix "$PREFIX/nodejs" \
playwright
PATH=$PREFIX/nodejs/bin:$PATH playwright install --with-deps
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment