Skip to content

Commit 633df0f

Browse files
NikolaySagneum
authored andcommitted
Fix UI dependency CVEs for uuid and marked
1 parent 86f57c6 commit 633df0f

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

ui/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@postgres.ai/mono",
33
"private": true,
44
"engines": {
5-
"node": ">=16",
5+
"node": ">=20",
66
"npm": ">=7"
77
},
88
"scripts": {
@@ -55,7 +55,9 @@
5555
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
5656
"qs@>=6.7.0 <6.14.2": ">=6.14.2",
5757
"dompurify@<3.3.2": ">=3.3.2",
58-
"yaml@>=1.0.0 <1.10.3": ">=1.10.3"
58+
"yaml@>=1.0.0 <1.10.3": ">=1.10.3",
59+
"uuid@<14.0.0": ">=14.0.0 <15.0.0",
60+
"marked@<18.0.2": ">=18.0.2 <19.0.0"
5961
}
6062
}
6163
}

ui/pnpm-lock.yaml

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)