Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit ca1c466

Browse files
authored
Merge pull request #12 from tsparticles/renovate/puppeteer-21.x
chore(deps): update dependency puppeteer to v21
2 parents 66d2462 + c67f262 commit ca1c466

3 files changed

Lines changed: 268 additions & 70 deletions

File tree

apps/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/jest": "^29.4.0",
1717
"jest": "^29.5.0",
1818
"jest-cli": "^29.5.0",
19-
"puppeteer": "^20.0.0",
19+
"puppeteer": "^21.0.0",
2020
"stencil-particles": "^2.9.3"
2121
},
2222
"license": "MIT"

components/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/node": "^18.0.0",
3535
"jest": "^29.0.0",
3636
"jest-cli": "^29.0.0",
37-
"puppeteer": "^20.0.0"
37+
"puppeteer": "^21.0.0"
3838
},
3939
"license": "MIT"
4040
}

0 commit comments

Comments
 (0)