From 486c632ca23964d9313b6485253ddc47c2378626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 23:21:20 +0000 Subject: [PATCH] Bump knex from 0.95.15 to 2.4.0 Bumps [knex](https://github.com/knex/knex) from 0.95.15 to 2.4.0. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/knex/knex/commits/2.4.0) --- 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 59689e55..eb1a7f37 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "jpeg-js": "^0.4.3", "jimp": "^0.16.1", "jsdom": "^18.0.1", - "knex": "^0.95.14", + "knex": "^2.4.0", "knights-canvas": "^1.3.7", "lowdb": "^3.0.0", "moment-timezone": "^0.5.33",