From 8058de5094f4103e413e9f99f715fb77bf8fa45f Mon Sep 17 00:00:00 2001 From: ade bello Date: Tue, 31 May 2022 10:34:51 -0500 Subject: [PATCH] update ejs version to 3.1.8 to resolve critical github issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74bd19b..9dd9479 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/surma/rollup-plugin-off-main-thread" }, "dependencies": { - "ejs": "^3.1.6", + "ejs": "^3.1.8", "json5": "^2.2.0", "magic-string": "^0.25.0", "string.prototype.matchall": "^4.0.6"