From 9ab9ef04a5f4e72ccc60450e0fe588802ea69480 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Fri, 7 Feb 2020 19:16:20 +0000 Subject: [PATCH] Updated minimum Express version for Express webapp quickstart Relates to https://github.com/auth0/express-openid-connect/pull/63 --- articles/quickstart/webapp/express/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/quickstart/webapp/express/index.yml b/articles/quickstart/webapp/express/index.yml index 5cadd182d5..21e282a04c 100644 --- a/articles/quickstart/webapp/express/index.yml +++ b/articles/quickstart/webapp/express/index.yml @@ -22,4 +22,4 @@ github: branch: master requirements: - NodeJS 10.13+ - - Express 4.16+ \ No newline at end of file + - Express 4.17+