From 613291961fde15556194a92bed28601d594b34a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Jul 2022 03:22:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PASSPORT-2840631 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41cca27..c29c335 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@nicokaiser/passport-apple": "^1.0.1", "boolean": "^3.2.0", "is-string-and-not-blank": "^0.0.2", - "koa-passport": "^4.1.4", + "koa-passport": "^5.0.0", "lodash": "^4.17.21", "passport-github2": "^0.1.12", "passport-google-oauth20": "^2.0.0",