From 7775b4d60a61c71b0302c8bcd7ce1a02b4675636 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Apr 2020 03:27:46 +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/nth15/project/72e253ef-e2ea-407a-b542-7fee03c9fe50?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 11 +++-------- package.json | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 704dab2..ffacf8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -718,14 +718,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==" - }, - "email-validator": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/email-validator/-/email-validator-2.0.4.tgz", - "integrity": "sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==" + "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 3c9e671..ab977a2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "dotenv": "^6.2.0", - "ejs": "^2.6.1", + "ejs": "^2.7.4", "express": "^4.16.4", "express-validator": "^5.3.1", "pg": "^7.18.2",