aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-10-23 12:16:23 -0400
committerPauline <git@ethanlibs.co>2023-10-23 12:16:23 -0400
commit30b04456f2a394f8106e6058fbcd521c62f292e6 (patch)
treeef097aa49908eca7043cf1103e32d372b2365347 /package.json
parent10c2d95bcf72ddf4ab63ac20833d0e3573b8f875 (diff)
downloadNexus-30b04456f2a394f8106e6058fbcd521c62f292e6.tar.gz
Nexus-30b04456f2a394f8106e6058fbcd521c62f292e6.tar.bz2
Nexus-30b04456f2a394f8106e6058fbcd521c62f292e6.zip
chore(deps): temp fix for vulns in deps until https://github.com/IanVS/prettier-plugin-sort-imports/pull/137 is merged
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2e5d66a..2730d2e 100644
--- a/package.json
+++ b/package.json
@@ -46,5 +46,11 @@
},
"eslintConfig": {
"root": true
+ },
+ "pnpm": {
+ "overrides": {
+ "zod@<=3.22.2": ">=3.22.3",
+ "@babel/traverse@<7.23.2": ">=7.23.2"
+ }
}
}