Skip to content

Commit

Permalink
fix(deps): update dependency knex to v2.4.2 (#164)
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] committed Jan 24, 2024
1 parent de327b5 commit b4b3437
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dockerode": "3.3.5",
"express": "4.18.2",
"express-promise-router": "4.1.1",
"knex": "2.4.1",
"knex": "2.4.2",
"luxon": "3.2.1",
"node-gyp": "^9.0.0",
"serialize-error": "8.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13163,7 +13163,7 @@ __metadata:
dockerode: "npm:3.3.5"
express: "npm:4.18.2"
express-promise-router: "npm:4.1.1"
knex: "npm:2.4.1"
knex: "npm:2.4.2"
luxon: "npm:3.2.1"
node-gyp: "npm:^9.0.0"
serialize-error: "npm:8.1.0"
Expand Down Expand Up @@ -21318,9 +21318,9 @@ __metadata:
languageName: node
linkType: hard

"knex@npm:2.4.1":
version: 2.4.1
resolution: "knex@npm:2.4.1"
"knex@npm:2.4.2":
version: 2.4.2
resolution: "knex@npm:2.4.2"
dependencies:
colorette: "npm:2.0.19"
commander: "npm:^9.1.0"
Expand Down Expand Up @@ -21353,7 +21353,7 @@ __metadata:
optional: true
bin:
knex: bin/cli.js
checksum: 2b5f7d697a4c8438f5bc930d430aa1a1ad6ff46df9dba6542811ac77d68af731a5833cb4043a0ba772c97f2ac2cfd0208685901953896bbdd24cda6cd66abcbb
checksum: b6e2582671ac1503edf073e011b1db1b4d5c719a7acad5d8453d70b45b45296c3fba43f91ea3d26956986fb0ec70a7d26b8af4dfcf5ac1507c6674fc2186400b
languageName: node
linkType: hard

Expand Down

0 comments on commit b4b3437

Please sign in to comment.