Skip to content

Commit 15587c9

Browse files
committed
Merge branch 'update-ui-deps-2024-04' into 'master'
chore: update UI dependencies to mitigate vulnerabilities See merge request postgres-ai/database-lab!861
2 parents c9ef186 + 0b23258 commit 15587c9

File tree

2 files changed

+1566
-5056
lines changed

2 files changed

+1566
-5056
lines changed

ui/package.json

+38
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,43 @@
99
"preinstall": "npx only-allow pnpm",
1010
"start:platform": "source ./packages/platform/deploy/configs/production.sh && npm run start -w @postgres.ai/platform",
1111
"start:ce": "npm run start -w @postgres.ai/ce"
12+
},
13+
"pnpm": {
14+
"overrides": {
15+
"babel-loader@<9.1.3": ">=9.1.3",
16+
"d3-color@<3.1.0": ">=3.1.0",
17+
"node-forge@<1.3.0": ">=1.3.0",
18+
"terser@>=5.0.0 <5.14.2": ">=5.14.2",
19+
"loader-utils@<1.4.1": ">=1.4.1",
20+
"loader-utils@>=2.0.0 <2.0.3": ">=2.0.3",
21+
"webpack@>=5.0.0 <5.76.0": ">=5.76.0",
22+
"postcss@<8.4.38": ">=8.4.38",
23+
"postcss-scss@<4.0.9": ">=4.0.9",
24+
"resolve-url-loader@<5.0.0": ">=5.0.0",
25+
"loader-utils@>=3.0.0 <3.2.1": ">=3.2.1",
26+
"loader-utils@>=2.0.0 <2.0.4": ">=2.0.4",
27+
"loader-utils@>=1.0.0 <1.4.2": ">=1.4.2",
28+
"moment@>=2.18.0 <2.29.4": ">=2.29.4",
29+
"moment@<2.29.2": ">=2.29.2",
30+
"word-wrap@<1.2.4": ">=1.2.4",
31+
"nth-check@<2.0.1": ">=2.0.1",
32+
"follow-redirects@<1.15.4": ">=1.15.4",
33+
"qs@>=6.7.0 <6.7.3": ">=6.7.3",
34+
"async@>=2.0.0 <2.6.4": ">=2.6.4",
35+
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
36+
"semver@<5.7.2": ">=5.7.2",
37+
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
38+
"minimatch@<3.0.5": ">=3.0.5",
39+
"json5@<1.0.2": ">=1.0.2",
40+
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
41+
"ip@<1.1.9": ">=1.1.9",
42+
"browserify-sign@>=2.6.0 <=4.2.1": ">=4.2.2",
43+
"@cypress/request@<=2.88.12": ">=3.0.0",
44+
"webpack-dev-middleware@<=5.3.3": ">=5.3.4",
45+
"express@<4.19.2": ">=4.19.2",
46+
"follow-redirects@<=1.15.5": ">=1.15.6",
47+
"@babel/traverse@<7.23.2": ">=7.23.2",
48+
"@pmmmwh/react-refresh-webpack-plugin@<0.5.13": ">=0.5.13"
49+
}
1250
}
1351
}

0 commit comments

Comments
 (0)