Skip to content

Commit f702f6c

Browse files
authored
[compliance] Add overrides for packages w/ vulnerabilities (#14)
Add overrides for packages w/ vulnerabilities
1 parent cc3f2db commit f702f6c

File tree

2 files changed

+275
-240
lines changed

2 files changed

+275
-240
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,21 @@
2323
},
2424
"devDependencies": {
2525
"mdx2vast": "^0.3.0",
26-
"mint": "^4.2.243",
26+
"mint": "^4.2.245",
2727
"prettier": "^3.7.4"
28+
},
29+
"pnpm": {
30+
"overrides": {
31+
"express": "^4.21.2",
32+
"axios": "^1.12.0",
33+
"body-parser": "^1.20.3",
34+
"path-to-regexp": "^0.1.12",
35+
"cookie": "^0.7.0",
36+
"serve-static": "^1.16.0",
37+
"send": "^0.19.0",
38+
"tar": "^6.2.1",
39+
"zod": "^3.22.3",
40+
"js-yaml": "^4.1.1"
41+
}
2842
}
2943
}

0 commit comments

Comments
 (0)