From f9538b316076af4155c70bb30272c4c6aad696af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 07:38:34 +0000 Subject: [PATCH] Bump knex from 0.20.11 to 0.20.13 Bumps [knex](https://github.com/knex/knex) from 0.20.11 to 0.20.13. - [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) 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..dabe024 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.13", + "resolved": "https://registry.npmjs.org/knex/-/knex-0.20.13.tgz", + "integrity": "sha512-YVl//Te0G5suc+d9KyeI6WuhtgVlxu6HXYQB+WqrccFkSZAbHqlqZlUMogYG3UoVq69c3kiFbbxgUNkrO0PVfg==", "requires": { "colorette": "1.1.0", "commander": "^4.1.1", diff --git a/package.json b/package.json index 86ba125..8fa3fd5 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.13", "node-fetch": "^2.6.0", "pg": "^7.18.2", "telegraf": "^3.36.0",