Skip to content

Commit 4c79ef3

Browse files
authored
fix: Addressed brace-expansion dependency security alert (#158)
Signed-off-by: jkalanda <[email protected]>
1 parent 28c4183 commit 4c79ef3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@semantic-release/github": "^11.0.1",
77
"http-cache-semantics": "^4.1.1"
88
},
9-
"overrides": {
10-
"brace-expansion": "4.0.1"
9+
"resolutions": {
10+
"brace-expansion": "2.0.2"
1111
}
1212
}

0 commit comments

Comments
 (0)