From 9f29335214898ba31b78ba84232b5d68f7cf804d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 14 Jun 2019 20:31:29 +0700 Subject: [PATCH] Bump knex from 0.17.3 to 0.17.6 (#17) Bumps [knex](https://github.com/tgriesser/knex) from 0.17.3 to 0.17.6. - [Release notes](https://github.com/tgriesser/knex/releases) - [Changelog](https://github.com/tgriesser/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/tgriesser/knex/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2a785cd..169ebc0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "fluent-ffmpeg": "^2.1.2", "helmet": "^3.18.0", "jszip": "^3.2.1", - "knex": "^0.17.3", + "knex": "^0.17.6", "multer": "^1.4.1", "node-fetch": "^2.6.0", "nunjucks": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index e5314a6..1340c4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1967,10 +1967,10 @@ kind-of@^6.0.0, kind-of@^6.0.2: resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== -knex@^0.17.3: - version "0.17.3" - resolved "https://registry.yarnpkg.com/knex/-/knex-0.17.3.tgz#699e6cee9239f54e221d69bd472721ee1e63d57a" - integrity sha512-EAaBfRmpiZGUT+kTMDXg+NoUyAWH0Qv910HRWDUwTjSM3Dv7enW5ttGFanI0I/xUZL+RGFwcqC/b57+5+gUxkA== +knex@^0.17.6: + version "0.17.6" + resolved "https://registry.yarnpkg.com/knex/-/knex-0.17.6.tgz#80220cf159cd52768d5b29118c70b18aaf5138fe" + integrity sha512-4SKp8jaBxqlEoaveenmpfnHEv5Kzo6/vhIj8UhW1srGw/FKqARTr+7Fv8C1C1qeVHDjv0coQWuUzN5eermHUsw== dependencies: "@babel/polyfill" "^7.4.4" "@types/bluebird" "^3.5.27"