From 47b5fe78720511658fe754408064e9ae50a54c27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:51:48 +0000 Subject: [PATCH] fix(deps): update dependency ejs to v3 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f7bc8f..7397bd6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "jest && standard" }, "dependencies": { - "ejs": "^2.5.7", + "ejs": "^3.0.0", "jsdom": "^11.3.0", "probot": "^6.0.0", "probot-attachments": "github:probot/attachments",