Compare commits

...

1 Commits

Author SHA1 Message Date
Jack Hsu 0b7ac3953f fix(misc): update http-proxy-middleware to fix security issue 2024-10-25 14:37:14 -04:00
5 changed files with 232 additions and 232 deletions
+1 -1
View File
@@ -204,7 +204,7 @@
"gpt3-tokenizer": "^1.1.5",
"handlebars": "4.7.7",
"html-webpack-plugin": "5.5.0",
"http-proxy-middleware": "^3.0.0",
"http-proxy-middleware": "^3.0.3",
"http-server": "14.1.0",
"husky": "^9.1.5",
"identity-obj-proxy": "3.0.0",
+1 -1
View File
@@ -44,7 +44,7 @@
"@nx/eslint": "file:../eslint",
"@nx/web": "file:../web",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0"
"http-proxy-middleware": "^3.0.3"
},
"publishConfig": {
"access": "public"
+1 -1
View File
@@ -30,7 +30,7 @@
"@phenomnomnominal/tsquery": "~5.0.1",
"enquirer": "~2.3.6",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"http-proxy-middleware": "^3.0.3",
"less-loader": "11.1.0",
"license-webpack-plugin": "^4.0.2",
"sass-loader": "^12.2.0",
+1 -1
View File
@@ -44,7 +44,7 @@
"css-minimizer-webpack-plugin": "^5.0.0",
"express": "^4.19.2",
"fork-ts-checker-webpack-plugin": "7.2.13",
"http-proxy-middleware": "^3.0.0",
"http-proxy-middleware": "^3.0.3",
"less": "4.1.3",
"less-loader": "11.1.0",
"license-webpack-plugin": "^4.0.2",
+228 -228
View File
File diff suppressed because it is too large Load Diff