Skip to content

Commit b6c9074

Browse files
authored
chore: Override version for vulnerable transitive dependencies (#2460)
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 2679cb5 commit b6c9074

2 files changed

Lines changed: 43 additions & 42 deletions

File tree

.github/scripts/package-lock.json

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

.github/scripts/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"jest": "^29.7.0"
1212
},
1313
"overrides": {
14-
"js-yaml": "^4.2.0",
15-
"@babel/core": "^7.29.6"
14+
"js-yaml": "^4.3.0",
15+
"@babel/core": "^7.29.6",
16+
"brace-expansion": "^1.1.16"
1617
}
1718
}

0 commit comments

Comments
 (0)