From e15181ccef2006e279f5dcbd8157266e544abdeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 19:04:36 +0000 Subject: [PATCH] Bump ejs in /rest980_api in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /rest980_api directory: [ejs](https://github.com/mde/ejs). Updates `ejs` from 2.7.4 to 3.1.10 - [Release notes](https://github.com/mde/ejs/releases) - [Commits](https://github.com/mde/ejs/compare/v2.7.4...v3.1.10) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- rest980_api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest980_api/package.json b/rest980_api/package.json index 0e8e37d..0c6d804 100644 --- a/rest980_api/package.json +++ b/rest980_api/package.json @@ -20,7 +20,7 @@ "cookie-parser": "^1.4.3", "debug": "^3.1.0", "dorita980": "^3.0.13", - "ejs": "^2.5.2", + "ejs": "^3.1.10", "express": "^4.14.0", "jsonfile": "^4.0.0", "morgan": "^1.7.0",