Skip to content

Commit e1210f3

Browse files
committed
Merge branch 'fix/security-vulnerabilities-feb-2026' into 'master'
fix: address 3 security vulnerabilities in UI npm dependencies Closes #680 See merge request postgres-ai/database-lab!1099
2 parents 93baea4 + cf0a05b commit e1210f3

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)