fix: resolve vulnerabilities in get-func-name,postcss,zod

This commit is contained in:
Kristoffer
2023-10-13 17:51:33 +02:00
parent a44fb04abe
commit 075f93f550
2 changed files with 180 additions and 172 deletions

View File

@@ -148,7 +148,10 @@
},
"pnpm": {
"overrides": {
"vite": "^4.3.9"
"vite": "^4.3.9",
"get-func-name@<2.0.1": ">=2.0.1",
"zod@<=3.22.2": ">=3.22.3",
"postcss@<8.4.31": ">=8.4.31"
}
}
}