From e3afe91843ea5693f53c2587a0356fce793860dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:41:32 +0000 Subject: [PATCH] Bump knex from 2.5.1 to 3.0.1 Bumps [knex](https://github.com/knex/knex) from 2.5.1 to 3.0.1. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/knex/knex/compare/2.5.1...3.0.1) --- updated-dependencies: - dependency-name: knex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 201c729..ac14a7b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dotenv": "^16.0.3", "fastify": "^4.15.0", "fastify-plugin": "^4.5.0", - "knex": "^2.4.2", + "knex": "^3.0.1", "uuid": "^9.0.0", "zod": "^3.21.4", "zod-to-json-schema": "^3.20.4"