Skip to content

Commit 0440ad4

Browse files
committed
fix: update deps and add resolutions for vulnerabilities
1 parent c398b6b commit 0440ad4

File tree

2 files changed

+2044
-983
lines changed

2 files changed

+2044
-983
lines changed

package.json

Lines changed: 10 additions & 6 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.29.1"
3434
},
3535
"engines": {
3636
"node": ">=18.14.0"
@@ -47,11 +47,11 @@
4747
"@commitlint/cli": "^17.0.0",
4848
"@commitlint/config-conventional": "^17.0.0",
4949
"cypress": "^13.17.0",
50-
"eslint": "^8.32.0",
50+
"eslint": "^8.57.1",
5151
"eslint-plugin-cypress": "^2.11.2",
52-
"eslint-plugin-import": "^2.27.4",
52+
"eslint-plugin-import": "^2.32.0",
5353
"husky": "^8.0.1",
54-
"jest": "^29.0.0",
54+
"jest": "^30.0.0",
5555
"netlify-plugin-cypress": "^2.2.1",
5656
"prettier": "^2.0.0",
5757
"strip-ansi": "^7.0.1"
@@ -62,6 +62,10 @@
6262
}
6363
},
6464
"resolutions": {
65-
"koa": "^2.15.4"
66-
}
65+
"koa": "^2.15.4",
66+
"ws": "^8.17.1",
67+
"tar-fs": "^2.1.4",
68+
"@koa/cors": "^5.0.0"
69+
},
70+
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
6771
}

0 commit comments

Comments
 (0)