Skip to content

Commit 5ce5e51

Browse files
authored
chore(deps): allow compatible body-parser versions (#734)
Thank you for the PR!
1 parent 19b9606 commit 5ce5e51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@types/express": "^5.0.0",
23-
"body-parser": "2.2.2",
23+
"body-parser": "^2.2.2",
2424
"cloudevents": "^10.0.0",
2525
"express": "^5.0.0",
2626
"minimist": "^1.2.8",

0 commit comments

Comments
 (0)