From a8f8cecb207b0845dadd91a0ee49b88be3ebc986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:28:52 +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 bd370e18e..bbfd605f7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "handlebars": "^4.7.7", "hastebin-gen": "^2.0.5", "import-fresh": "^3.3.0", - "knex": "^2.0.0", + "knex": "^3.0.1", "moment": "^2.29.4", "moment-precise-range-plugin": "^1.3.0", "moment-timezone": "^0.5.43",