From 8114779ede65fe3f5a61b0d0ede3fa0c45f663de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Apr 2020 04:55:37 +0000 Subject: [PATCH] fix: upgrade ejs from 2.6.2 to 2.7.4 Snyk has created this PR to upgrade ejs from 2.6.2 to 2.7.4. See this package in NPM: https://www.npmjs.com/package/ejs See this project in Snyk: https://app.snyk.io/org/dev-trilobyte/project/e592caf5-e7c1-4047-9b89-84118a673ff7?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b641f38..99f2456e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1149,9 +1149,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": "2.7.4", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz", + "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==" }, "elliptic": { "version": "6.5.2", diff --git a/package.json b/package.json index f545831b..561e6bd3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "cmdparser": "0.0.3", "config": "3.3.1", "dateformat": "3.0.3", - "ejs": "2.6.2", + "ejs": "2.7.4", "express": "4.17.1", "express-partials": "0.3.0", "inflection": "1.2.7",