From 5055be76e046dd08eb509ea8217a4e82422815b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2020 06:31:24 +0200 Subject: [PATCH 1/2] fix: upgrade knex from 0.20.13 to 0.20.14 Snyk has created this PR to upgrade knex from 0.20.13 to 0.20.14. See this package in NPM: https://www.npmjs.com/package/knex See this project in Snyk: https://app.snyk.io/org/phr3nzy-github-marketplace/project/a6143dd2-257c-48e4-8746-1b52a43cb914?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ca7e11..78900ce 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "fastify-plugin": "=1.6.1", "fastify-swagger": "=2.5.0", "jsonwebtoken": "=8.5.1", - "knex": "0.20.13", + "knex": "0.20.14", "objection": "=2.1.3", "objection-db-errors": "=1.1.2", "objection-soft-delete": "=1.0.7", From 17f2e5adafb40791cb2a7426450b8564b6b557ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2020 06:31:25 +0200 Subject: [PATCH 2/2] fix: upgrade knex from 0.20.13 to 0.20.14 Snyk has created this PR to upgrade knex from 0.20.13 to 0.20.14. See this package in NPM: https://www.npmjs.com/package/knex See this project in Snyk: https://app.snyk.io/org/phr3nzy-github-marketplace/project/a6143dd2-257c-48e4-8746-1b52a43cb914?utm_source=github&utm_medium=upgrade-pr --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index b422f14..e982ece 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3352,10 +3352,10 @@ kleur@^3.0.3: resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== -knex@0.20.13: - version "0.20.13" - resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.13.tgz#056c310d963f7efce1b3c7397576add1323f1146" - integrity sha512-YVl//Te0G5suc+d9KyeI6WuhtgVlxu6HXYQB+WqrccFkSZAbHqlqZlUMogYG3UoVq69c3kiFbbxgUNkrO0PVfg== +knex@0.20.14: + version "0.20.14" + resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.14.tgz#607d46a067f37ba2ea50be9aa8fbffef9ff72d12" + integrity sha512-RUBIydapgYGguzuw/YQ3+9TPm6d1qkzEQ7XlmLdFuVkn6GsaZhDHSNX1ycInRZZT8j2blHb7YjTXgLKRCHMI0Q== dependencies: colorette "1.1.0" commander "^4.1.1"