Skip to content

Commit 29c7cb8

Browse files
committed
chore: fix sec vulns
1 parent 2dd82f7 commit 29c7cb8

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@
2323
},
2424
"resolutions": {
2525
"micromatch": ">=4.0.8"
26+
},
27+
"pnpm": {
28+
"overrides": {
29+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
30+
"nanoid@<3.3.8": ">=3.3.8"
31+
}
2632
}
2733
}

pnpm-lock.yaml

+13-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)