Skip to content

Commit 37c5ee5

Browse files
authored
fix: add updated resolutions to resolve high severity dependencies (#638)
* fix: puppeteer * fix: high severity * fix: add another resolution
1 parent 10559bf commit 37c5ee5

File tree

2 files changed

+104
-157
lines changed

2 files changed

+104
-157
lines changed

package.json

Lines changed: 9 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.8.2"
33+
"puppeteer": "24.8.2"
3434
},
3535
"engines": {
3636
"node": ">=18.14.0"
@@ -62,6 +62,13 @@
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",
72+
"@koa/cors": "^5.0.0"
6673
}
6774
}

0 commit comments

Comments
 (0)