diff --git a/package-lock.json b/package-lock.json index 5823f97..9abc411 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1263,15 +1263,42 @@ } }, "@feathersjs/authentication-local": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-1.2.3.tgz", - "integrity": "sha512-uIJ5cqWXlUNBoOgMFGP+XbWVAI8hxR3wSs6ZpPG8scXoYqn4KU6Rnu3q5dT+f2YJCG4cWermDp7bci8yXapAzA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-4.3.0.tgz", + "integrity": "sha512-zmI21nohmQdsJi87nPec0wD/2U6Hxo4bpasVjbT1PMrXd1z95N8w/eL5kesfXxBMArFeZ1PBYA+AMgf0evSbHw==", "requires": { - "@feathersjs/errors": "^3.3.2", - "bcryptjs": "^2.3.0", - "debug": "^3.1.0", - "lodash": "^4.17.5", - "passport-local": "^1.0.0" + "@feathersjs/errors": "^4.3.0", + "bcryptjs": "^2.4.3", + "debug": "^4.1.1", + "lodash": "^4.17.15" + }, + "dependencies": { + "@feathersjs/errors": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-4.3.0.tgz", + "integrity": "sha512-tOwBpJmLYy0Fq/Dp8Y3dO2/B6ojfqSrTFXixTYH2qBR3aFS/U0VzhoyEa1O+/FcJRDqgW54HNCyy520zqYB/pw==", + "requires": { + "debug": "^4.1.1" + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } } }, "@feathersjs/client": { @@ -18271,14 +18298,6 @@ "passport-strategy": "^1.0.0" } }, - "passport-local": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz", - "integrity": "sha1-H+YyaMkudWBmJkN+O5BmYsFbpu4=", - "requires": { - "passport-strategy": "1.x.x" - } - }, "passport-strategy": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz", diff --git a/package.json b/package.json index 93ef7c2..3539d95 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@feathersjs/authentication": "^2.1.9", "@feathersjs/authentication-client": "^1.0.4", "@feathersjs/authentication-jwt": "^2.0.3", - "@feathersjs/authentication-local": "^1.2.3", + "@feathersjs/authentication-local": "^4.3.0", "@feathersjs/client": "^3.6.0", "@feathersjs/errors": "^3.3.2", "@feathersjs/express": "^1.2.5",