Skip to content

Commit

Permalink
chore: update express dependency (#3540)
Browse files Browse the repository at this point in the history
* chore: update express dependency

* chore: Update PRODUCTION_DEPENDENCIES.md

* chore: trigger CI

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dzhavat and github-actions[bot] authored Sep 17, 2024
1 parent 6b854db commit d3a2e69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PRODUCTION_DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
| [date-fns-tz](https://github.com/marnusw/date-fns-tz) | 2.0.0 | MIT |
| [date-fns](https://github.com/date-fns/date-fns) | 2.29.2 | MIT |
| [dayjs](https://github.com/iamkun/dayjs) | 1.11.10 | MIT |
| [express](https://github.com/expressjs/express) | 4.19.2 | MIT |
| [express](https://github.com/expressjs/express) | 4.21.0 | MIT |
| [graphql-sse](https://github.com/enisdenjo/graphql-sse) | 2.5.3 | MIT |
| [graphql](https://github.com/graphql/graphql-js) | 16.8.1 | MIT |
| [highlight.js](https://github.com/highlightjs/highlight.js) | 11.10.0 | BSD-3-Clause |
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"date-fns": "2.29.2",
"date-fns-tz": "2.0.0",
"dayjs": "1.11.10",
"express": "4.19.2",
"express": "4.21.0",
"graphql": "16.8.1",
"graphql-sse": "^2.5.3",
"highlight.js": "^11.9.0",
Expand Down

0 comments on commit d3a2e69

Please sign in to comment.