Skip to content

Commit cf0a05b

Browse files
Maya Pagneum
authored andcommitted
fix: address 3 security vulnerabilities in UI npm dependencies
1 parent 93baea4 commit cf0a05b

2 files changed

Lines changed: 81 additions & 62 deletions

File tree

ui/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
3535
"semver@<5.7.2": ">=5.7.2",
3636
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
37-
"minimatch": "3.1.2",
37+
"minimatch@<3.1.4": ">=3.1.4 <4.0.0",
38+
"rollup@<2.80.0": ">=2.80.0 <3.0.0",
39+
"bn.js@<5.2.3": "5.2.3",
3840
"json5@<1.0.2": ">=1.0.2",
3941
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
4042
"ip@<1.1.9": ">=1.1.9",

0 commit comments

Comments
 (0)