Skip to content

Commit fb9c5ed

Browse files
fix(core): update http-proxy-middleware (#28607)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #28577
1 parent af9d980 commit fb9c5ed

File tree

5 files changed

+196
-196
lines changed

5 files changed

+196
-196
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"gpt3-tokenizer": "^1.1.5",
205205
"handlebars": "4.7.7",
206206
"html-webpack-plugin": "5.5.0",
207-
"http-proxy-middleware": "^3.0.0",
207+
"http-proxy-middleware": "^3.0.3",
208208
"http-server": "14.1.0",
209209
"husky": "^9.1.5",
210210
"identity-obj-proxy": "3.0.0",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@nx/eslint": "file:../eslint",
4545
"@nx/web": "file:../web",
4646
"express": "^4.19.2",
47-
"http-proxy-middleware": "^3.0.0"
47+
"http-proxy-middleware": "^3.0.3"
4848
},
4949
"publishConfig": {
5050
"access": "public"

packages/rspack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@phenomnomnominal/tsquery": "~5.0.1",
3131
"enquirer": "~2.3.6",
3232
"express": "^4.19.2",
33-
"http-proxy-middleware": "^3.0.0",
33+
"http-proxy-middleware": "^3.0.3",
3434
"less-loader": "11.1.0",
3535
"license-webpack-plugin": "^4.0.2",
3636
"sass-loader": "^12.2.0",

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"css-minimizer-webpack-plugin": "^5.0.0",
4545
"express": "^4.19.2",
4646
"fork-ts-checker-webpack-plugin": "7.2.13",
47-
"http-proxy-middleware": "^3.0.0",
47+
"http-proxy-middleware": "^3.0.3",
4848
"less": "4.1.3",
4949
"less-loader": "11.1.0",
5050
"license-webpack-plugin": "^4.0.2",

0 commit comments

Comments
 (0)