Skip to content

Commit 85cd4b6

Browse files
authored
fix: dep vulnerabilities (#70)
1 parent 1737e42 commit 85cd4b6

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

bun.lock

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@
7272
"typescript": "^6.0.3"
7373
},
7474
"overrides": {
75+
"brace-expansion": "5.0.8",
7576
"esbuild": "0.28.1",
7677
"fast-equals": "5.3.3",
77-
"js-yaml": "4.3.0"
78+
"js-yaml": "4.3.0",
79+
"postcss": "8.5.23"
7880
},
7981
"trustedDependencies": [
8082
"@ast-grep/cli"

0 commit comments

Comments
 (0)