From ad78343aa1126490cf4bb060cbd21756ee1b77b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 2 Feb 2019 15:14:48 +0000 Subject: [PATCH] Bump @feathersjs/authentication from 2.1.15 to 2.1.16 Bumps [@feathersjs/authentication](https://github.com/feathersjs/feathers) from 2.1.15 to 2.1.16. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/master/changelog.md) - [Commits](https://github.com/feathersjs/feathers/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",