From 67eea619d1e1ba159942e4564861d12d254881da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Mar 2020 01:41:14 +0000 Subject: [PATCH] fix: upgrade ejs from 2.6.1 to 2.7.4 Snyk has created this PR to upgrade ejs from 2.6.1 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/godaddy/project/c95a00e8-e0a1-454c-8981-0095d92bebd2?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 79fb62d..1a478bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -953,9 +953,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "ejs": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.6.1.tgz", - "integrity": "sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ==" + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz", + "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==" }, "emoji-regex": { "version": "7.0.3", diff --git a/package.json b/package.json index ed258fd..1460854 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "chrome-launcher": "^0.10.7", "config-shield": "^0.2.0", "cross-fetch": "^3.0.3", - "ejs": "^2.6.1", + "ejs": "^2.7.4", "express": "^4.17.1", "json5": "^2.1.0", "lighthouse": "^5.1.0",