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" } }