From 4fb88dfa9065bdcbef9453caf92f884680b11d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 11:36:14 +0000 Subject: [PATCH] Bump ejs from 2.3.4 to 3.1.3 in /sample Bumps [ejs](https://github.com/mde/ejs) from 2.3.4 to 3.1.3. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mde/ejs/compare/v2.3.4...v3.1.3) Signed-off-by: dependabot[bot] --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index 87f6d1e..a781223 100644 --- a/sample/package.json +++ b/sample/package.json @@ -15,7 +15,7 @@ "bootstrap": "^3.3.6", "cookie-parser": "~1.3.5", "debug": "~2.2.0", - "ejs": "~2.3.3", + "ejs": "~3.1.3", "express": "~4.13.1", "express-pouchdb": "^1.0.2", "jquery": "^2.2.1",