From 48bf6e7e5050bebaa8bd5374a40562c8d4995eb9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 04:49:19 +0000 Subject: [PATCH] [Security] Bump knex from 0.12.9 to 0.95.2 Bumps [knex](https://github.com/knex/knex) from 0.12.9 to 0.95.2. **This update includes a security fix.** - [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.12.9...0.95.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 532e057b..da890383 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "optionalDependencies": { "bookshelf": "^0.10.2", "bookshelf-api": "^1.7.0", - "knex": "^0.12.3", + "knex": "^0.95.2", "markdown": "^0.5.0", "node-sass": "^4.0.0", "pug": "^2.0.0-beta6",