Skip to content

Commit

Permalink
NO-ISSUE: Bump express version to 4.19.2 (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer authored May 16, 2024
1 parent 481e9a6 commit 52fa8ee
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 51 deletions.
2 changes: 1 addition & 1 deletion packages/cors-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"express": "^4.19.2",
"node-fetch": "^3.3.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"css-minimizer-webpack-plugin": "^5.0.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"express": "^4.18.2",
"express": "^4.19.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"https-browserify": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-tools-process-dev-ui-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^5.0.1",
"cypress": "^13.5.1",
"express": "^4.18.2",
"express": "^4.19.2",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^7.0.0",
"graphql": "14.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-tools-task-console-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"css-minimizer-webpack-plugin": "^5.0.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"express": "^4.18.2",
"express": "^4.19.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"https-browserify": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-workflow-dev-ui-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"copy-webpack-plugin": "^11.0.0",
"cors": "^2.8.5",
"css-loader": "^5.2.6",
"express": "^4.18.2",
"express": "^4.19.2",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^7.0.0",
"graphql": "14.3.1",
Expand Down
87 changes: 41 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52fa8ee

Please sign in to comment.