Skip to content

Commit a0e9d48

Browse files
fix(deps): update dependency body-parser to v2.2.2 (#8425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1cf58a9 commit a0e9d48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deployment-platforms/heroku/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@prisma/client": "6.9.0",
12-
"body-parser": "2.2.0",
12+
"body-parser": "2.2.2",
1313
"express": "5.1.0",
1414
"prisma": "6.9.0"
1515
},

deployment-platforms/render/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "ISC",
1414
"dependencies": {
1515
"@prisma/client": "6.9.0",
16-
"body-parser": "2.2.0",
16+
"body-parser": "2.2.2",
1717
"express": "5.1.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)