Skip to content

Commit e868949

Browse files
committed
fix: Addressed brace-expansion dependency security alert
dependency: none
1 parent 28c4183 commit e868949

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

package-lock.json

Lines changed: 7 additions & 6 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
},
99
"overrides": {
1010
"brace-expansion": "4.0.1"
11+
},
12+
"resolutions": {
13+
"brace-expansion": "4.0.1"
1114
}
1215
}

0 commit comments

Comments
 (0)