Skip to content

Commit 41ac9fa

Browse files
authored
fix js-yaml audit vulnerability (#45)
Change-Id: Ia5549d6cdba1cc10211ff8534e69f8b113caa709
1 parent 8223629 commit 41ac9fa

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

bun.lock

Lines changed: 4 additions & 15 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,14 @@
6767
"@changesets/cli": "^2.31.0",
6868
"@types/bun": "^1.3.14",
6969
"dependency-cruiser": "^17.4.3",
70-
"js-yaml": "3.15.0",
70+
"js-yaml": "4.3.0",
7171
"tsup": "^8.5.1",
7272
"typescript": "^6.0.3"
7373
},
7474
"overrides": {
7575
"esbuild": "0.28.1",
76-
"fast-equals": "5.3.3"
76+
"fast-equals": "5.3.3",
77+
"js-yaml": "4.3.0"
7778
},
7879
"trustedDependencies": [
7980
"@ast-grep/cli"

0 commit comments

Comments
 (0)