Skip to content

Commit aca4e35

Browse files
committed
lock down puppeteer version
1 parent 15a185b commit aca4e35

File tree

2 files changed

+72
-29
lines changed

2 files changed

+72
-29
lines changed

package-lock.json

Lines changed: 70 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"express": "^4.17.1",
3131
"html-minifier": "^4.0.0",
3232
"lighthouse": "^9.6.3",
33-
"puppeteer": "^18.0.0"
33+
"puppeteer": "18.2.1"
3434
},
3535
"engines": {
3636
"node": ">=14.15 <20"
@@ -52,7 +52,7 @@
5252
"eslint-plugin-import": "^2.27.4",
5353
"husky": "^8.0.1",
5454
"jest": "^29.0.0",
55-
"netlify-plugin-cypress": "^2.2.0",
55+
"netlify-plugin-cypress": "^2.2.1",
5656
"prettier": "^2.0.0"
5757
},
5858
"husky": {

0 commit comments

Comments
 (0)