Skip to content

Commit

Permalink
fix(deps): update dependency express to v4.19.2 (#4662)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 2, 2024
1 parent 38b1e82 commit 13c69de
Show file tree
Hide file tree
Showing 8 changed files with 303 additions and 276 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"body-parser": "1.20.2",
"cookies": "0.9.0",
"debug": "4.3.4",
"express": "4.18.3",
"express": "4.19.2",
"lodash": "4.17.21",
"mime": "2.6.0",
"semver": "7.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"verdaccio-htpasswd": "workspace:12.0.0-next-7.15"
},
"devDependencies": {
"express": "4.18.3",
"express": "4.19.2",
"supertest": "6.3.4",
"@verdaccio/middleware": "workspace:7.0.0-next-7.15",
"@verdaccio/types": "workspace:12.0.0-next-7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@verdaccio/url": "workspace:12.0.0-next-7.15",
"debug": "4.3.4",
"lru-cache": "7.18.3",
"express": "4.18.3",
"express": "4.19.2",
"lodash": "4.17.21",
"mime": "2.6.0",
"express-rate-limit": "5.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@verdaccio/config": "workspace:7.0.0-next-7.15",
"@verdaccio/core": "workspace:7.0.0-next-7.15",
"express": "4.18.3",
"express": "4.19.2",
"https-proxy-agent": "5.0.1",
"node-fetch": "cjs"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"compression": "1.7.4",
"cors": "2.8.5",
"debug": "4.3.4",
"express": "4.18.3",
"express": "4.19.2",
"lodash": "4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@verdaccio/utils": "workspace:7.0.0-next-7.15",
"body-parser": "1.20.2",
"debug": "4.3.4",
"express": "4.18.3",
"express": "4.19.2",
"fs-extra": "11.2.0",
"supertest": "6.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@verdaccio/url": "workspace:12.0.0-next-7.15",
"@verdaccio/utils": "workspace:7.0.0-next-7.15",
"debug": "4.3.4",
"express": "4.18.3",
"express": "4.19.2",
"lodash": "4.17.21"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 13c69de

Please sign in to comment.