Skip to content

Commit 75e3e4e

Browse files
committed
fix: high severity
1 parent 2304eb0 commit 75e3e4e

File tree

2 files changed

+92
-139
lines changed

2 files changed

+92
-139
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"express": "^4.17.1",
3131
"html-minifier-terser": "^7.2.0",
3232
"lighthouse": "^9.6.3",
33-
"puppeteer": "^24.29.1"
33+
"puppeteer": "^24.8.2"
3434
},
3535
"engines": {
3636
"node": ">=18.14.0"
@@ -62,6 +62,12 @@
6262
}
6363
},
6464
"resolutions": {
65-
"koa": "^2.15.4"
65+
"koa": "^2.15.4",
66+
"ws": "^8.17.1",
67+
"cookie": "^0.7.0",
68+
"tar-fs": "^2.1.4",
69+
"cross-spawn": "^7.0.5",
70+
"braces": "^3.0.3",
71+
"@babel/helpers": "^7.26.10"
6672
}
6773
}

0 commit comments

Comments
 (0)