Skip to content

Commit 9f90f3a

Browse files
committed
package.json: Remove http-proxy-middleware
This was used by the dashboard server, which we no longer have. We still use express for the HTTP command server (for rdctl). Signed-off-by: Mark Yen <mark.yen@suse.com>
1 parent 0dec53b commit 9f90f3a

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"express": "5.2.1",
7272
"floating-vue": "5.2.2",
7373
"fs-extra": "11.3.4",
74-
"http-proxy-middleware": "3.0.5",
7574
"intl-messageformat": "11.2.3",
7675
"jquery": "4.0.0",
7776
"jsonpath-plus": "10.4.0",

yarn.lock

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3907,7 +3907,7 @@ __metadata:
39073907
languageName: node
39083908
linkType: hard
39093909

3910-
"@types/http-proxy@npm:^1.17.15, @types/http-proxy@npm:^1.17.8":
3910+
"@types/http-proxy@npm:^1.17.8":
39113911
version: 1.17.16
39123912
resolution: "@types/http-proxy@npm:1.17.16"
39133913
dependencies:
@@ -10427,20 +10427,6 @@ __metadata:
1042710427
languageName: node
1042810428
linkType: hard
1042910429

10430-
"http-proxy-middleware@npm:3.0.5":
10431-
version: 3.0.5
10432-
resolution: "http-proxy-middleware@npm:3.0.5"
10433-
dependencies:
10434-
"@types/http-proxy": "npm:^1.17.15"
10435-
debug: "npm:^4.3.6"
10436-
http-proxy: "npm:^1.18.1"
10437-
is-glob: "npm:^4.0.3"
10438-
is-plain-object: "npm:^5.0.0"
10439-
micromatch: "npm:^4.0.8"
10440-
checksum: 10c0/89ff3c8fe65b22b8042a6173ae1b8f77c5171f7eecf3c8b5d6dcffe3c9d688acae7bcf498cc08d1525f566dc0781efaec4e2ddc49224b1f16f020de7987a446b
10441-
languageName: node
10442-
linkType: hard
10443-
1044410430
"http-proxy-middleware@npm:^2.0.3":
1044510431
version: 2.0.9
1044610432
resolution: "http-proxy-middleware@npm:2.0.9"
@@ -10855,13 +10841,6 @@ __metadata:
1085510841
languageName: node
1085610842
linkType: hard
1085710843

10858-
"is-plain-object@npm:^5.0.0":
10859-
version: 5.0.0
10860-
resolution: "is-plain-object@npm:5.0.0"
10861-
checksum: 10c0/893e42bad832aae3511c71fd61c0bf61aa3a6d853061c62a307261842727d0d25f761ce9379f7ba7226d6179db2a3157efa918e7fe26360f3bf0842d9f28942c
10862-
languageName: node
10863-
linkType: hard
10864-
1086510844
"is-potential-custom-element-name@npm:^1.0.1":
1086610845
version: 1.0.1
1086710846
resolution: "is-potential-custom-element-name@npm:1.0.1"
@@ -14365,7 +14344,6 @@ __metadata:
1436514344
fs-extra: "npm:11.3.4"
1436614345
glob: "npm:^13.0.3"
1436714346
globals: "npm:17.5.0"
14368-
http-proxy-middleware: "npm:3.0.5"
1436914347
intl-messageformat: "npm:11.2.3"
1437014348
jest: "npm:30.3.0"
1437114349
jest-environment-jsdom: "npm:30.3.0"

0 commit comments

Comments
 (0)