Skip to content

Commit f12dee4

Browse files
fix: add npm override for js-yaml to resolve security vulnerability (#5308)
1 parent 5f1269b commit f12dee4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
}
199199
},
200200
"overrides": {
201-
"tmp": "0.2.5"
201+
"tmp": "0.2.5",
202+
"js-yaml": "^4.1.1"
202203
}
203204
}

0 commit comments

Comments
 (0)