Compare commits

..
Author SHA1 Message Date
Renovate Bot 403cd18fae chore(deps): update dependency puppeteer to v25.6.0
renovate/stability-days Updates have met minimum release age requirement
PR / lint (pull_request) Successful in 18s
PR / test-coverage (pull_request) Successful in 18s
2026-08-14 14:02:02 +00:00
2 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
run: npm start
- name: Upload PDF artifact
uses: https://git.keligrubb.com/actions/upload-artifact@v7
uses: https://git.keligrubb.com/actions/upload-artifact@v3
with:
name: release-pdf
path: "*.pdf"
@@ -47,7 +47,7 @@ jobs:
GITEA_TOKEN: ${{ secrets.SCROLLSMITH_GITEA_TOKEN }}
steps:
- name: Download PDF artifact
uses: https://git.keligrubb.com/actions/download-artifact@v8
uses: https://git.keligrubb.com/actions/download-artifact@v3
with:
name: release-pdf
path: .
+15 -15
View File
@@ -1586,9 +1586,9 @@
}
},
"node_modules/devtools-protocol": {
"version": "0.0.1666840",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1666840.tgz",
"integrity": "sha512-gCcO42XCHKEs7Ag0S7aGYsnJ7hlgrO3qderYqeiY0Eqk+0GFfuvT13IA0hHreJTa2KCdDVyGMeOhdMNmrrTjVg==",
"version": "0.0.1653615",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1653615.tgz",
"integrity": "sha512-pGVkY3T/qXxAp2nFPodwYqOevk6ncNMSmvL8QfRCx5ZWGd6Vor7AFNmyaA8Zs6uJyP1QAfjuLandCgvSix1BNA==",
"license": "BSD-3-Clause"
},
"node_modules/dotenv": {
@@ -1953,9 +1953,9 @@
}
},
"node_modules/globals": {
"version": "17.11.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz",
"integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==",
"version": "17.9.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz",
"integrity": "sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2677,17 +2677,17 @@
}
},
"node_modules/puppeteer": {
"version": "25.7.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.7.0.tgz",
"integrity": "sha512-zLBIYuW66SGwY7JNqGmiqeKiM92CYOs6xPibSRBPIeYGIfM1nE/8VCE8G0fGot2EfXENC4PbhktxLrQ0EK5Thg==",
"version": "25.6.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.6.0.tgz",
"integrity": "sha512-TXUolDddU4AwISjOOrGk2AhJDpbM/ZDt2KvGIqz74EOk+8bKwXFo+acUvP1sQx3hUda7owOeNuuT1UnJT1o0qA==",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "3.2.0",
"chromium-bidi": "17.0.2",
"devtools-protocol": "0.0.1666840",
"devtools-protocol": "0.0.1653615",
"lilconfig": "^3.1.3",
"puppeteer-core": "25.7.0",
"puppeteer-core": "25.6.0",
"typed-query-selector": "^2.12.2"
},
"bin": {
@@ -2698,14 +2698,14 @@
}
},
"node_modules/puppeteer-core": {
"version": "25.7.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.7.0.tgz",
"integrity": "sha512-wgBBj7dU5ceGyoT2PCrJpkYOhxPY8mDOmcSKZP92Cj5GgqQ3kv/UxzawnOLxiYuupe4bDf/yiQm3bzs/1nI0rQ==",
"version": "25.6.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.6.0.tgz",
"integrity": "sha512-GJ67rjZdVQzZmD2Ab0cgttfQN9j387QYMv3t6MN3/4nmjursNt6M5Utj4/T/4y0AwNrSwJzjw6Q/zuWFEIizOg==",
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "3.2.0",
"chromium-bidi": "17.0.2",
"devtools-protocol": "0.0.1666840",
"devtools-protocol": "0.0.1653615",
"typed-query-selector": "^2.12.2",
"webdriver-bidi-protocol": "0.4.2",
"ws": "^8.21.1"