From 6f80a530f08d92da6f84accc2215811f55459e9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 10:02:22 +0000 Subject: [PATCH] Bump objection from 1.6.9 to 1.6.11 Bumps [objection](https://github.com/vincit/objection.js) from 1.6.9 to 1.6.11. - [Release notes](https://github.com/vincit/objection.js/releases) - [Commits](https://github.com/vincit/objection.js/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 1ae444b..0710dbf 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "jest-junit": "^8.0.0", "knex": "^0.19.4", "lint-staged": "^9.3.0", - "objection": "^1.6.9", + "objection": "^1.6.11", "objection-visibility": "^0.4.0", "prettier": "^1.18.2", "role-acl": "^3.3.7", diff --git a/yarn.lock b/yarn.lock index aa06d64..492fdd5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -484,7 +484,7 @@ aggregate-error@^3.0.0: clean-stack "^2.0.0" indent-string "^3.2.0" -ajv@^6.1.1, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5: +ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5: version "6.10.2" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52" integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw== @@ -722,7 +722,7 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" -bluebird@^3.5.3, bluebird@^3.5.5: +bluebird@^3.5.5: version "3.5.5" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f" integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w== @@ -3768,13 +3768,13 @@ objection-visibility@^0.4.0: resolved "https://registry.yarnpkg.com/objection-visibility/-/objection-visibility-0.4.0.tgz#8ca3f02e3edc5e256efc3db24a3cf7d5225e0e92" integrity sha512-3LuUDj8sJ6GOwtH2WSOCsJv/N4h2JzYmhlFaz7tURtgHq0dk59AU7ModNUeTZV9madDhaFF6bbqsuZRxpyLNYg== -objection@^1.6.9: - version "1.6.9" - resolved "https://registry.yarnpkg.com/objection/-/objection-1.6.9.tgz#deb067e0ba938bce22a4a2691b93d9df68346748" - integrity sha512-4mp2f34Fn+gCOXO5e9YEWbcnAfvFPF3Rd2NAyQWU6CkZQObqm1mFDw8tYZySpkvibnDg6DPMiprUm82yGy6fgQ== +objection@^1.6.11: + version "1.6.11" + resolved "https://registry.yarnpkg.com/objection/-/objection-1.6.11.tgz#6755c15300277eee76c44faf4295704d8e2e02e2" + integrity sha512-/W6iR6+YvFg1U4k5DyX1MrY+xqodDM8AAOU1J0b3HlptsNw8V3uDHjZgTi1cFPPe5+ZeTTMvhIFhNiUP6+nqYQ== dependencies: - ajv "^6.1.1" - bluebird "^3.5.3" + ajv "^6.10.0" + bluebird "^3.5.5" lodash "^4.17.11" once@^1.3.0, once@^1.3.1, once@^1.4.0: