Skip to content

Commit

Permalink
Update dependency express to v4.20.0 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 7173f78 commit a4530e8
Show file tree
Hide file tree
Showing 6 changed files with 328 additions and 106 deletions.
2 changes: 1 addition & 1 deletion packages/eae-carrier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"body-parser": "1.19.0",
"eae-utils": "1.0.0",
"express": "4.17.1",
"express": "4.20.0",
"fs-extra": "9.0.1",
"mongodb": "3.5.9",
"multer": "1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eae-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"body-parser": "1.19.0",
"eae-utils": "1.0.0",
"express": "4.17.1",
"express": "4.20.0",
"fs-extra": "9.0.1",
"mongodb": "3.5.9"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/eae-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"body-parser": "1.19.0",
"eae-utils": "1.0.0",
"express": "4.17.1",
"express": "4.20.0",
"fs-extra": "9.0.1",
"mongodb": "3.5.9"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/eae-scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"body-parser": "1.19.0",
"eae-utils": "1.0.0",
"express": "4.17.1",
"express": "4.20.0",
"fs-extra": "9.0.1",
"mongodb": "3.5.9",
"os2": "0.0.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/eae-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/core": "7.22.19",
"babel-eslint": "10.1.0",
"eslint": "7.5.0",
"express": "4.17.1"
"express": "4.20.0"
},
"dependencies": {
"bytes": "3.1.0",
Expand Down
Loading

0 comments on commit a4530e8

Please sign in to comment.