Skip to content

Commit ff1b150

Browse files
authored
Fix a couple security vulnerabilities for dependabot (#4844)
1 parent 4b2b05f commit ff1b150

File tree

2 files changed

+28
-533
lines changed

2 files changed

+28
-533
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
},
4949
"pnpm": {
5050
"overrides": {
51-
"tar-fs": ">=2.1.3"
51+
"tar-fs": ">=2.1.3",
52+
"esbuild": ">=0.25.0",
53+
"undici": ">=5.29.0",
54+
"brace-expansion": ">=2.0.2"
5255
}
5356
}
5457
}

0 commit comments

Comments
 (0)