Skip to content

Commit 4c846f3

Browse files
fix(fe): fixed brace-expansion vulnerability
1 parent c3562fb commit 4c846f3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@
139139
"fast-uri": "4.1.0",
140140
"@babel/plugin-transform-modules-systemjs": "^8.0.0",
141141
"js-cookie": "^3.0.7",
142-
"nth-check@<2.1.1": "2.1.1"
142+
"nth-check@<2.1.1": "2.1.1",
143+
"brace-expansion@^1.0.0": "^1.1.12",
144+
"brace-expansion@^2.0.0": "^2.0.2",
145+
"brace-expansion@^3.0.0": "^3.0.2"
143146
},
144147
"nyc": {
145148
"check-coverage": true,

0 commit comments

Comments
 (0)