diff --git a/.tav.yml b/.tav.yml index 5c131e8e319..6e47b54132b 100644 --- a/.tav.yml +++ b/.tav.yml @@ -48,7 +48,7 @@ pg: versions: '>=4 <8' peerDependencies: - bluebird@^3.0.0 - - knex@^0.16.5 + - knex@^0.17.3 commands: - node test/instrumentation/modules/pg/pg.js - node test/instrumentation/modules/pg/knex.js @@ -62,7 +62,7 @@ bluebird: - node test/instrumentation/modules/bluebird/cancel.js knex: # v0.16.4 accidentally dropped support for Node.js 6 - versions: ^0.16.5 || <0.16.4 >=0.16.0 || ^0.15.0 || ^0.14.0 || ^0.13.0 || ^0.12.5 || <0.12.4 >0.11.6 || <0.11.6 >0.9.0 + versions: ^0.17.0 || ^0.16.5 || <0.16.4 >=0.16.0 || ^0.15.0 || ^0.14.0 || ^0.13.0 || ^0.12.5 || <0.12.4 >0.11.6 || <0.11.6 >0.9.0 commands: node test/instrumentation/modules/pg/knex.js ws-old: name: ws diff --git a/package.json b/package.json index 3c9540d882d..75eceb266b2 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "is-my-json-valid": "^2.19.0", "jade": "^1.11.0", "json-schema-ref-parser": "^6.0.1", - "knex": "^0.16.5", + "knex": "^0.17.3", "koa": "^2.5.3", "koa-router": "^7.4.0", "lambda-local": "^1.5.2",