diff --git a/package-lock.json b/package-lock.json index bb1f2ad8..92e7696e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -111,17 +111,25 @@ } }, "@feathersjs/authentication-local": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-1.2.7.tgz", - "integrity": "sha512-6QNzA3cpJq53yt9QdskNwvBkEwDrUHsHHKpAHK3BxrHuxqVLVr7LbUbtf2kDot6YjbUi3SC2RDGMl/zapSCVcw==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-1.2.8.tgz", + "integrity": "sha512-2UhCDd8Xge4WrxOrNef5nIDcqVSdMn4YI0Ft3zFHkOw7W+Oyf2BGN3II886Bam9QwyayBPL4NFHhjaY5c37AiA==", "requires": { - "@feathersjs/errors": "^3.3.4", + "@feathersjs/errors": "^3.3.5", "bcryptjs": "^2.3.0", "debug": "^4.0.0", "lodash": "^4.17.5", "passport-local": "^1.0.0" }, "dependencies": { + "@feathersjs/errors": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-3.3.5.tgz", + "integrity": "sha512-Nc4SxKJ7xQk5RZ3M68/Oj5c2uB/VrUATd4dLEdSGHf9j+qvajZVmBPjqDPYfY4IeTnYNhvwTmuyCulD0bCL4ZQ==", + "requires": { + "debug": "^4.0.0" + } + }, "debug": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", diff --git a/package.json b/package.json index f809ad97..c4cdb709 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@feathersjs/authentication": "^2.1.14", "@feathersjs/authentication-jwt": "^2.0.8", - "@feathersjs/authentication-local": "^1.2.7", + "@feathersjs/authentication-local": "^1.2.8", "@feathersjs/configuration": "^2.0.5", "@feathersjs/errors": "^3.3.4", "@feathersjs/express": "^1.2.7",