Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 62cada5

Browse files
Merge pull request #103 from Human-Connection/dependabot/npm_and_yarn/feathers-authentication-management-2.0.1
Bump feathers-authentication-management from 2.0.0 to 2.0.1
2 parents b058134 + b80cacc commit 62cada5

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dauria": "~2.0.0",
7070
"email-templates": "2.6.0",
7171
"feathers-authentication-hooks": "~0.3.0",
72-
"feathers-authentication-management": "~2.0.0",
72+
"feathers-authentication-management": "~2.0.1",
7373
"feathers-blob": "~2.0.1",
7474
"feathers-hooks-common": "~4.14.3",
7575
"feathers-logger": "0.3.2",

yarn.lock

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ ajv@^4.9.1:
324324
co "^4.6.0"
325325
json-stable-stringify "^1.0.1"
326326

327-
ajv@^5.1.0, ajv@^5.2.0, ajv@^5.2.3, ajv@^5.3.0, ajv@^5.5.2:
327+
ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0, ajv@^5.5.2:
328328
version "5.5.2"
329329
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
330330
dependencies:
@@ -1962,15 +1962,15 @@ feathers-authentication-hooks@~0.3.0:
19621962
debug "^3.1.0"
19631963
lodash "^4.17.5"
19641964

1965-
feathers-authentication-management@~2.0.0:
1966-
version "2.0.0"
1967-
resolved "https://registry.yarnpkg.com/feathers-authentication-management/-/feathers-authentication-management-2.0.0.tgz#069d7b817e79b2e5ecb271196ac29b93914073c7"
1965+
feathers-authentication-management@~2.0.1:
1966+
version "2.0.1"
1967+
resolved "https://registry.yarnpkg.com/feathers-authentication-management/-/feathers-authentication-management-2.0.1.tgz#502c1d544329d57b1934dfe2639d394c694ae2a7"
19681968
dependencies:
19691969
"@feathersjs/authentication-local" "^1.0.4"
19701970
"@feathersjs/errors" "^3.2.1"
19711971
bcryptjs "^2.3.0"
19721972
debug "^3.0.0"
1973-
feathers-hooks-common "^3.0.0"
1973+
feathers-hooks-common "^4.14.1"
19741974

19751975
feathers-blob@~2.0.1:
19761976
version "2.0.1"
@@ -2002,17 +2002,7 @@ feathers-hooks-common@^2.0.3:
20022002
feathers-errors "^2.4.0"
20032003
traverse "0.6.6"
20042004

2005-
feathers-hooks-common@^3.0.0:
2006-
version "3.10.0"
2007-
resolved "https://registry.yarnpkg.com/feathers-hooks-common/-/feathers-hooks-common-3.10.0.tgz#2ae7dc54091ffa4609df8479c0bfa29dcd31d1a7"
2008-
dependencies:
2009-
ajv "^5.2.0"
2010-
debug "^3.0.0"
2011-
feathers-errors "^2.4.0"
2012-
feathers-hooks "^2.0.1"
2013-
traverse "^0.6.6"
2014-
2015-
feathers-hooks-common@~4.14.3:
2005+
feathers-hooks-common@^4.14.1, feathers-hooks-common@~4.14.3:
20162006
version "4.14.3"
20172007
resolved "https://registry.yarnpkg.com/feathers-hooks-common/-/feathers-hooks-common-4.14.3.tgz#e00793eed1a3f0a79a61fdf91918072a034c20fa"
20182008
dependencies:
@@ -2033,13 +2023,6 @@ feathers-hooks@^1.5.0:
20332023
feathers-hooks-common "^2.0.3"
20342024
uberproto "^1.2.0"
20352025

2036-
feathers-hooks@^2.0.1:
2037-
version "2.1.2"
2038-
resolved "https://registry.yarnpkg.com/feathers-hooks/-/feathers-hooks-2.1.2.tgz#f97af10f38621df816d754766c5c2e180b7df951"
2039-
dependencies:
2040-
feathers-commons "^0.8.6"
2041-
uberproto "^1.2.0"
2042-
20432026
20442027
version "0.3.2"
20452028
resolved "https://registry.yarnpkg.com/feathers-logger/-/feathers-logger-0.3.2.tgz#9b47f14b21e902ab0c18e70700f18268bbf13892"

0 commit comments

Comments
 (0)