From 85ad7acad2fec077a00ef5a81640a71e358a6d05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Sep 2021 21:01:53 +0000 Subject: [PATCH] fix: upgrade ejs from 2.5.9 to 2.7.4 Snyk has created this PR to upgrade ejs from 2.5.9 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/plaid-main/project/0c654cd8-3629-4ef4-82f7-6c2c1ae03444?utm_source=github&utm_medium=referral&page=upgrade-pr --- node/package-lock.json | 6 +++--- node/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index be85c587..a5a96835 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -357,9 +357,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "ejs": { - "version": "2.5.9", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.5.9.tgz", - "integrity": "sha512-GJCAeDBKfREgkBtgrYSf9hQy9kTb3helv0zGdzqhM7iAkW8FA/ZF97VQDbwFiwIT8MQLLOe5VlPZOEvZAqtUAQ==" + "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/node/package.json b/node/package.json index dd33cdab..f2e9a343 100644 --- a/node/package.json +++ b/node/package.json @@ -14,7 +14,7 @@ "dependencies": { "body-parser": "1.18.x", "dotenv": "^8.2.0", - "ejs": "2.5.x", + "ejs": "2.7.4", "express": "4.16.x", "moment": "2.22.x", "nodemon": "^2.0.5",