From 761dfd85c595dd4b60ef051b78085330bbd8da47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 07:01:50 +0000 Subject: [PATCH] Bump knex from 0.20.11 to 0.20.12 Bumps [knex](https://github.com/knex/knex) from 0.20.11 to 0.20.12. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/0.20.12/CHANGELOG.md) - [Commits](https://github.com/knex/knex/compare/0.20.11...0.20.12) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c662da..8f3947b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2306,9 +2306,9 @@ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" }, "knex": { - "version": "0.20.11", - "resolved": "https://registry.npmjs.org/knex/-/knex-0.20.11.tgz", - "integrity": "sha512-8H3dUVSQOxDRVxRd9YcfL3Xli5BdblYy8Yg4hGSaII2XHEqfGhWrcMxuL2hogBuQ5CL85Bzp+dUEeRCHb94fCw==", + "version": "0.20.12", + "resolved": "https://registry.npmjs.org/knex/-/knex-0.20.12.tgz", + "integrity": "sha512-pxJBsfW9EGfc1l5ObD5+91/gveDXZZrx35kW+2tihJYpsAqUoqAnUT2v0xBQrWTDlt3Tifg9Gt84P/0abomPrA==", "requires": { "colorette": "1.1.0", "commander": "^4.1.1", diff --git a/package.json b/package.json index 86ba125..59bfb6b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dotenv": "^8.1.0", "eosjs": "^20.0.3", "express": "^4.17.1", - "knex": "^0.20.11", + "knex": "^0.20.12", "node-fetch": "^2.6.0", "pg": "^7.18.2", "telegraf": "^3.36.0",