From fef98d2494d3489b9b699db5ebc2cf28ff41d69f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Oct 2020 00:37:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce35c3f..b37f145 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "feathers-authentication-hooks": "^0.1.3", "feathers-authentication-jwt": "^0.3.1", "feathers-authentication-local": "^0.4.3", - "feathers-authentication-management": "^0.4.0", + "feathers-authentication-management": "^3.0.1", "feathers-authentication-oauth2": "^0.2.4", "feathers-configuration": "^0.4.1", "feathers-errors": "^2.8.0",