diff --git a/package-lock.json b/package-lock.json index 2ff297f6..578147fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,9 +34,9 @@ } }, "@feathersjs/authentication": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-2.1.15.tgz", - "integrity": "sha512-RjwUw4iLT1jOCoX8OTSiNuv0VSvoWcuJtq7haXspY2XP8BHgqnejnshgwK9vN+qdEkMmwvJhu817zhv1JI8GMQ==", + "version": "2.1.16", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-2.1.16.tgz", + "integrity": "sha512-TZ9rUySi8/aatHPuL1e9GUHFT/VXz14UInE9aJ1lOShTKG1OkfTaYLxjZ8i0glZkNJXkf2jwGPqXahVbGdCsFQ==", "requires": { "@feathersjs/commons": "^4.0.0", "@feathersjs/errors": "^3.3.6", diff --git a/package.json b/package.json index d9358082..2974a27e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "mocha": "mocha test/ --recursive --exit" }, "dependencies": { - "@feathersjs/authentication": "^2.1.15", + "@feathersjs/authentication": "^2.1.16", "@feathersjs/authentication-jwt": "^2.0.9", "@feathersjs/authentication-local": "^1.2.9", "@feathersjs/configuration": "^2.0.6",