From de9160cedd0c264080ced1c80d0a4503b97b3dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 01:10:00 +0000 Subject: [PATCH] Bump ejs from 3.1.7 to 3.1.10 in /oauth2example Bumps [ejs](https://github.com/mde/ejs) from 3.1.7 to 3.1.10. - [Release notes](https://github.com/mde/ejs/releases) - [Commits](https://github.com/mde/ejs/compare/v3.1.7...v3.1.10) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- oauth2example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2example/package.json b/oauth2example/package.json index a50873c..b4953db 100644 --- a/oauth2example/package.json +++ b/oauth2example/package.json @@ -14,7 +14,7 @@ "body-parser": "^1.13.3", "cookie-parser": "^1.3.5", "csrf": "^3.0.6", - "ejs": "3.1.7", + "ejs": "3.1.10", "express": "^4.13.3", "express-session": "^1.11.3", "node-quickbooks": "2.0.0"