diff --git a/package-lock.json b/package-lock.json index 7fd4ce5d..d6ec281e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,12 +25,12 @@ } }, "@feathersjs/authentication": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-2.1.13.tgz", - "integrity": "sha512-9UeXJSBclWTmSpCBQRC+syiCGG0UNHPMCEOcrCgSr0urn33+lgFsiav5uZhHFUC0k7P5Wi1lZzibMKe3dCM86A==", + "version": "2.1.14", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-2.1.14.tgz", + "integrity": "sha512-Hiov0MVRxo6XCCVOJ+a/05MXR8FLm7kuCr5XY4ys7g9T1atCpg/AGniKTog9x+6dLtQ2wM+EtpP1d23XOK6qIQ==", "requires": { - "@feathersjs/commons": "^3.0.1", - "@feathersjs/errors": "^3.3.4", + "@feathersjs/commons": "^4.0.0", + "@feathersjs/errors": "^3.3.5", "@feathersjs/socket-commons": "^3.1.2", "debug": "^4.0.0", "jsonwebtoken": "^8.0.0", @@ -45,9 +45,17 @@ }, "dependencies": { "@feathersjs/commons": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-3.0.1.tgz", - "integrity": "sha512-wo2boFwbKqm53h/Wv2F+ggiTxSFOPaCupa6VHujJle/RZrox5On6zbaoO0B1yFZbj1tCJ6kT2IDpFg9StHL0oA==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.0.0.tgz", + "integrity": "sha512-hyCLse4RiNt7WLPQ0KSudjoVnwiRykhYzIZdtDon9i2usPaoYkFw/fEYZrkE5HVB+sUTwphZoZ1oOntRk1MShg==" + }, + "@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", diff --git a/package.json b/package.json index 2898babe..57ad3036 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "mocha": "mocha test/ --recursive --exit" }, "dependencies": { - "@feathersjs/authentication": "^2.1.13", + "@feathersjs/authentication": "^2.1.14", "@feathersjs/authentication-jwt": "^2.0.8", "@feathersjs/authentication-local": "^1.2.7", "@feathersjs/configuration": "^2.0.4",