From 31da3d4b551d5380682cdda142e2473b65e67e31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Nov 2019 08:31:25 +0000 Subject: [PATCH] fix: upgrade ejs from 2.7.1 to 2.7.2 Snyk has created this PR to upgrade ejs from 2.7.1 to 2.7.2. See this package in NPM: https://www.npmjs.com/package/ejs See this project in Snyk: https://app.snyk.io/org/sepppenner-github-marketplace-clp/project/8ac719b4-9463-4ff2-83d6-3907ea0a0b31?utm_source=github&utm_medium=upgrade-pr --- exampleproject/package-lock.json | 6 +++--- exampleproject/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleproject/package-lock.json b/exampleproject/package-lock.json index 4161a7c..359a9ed 100644 --- a/exampleproject/package-lock.json +++ b/exampleproject/package-lock.json @@ -1352,9 +1352,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "ejs": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.1.tgz", - "integrity": "sha512-kS/gEPzZs3Y1rRsbGX4UOSjtP/CeJP0CxSNZHYxGfVM/VgLcv0ZqM7C45YyTj2DI2g7+P9Dd24C+IMIg6D0nYQ==" + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.2.tgz", + "integrity": "sha512-rHGwtpl67oih3xAHbZlpw5rQAt+YV1mSCu2fUZ9XNrfaGEhom7E+AUiMci+ByP4aSfuAWx7hE0BPuJLMrpXwOw==" }, "email-validator": { "version": "2.0.4", diff --git a/exampleproject/package.json b/exampleproject/package.json index 64ac309..a47a020 100644 --- a/exampleproject/package.json +++ b/exampleproject/package.json @@ -12,7 +12,7 @@ "sails-disk": "~1.1.2", "rc": "~1.2.8", "include-all": "~4.0.3", - "ejs": "~2.7.1", + "ejs": "~2.7.2", "grunt": "1.0.4", "grunt-sync": "~0.8.1", "grunt-contrib-copy": "~1.0.0",