Compare commits

..

1 Commits

Author SHA1 Message Date
2c0fd3e6d7
Update dependency knex to v2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-07-12 21:53:22 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
"fastify-cors": "^6.0.2",
"fastify-jwt": "^4.0.0",
"isbot": "^3.3.3",
"knex": "2.5.0",
"knex": "2.5.1",
"sqlite3": "^5.0.2",
"uniqid": "^5.3.0"
},

View File

@ -2364,10 +2364,10 @@ keyv@^4.0.0:
dependencies:
json-buffer "3.0.1"
knex@2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/knex/-/knex-2.5.0.tgz#5c99245e9c7e6a9d1a8b7fcf48b457ccb471dec3"
integrity sha512-h6Ru3PJmZjCDUEqLgwQ/RJUu06Bz7MTzY6sD90udLIa9qwtC7Rnicr7TBiWSaswZmDqk4EZ8xysdg1fkvhYM6w==
knex@2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/knex/-/knex-2.5.1.tgz#a6c6b449866cf4229f070c17411f23871ba52ef9"
integrity sha512-z78DgGKUr4SE/6cm7ku+jHvFT0X97aERh/f0MUKAKgFnwCYBEW4TFBqtHWFYiJFid7fMrtpZ/gxJthvz5mEByA==
dependencies:
colorette "2.0.19"
commander "^10.0.0"