Skip to content

Commit

Permalink
chore(deps): update dependency @types/express to v5 (#374)
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] authored Oct 3, 2024
1 parent 40bbc3b commit d63c78a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.7",
"nodemon": "^3.1.7"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.7"
}
}
2 changes: 1 addition & 1 deletion packages/signed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.7",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2"
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d63c78a

Please sign in to comment.