Skip to content

Commit

Permalink
fix(core): update http-proxy-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasengelhardt committed Oct 24, 2024
1 parent 0bea5b2 commit a268f84
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 196 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit a268f84

Please sign in to comment.