Skip to content

Commit

Permalink
chore(deps): update expresso
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 72c5668 commit b3b6b8e
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 83 deletions.
12 changes: 6 additions & 6 deletions expresso/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bpinternal/expresso",
"description": "Small wrapper above express that uses zod to add few features including auto documentation",
"version": "0.2.15",
"version": "0.2.16",
"author": "Botpress, Inc.",
"repository": {
"type": "git",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"@anatine/zod-openapi": "1.12.1",
"body-parser": "1.20.2",
"express": "4.19.2",
"body-parser": "1.20.3",
"express": "4.21.0",
"http-errors": "2.0.0",
"lodash": "4.17.21",
"openapi3-ts": "2.0.2",
Expand All @@ -31,12 +31,12 @@
"@types/body-parser": "1.19.5",
"@types/express": "4.17.21",
"@types/http-errors": "2.0.4",
"@types/lodash": "4.17.6",
"@types/node": "18.19.39",
"@types/lodash": "4.17.7",
"@types/node": "18.19.50",
"@types/supertest": "6.0.2",
"vitest": "1.6.0",
"supertest": "6.3.4",
"typescript": "5.5.3"
"typescript": "5.6.2"
},
"bugs": {
"url": "https://github.com/botpress/packages/issues"
Expand Down
Loading

0 comments on commit b3b6b8e

Please sign in to comment.