Compare commits

..

1 Commits

Author SHA1 Message Date
ODIT Renovate Bot 91b2bf1485
Update dependency knex to v3
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2023-10-06 12:36:28 +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": "3.0.0",
"knex": "3.0.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@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/knex/-/knex-3.0.0.tgz#4f22a51f379b22ededbefd88e114c36e80f0bfae"
integrity sha512-e4MAj+5P6iCbm7Y9f2sgAH8a5lZSfqNtggMp9MOCKnkT0SGAmtVNW1/SHZT5aLi/daXZvNulH2XH4znpsKUJeg==
knex@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/knex/-/knex-3.0.1.tgz#b12f3173c30d8c7b6d69dc257cc9c84db00ad60e"
integrity sha512-ruASxC6xPyDklRdrcDy6a9iqK+R9cGK214aiQa+D9gX2ZnHZKv6o6JC9ZfgxILxVAul4bZ13c3tgOAHSuQ7/9g==
dependencies:
colorette "2.0.19"
commander "^10.0.0"