From 603df64f2f2cf05af53d7a624d33147521ea89c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 01:25:00 +0000 Subject: [PATCH] Bump knex from 0.16.3 to 2.4.0 in /packages/legi.js Bumps [knex](https://github.com/knex/knex) from 0.16.3 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/compare/0.16.3...2.4.0) --- updated-dependencies: - dependency-name: knex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/legi.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/legi.js/package.json b/packages/legi.js/package.json index b5b79c6..e139fe9 100644 --- a/packages/legi.js/package.json +++ b/packages/legi.js/package.json @@ -36,7 +36,7 @@ "hast-util-to-html": "^3.1.0", "html-to-text": "^4.0.0", "humanize-duration": "^3.12.1", - "knex": "^0.16.3", + "knex": "^2.4.0", "leven": "^2.1.0", "lexis-count": "^1.0.3", "lodash.words": "^4.2.0",