Skip to content

Commit

Permalink
chore(deps): bump express from 4.18.2 to 4.18.3
Browse files Browse the repository at this point in the history
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.18.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.18.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent 50726a0 commit c261550
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"corser": "^2.0.1",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express": "^4.18.3",
"hashids": "^2.3.0",
"moment-timezone": "^0.5.44",
"mongoose": "^8.2.1",
Expand Down
45 changes: 42 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4858,7 +4858,7 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:^1.20.2":
"body-parser@npm:1.20.2, body-parser@npm:^1.20.2":
version: 1.20.2
resolution: "body-parser@npm:1.20.2"
dependencies:
Expand Down Expand Up @@ -7565,7 +7565,7 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.17.1, express@npm:^4.18.2":
"express@npm:^4.17.1":
version: 4.18.2
resolution: "express@npm:4.18.2"
dependencies:
Expand Down Expand Up @@ -7604,6 +7604,45 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.18.3":
version: 4.18.3
resolution: "express@npm:4.18.3"
dependencies:
accepts: "npm:~1.3.8"
array-flatten: "npm:1.1.1"
body-parser: "npm:1.20.2"
content-disposition: "npm:0.5.4"
content-type: "npm:~1.0.4"
cookie: "npm:0.5.0"
cookie-signature: "npm:1.0.6"
debug: "npm:2.6.9"
depd: "npm:2.0.0"
encodeurl: "npm:~1.0.2"
escape-html: "npm:~1.0.3"
etag: "npm:~1.8.1"
finalhandler: "npm:1.2.0"
fresh: "npm:0.5.2"
http-errors: "npm:2.0.0"
merge-descriptors: "npm:1.0.1"
methods: "npm:~1.1.2"
on-finished: "npm:2.4.1"
parseurl: "npm:~1.3.3"
path-to-regexp: "npm:0.1.7"
proxy-addr: "npm:~2.0.7"
qs: "npm:6.11.0"
range-parser: "npm:~1.2.1"
safe-buffer: "npm:5.2.1"
send: "npm:0.18.0"
serve-static: "npm:1.15.0"
setprototypeof: "npm:1.2.0"
statuses: "npm:2.0.1"
type-is: "npm:~1.6.18"
utils-merge: "npm:1.0.1"
vary: "npm:~1.1.2"
checksum: 0b9eeafbac549e3c67d92d083bf1773e358359f41ad142b92121935c6348d29079b75054555b3f62de39263fffc8ba06898b09fdd3e213e28e714c03c5d9f44c
languageName: node
linkType: hard

"extend@npm:~3.0.2":
version: 3.0.2
resolution: "extend@npm:3.0.2"
Expand Down Expand Up @@ -11453,7 +11492,7 @@ __metadata:
coveralls: "npm:^3.1.1"
cross-env: "npm:^7.0.3"
dotenv: "npm:^16.4.5"
express: "npm:^4.18.2"
express: "npm:^4.18.3"
hashids: "npm:^2.3.0"
moment-timezone: "npm:^0.5.44"
mongoose: "npm:^8.2.1"
Expand Down

0 comments on commit c261550

Please sign in to comment.