diff --git a/package-lock.json b/package-lock.json index 4e771065..b3bb5539 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,12 +57,12 @@ } }, "@feathersjs/authentication": { - "version": "2.1.14", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-2.1.14.tgz", - "integrity": "sha512-Hiov0MVRxo6XCCVOJ+a/05MXR8FLm7kuCr5XY4ys7g9T1atCpg/AGniKTog9x+6dLtQ2wM+EtpP1d23XOK6qIQ==", + "version": "2.1.15", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-2.1.15.tgz", + "integrity": "sha512-RjwUw4iLT1jOCoX8OTSiNuv0VSvoWcuJtq7haXspY2XP8BHgqnejnshgwK9vN+qdEkMmwvJhu817zhv1JI8GMQ==", "requires": { "@feathersjs/commons": "^4.0.0", - "@feathersjs/errors": "^3.3.5", + "@feathersjs/errors": "^3.3.6", "@feathersjs/socket-commons": "^3.1.2", "debug": "^4.0.0", "jsonwebtoken": "^8.0.0", @@ -76,23 +76,10 @@ "uuid": "^3.1.0" }, "dependencies": { - "@feathersjs/commons": { - "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", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", - "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", + "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" }, diff --git a/package.json b/package.json index 909ccf57..1c4dec7c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "mocha": "mocha test/ --recursive --exit" }, "dependencies": { - "@feathersjs/authentication": "^2.1.14", + "@feathersjs/authentication": "^2.1.15", "@feathersjs/authentication-jwt": "^2.0.9", "@feathersjs/authentication-local": "^1.2.9", "@feathersjs/configuration": "^2.0.6",