From df9f141af5bed45736fcf8e25703171d021ad9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:47:58 +0000 Subject: [PATCH] Bump knex from 0.16.5 to 0.19.5 in /packages/gatsby-theme-dashbored Bumps [knex](https://github.com/tgriesser/knex) from 0.16.5 to 0.19.5. - [Release notes](https://github.com/tgriesser/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/tgriesser/knex/compare/0.16.5...0.19.5) Signed-off-by: dependabot[bot] --- packages/gatsby-theme-dashbored/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-theme-dashbored/package.json b/packages/gatsby-theme-dashbored/package.json index 41ac247..7cdb744 100644 --- a/packages/gatsby-theme-dashbored/package.json +++ b/packages/gatsby-theme-dashbored/package.json @@ -28,7 +28,7 @@ "dayjs": "^1.8.9", "gatsby-plugin-typography": "^2.2.8", "graphql": "^14.1.1", - "knex": "^0.16.3", + "knex": "^0.19.5", "lodash": "^4.17.11", "mkdirp": "^0.5.1", "node-fetch": "^2.3.0",