From d3818c86033e45d6f32b48137d03dc9b92c1a248 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 3 Feb 2020 17:06:30 +0100 Subject: [PATCH] feat: upgrade ejs from 2.6.2 to 3.0.1 (#1261) Snyk has created this PR to upgrade ejs from 2.6.2 to 3.0.1. See this package in NPM: https://www.npmjs.com/package/ejs See this project in Snyk: https://app.snyk.io/org/cds-snc/project/d201d4e1-28d3-4295-b768-f9d9f66cead4?utm_source=github&utm_medium=upgrade-pr Co-authored-by: Steve Astels Co-authored-by: DianeLiu2019 <51336707+DianeLiu2019@users.noreply.github.com> --- baseline/package-lock.json | 6 +++--- baseline/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/baseline/package-lock.json b/baseline/package-lock.json index dfae4a9c2..b8cc5d219 100644 --- a/baseline/package-lock.json +++ b/baseline/package-lock.json @@ -149,9 +149,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "ejs": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.6.2.tgz", - "integrity": "sha512-PcW2a0tyTuPHz3tWyYqtK6r1fZ3gp+3Sop8Ph+ZYN81Ob5rwmbHEzaqs10N3BEsaGTkh/ooniXK+WwszGlc2+Q==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.0.1.tgz", + "integrity": "sha512-cuIMtJwxvzumSAkqaaoGY/L6Fc/t6YvoP9/VIaK0V/CyqKLEQ8sqODmYfy/cjXEdZ9+OOL8TecbJu+1RsofGDw==" }, "encodeurl": { "version": "1.0.2", diff --git a/baseline/package.json b/baseline/package.json index 6bf117c61..565891d79 100644 --- a/baseline/package.json +++ b/baseline/package.json @@ -14,7 +14,7 @@ "arangojs": "^6.11.0", "body-parser": "^1.19.0", "cookie-parser": "^1.4.4", - "ejs": "^2.6.2", + "ejs": "^3.0.1", "express": "^4.17.1", "express-fileupload": "^1.1.6", "rfc6902": "^3.0.4"