From cfed22dcfd2621c66e09d781e5aea6f485129739 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Oct 2023 05:25:44 +0000 Subject: [PATCH] fix: upgrade ejs from 2.5.7 to 2.7.4 Snyk has created this PR to upgrade ejs from 2.5.7 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/krishnaclouds/project/c16cad5a-752b-40f0-8037-0b02cd812425?utm_source=github&utm_medium=referral&page=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 f2d6cf3..8fb243e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,9 +84,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "ejs": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.5.7.tgz", - "integrity": "sha1-zIcsFoiArjxxiXYv1f/ACJbJUYo=" + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz", + "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==" }, "encodeurl": { "version": "1.0.2", diff --git a/package.json b/package.json index ef84b4f..1bc4d22 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "Bala Krishna", "license": "ISC", "dependencies": { - "ejs": "^2.5.7", + "ejs": "^2.7.4", "express": "^4.16.3" } }