Skip to content

Commit b875de0

Browse files
authored
fix(deps): remove unused deps and patch vulnerable transitive dependencies (#6285)
1 parent 6707d58 commit b875de0

3 files changed

Lines changed: 893 additions & 1450 deletions

File tree

ui/package.json

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"arg": "5.0.2",
6868
"chromatic": "11.29.0",
6969
"css-loader": "6.11.0",
70-
"dev-kong": "0.11.0",
7170
"eslint": "8.45.0",
7271
"eslint-config-prettier": "9.1.2",
7372
"eslint-config-react-app": "7.0.1",
@@ -96,7 +95,6 @@
9695
"next-transpile-modules": "9.1.0",
9796
"ora": "6.3.1",
9897
"plop": "3.1.2",
99-
"pm2": "5.4.3",
10098
"postcss": "8.5.8",
10199
"prettier": "3.6.2",
102100
"prettier-plugin-tailwindcss": "^0.4.0",
@@ -130,5 +128,43 @@
130128
},
131129
"resolutions": {
132130
"fork-ts-checker-webpack-plugin": "^8.0.0"
131+
},
132+
"pnpm": {
133+
"overrides": {
134+
"axios@>=1.14.0 <1.14.2": "1.13.5",
135+
"axios@>=0.30.0 <0.30.5": "0.29.0",
136+
"axios@>=1.0.0 <1.13.5": "1.13.5",
137+
"rollup@>=4.0.0 <4.59.0": "4.59.0",
138+
"rollup@<2.80.0": "2.80.0",
139+
"handlebars@>=4.0.0 <4.7.9": "4.7.9",
140+
"nth-check@<2.0.1": "2.0.1",
141+
"minimatch@>=5.0.0 <5.1.8": "5.1.8",
142+
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
143+
"basic-ftp@<5.2.0": "5.2.0",
144+
"serialize-javascript@<7.0.5": "7.0.5",
145+
"underscore@<=1.13.7": "1.13.8",
146+
"svgo@>=2.1.0 <2.8.1": "2.8.1",
147+
"immutable@>=5.0.0 <5.1.5": "5.1.5",
148+
"flatted@<3.4.2": "3.4.2",
149+
"koa@<2.16.4": "2.16.4",
150+
"node-forge@<1.4.0": "1.4.0",
151+
"picomatch@<2.3.2": "2.3.2",
152+
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
153+
"jsonpath@<=1.2.1": "1.3.0",
154+
"path-to-regexp@<0.1.13": "0.1.13",
155+
"prismjs@<1.30.0": "1.30.0",
156+
"postcss@<8.4.31": "8.4.31",
157+
"ajv@<6.14.0": "6.14.0",
158+
"ajv@>=7.0.0-alpha.0 <8.18.0": "8.18.0",
159+
"yauzl@>=3.2.0 <3.2.1": "3.2.1",
160+
"brace-expansion@<1.1.13": "1.1.13",
161+
"brace-expansion@>=2.0.0 <2.0.3": "2.0.3",
162+
"brace-expansion@>=4.0.0 <5.0.5": "5.0.5",
163+
"yaml@>=1.0.0 <1.10.3": "1.10.3",
164+
"yaml@>=2.0.0 <2.8.3": "2.8.3",
165+
"diff@>=4.0.0 <4.0.4": "4.0.4",
166+
"diff@>=5.0.0 <5.2.2": "5.2.2",
167+
"qs@>=6.7.0 <=6.14.1": "6.14.2"
168+
}
133169
}
134170
}

ui/packages/app/web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"eslint-plugin-import": "2.32.0",
7070
"jest": "29.7.0",
7171
"jest-runtime": "29.7.0",
72-
"pm2": "5.4.3",
7372
"tslint": "6.1.3",
7473
"tslint-config-prettier": "1.18.0",
7574
"tslint-plugin-prettier": "2.3.0",

0 commit comments

Comments
 (0)