Skip to content

Commit e16933c

Browse files
authored
chore: updated express/body-parser to do caret matching to avoid dependabot getting on my case (#302)
1 parent 7ab07e6 commit e16933c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"bcrypt": "^5.1.1",
19-
"body-parser": "1.19.0",
20-
"express": "4.17.1",
19+
"body-parser": "^1.20.3",
20+
"express": "^4.21.0",
2121
"knex": "^3.1.0",
2222
"pg": "^8.12.0"
2323
}

0 commit comments

Comments
 (0)