From 242f4189fb4bc45d97fe7a08a62b4e8ed206240e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 01:12:35 +0000 Subject: [PATCH] build(deps): bump feathers-permissions from 2.0.1 to 2.0.2 Bumps [feathers-permissions](https://github.com/feathersjs-ecosystem/feathers-permissions) from 2.0.1 to 2.0.2. - [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.1...v2.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4857deec..8241c89c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "feathers-advance-hook": "^0.0.7", "feathers-authentication-hooks": "^1.0.2", "feathers-hooks-common": "^5.0.2", - "feathers-permissions": "^2.0.1", + "feathers-permissions": "^2.0.2", "feathers-sequelize": "^6.1.0", "helmet": "^3.22.0", "pg": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 37d7c09e..09f62b67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -107,7 +107,7 @@ dependencies: debug "^4.0.0" -"@feathersjs/errors@^4.3.3", "@feathersjs/errors@^4.3.4", "@feathersjs/errors@^4.4.1", "@feathersjs/errors@^4.5.2": +"@feathersjs/errors@^4.3.4", "@feathersjs/errors@^4.4.1", "@feathersjs/errors@^4.5.2": version "4.5.2" resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.5.2.tgz#b6573d8b27be7069867066157c4effbc2e78ceb5" integrity sha512-sfjmakwZSqbzeKxYYtuxZGTBCHANwASuqzvn6iJa83epPJFn0m2tkjpvpJujclSU6SNZoKAavG29ZKwPgxkYgA== @@ -1893,12 +1893,12 @@ feathers-hooks-common@^5.0.2: process "0.11.10" traverse "^0.6.6" -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== +feathers-permissions@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/feathers-permissions/-/feathers-permissions-2.0.2.tgz#46935d9e7dd968b9627e49929813955149ef091e" + integrity sha512-E3wHVWV2VMbGKYp1tAVNpkFuyqssGDK0NkaGqOKFGWZYYYQ+y/dz4l39xMgyKWR7U8hOKk/yAKUYtXEddUcR9Q== dependencies: - "@feathersjs/errors" "^4.3.3" + "@feathersjs/errors" "^4.5.2" debug "^4.1.1" lodash "^4.17.15"