From 3453f9f3ab86c883f6640644927858b0f248c832 Mon Sep 17 00:00:00 2001 From: Aditya Gaddam Date: Thu, 17 Apr 2025 08:42:07 -0600 Subject: [PATCH] fix: update ejs to 3.1.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d93a430..9b1a460 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "@auth0/thumbprint": "0.0.6", - "ejs": "2.5.5", + "ejs": "^3.1.10", "jsonwebtoken": "^9.0.0", "saml": "^1.0.0", "xtend": "~2.0.3"