From 411b9cf941ca887f925060c73ead1d962daec24f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 01:16:23 +0000 Subject: [PATCH] build(deps): bump feathers-permissions from 2.0.0 to 2.0.1 Bumps [feathers-permissions](https://github.com/feathersjs-ecosystem/feathers-permissions) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/feathersjs-ecosystem/feathers-permissions/releases) - [Changelog](https://github.com/feathersjs-ecosystem/feathers-permissions/blob/master/CHANGELOG.md) - [Commits](https://github.com/feathersjs-ecosystem/feathers-permissions/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cadb3541..e835f2a0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "feathers-advance-hook": "^0.0.5", "feathers-authentication-hooks": "^1.0.1", "feathers-hooks-common": "^5.0.2", - "feathers-permissions": "^2.0.0", + "feathers-permissions": "^2.0.1", "feathers-sequelize": "^6.1.0", "helmet": "^3.21.2", "pg": "^7.18.1", diff --git a/yarn.lock b/yarn.lock index 4097704c..0124bfe7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1891,12 +1891,13 @@ feathers-hooks-common@^5.0.2: process "0.11.10" traverse "^0.6.6" -feathers-permissions@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/feathers-permissions/-/feathers-permissions-2.0.0.tgz#f5421312ff9597dfd018527e62d9801545b8b435" - integrity sha512-2BguY0u59AT3exZ0/ovynQ1rGYjPf6B3WByJAFNbBV/6vfo2u3Uz4HGdynAHTNHeh/XU1muOLS02t7tnWezS4Q== +feathers-permissions@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/feathers-permissions/-/feathers-permissions-2.0.1.tgz#1944fbb80a2a4bcc2dcf86b0fcb07a7b136d40ce" + integrity sha512-1ZlBiK8rN/4xrlNYf8bwkZq3FI2laAcfdvzdWafFB4Kw8TcRLHJKL1qnyeJv6T5apT4/yWbrSMPxNgmCpeC4Aw== dependencies: "@feathersjs/errors" "^4.3.3" + debug "^4.1.1" lodash "^4.17.15" feathers-sequelize@^6.1.0: