From c5c72b0aabbf9d79e44288ddf071fcc22be1f9bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:21:43 +0000 Subject: [PATCH] Bump ejs from 3.1.2 to 3.1.6 Bumps [ejs](https://github.com/mde/ejs) from 3.1.2 to 3.1.6. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mde/ejs/compare/v3.1.2...v3.1.6) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb2563c..d0628d0 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "csurf": "^1.11.0", "discord-webhook-node": "^1.0.7", "dotenv": "^8.2.0", - "ejs": "^3.1.2", + "ejs": "^3.1.6", "express": "^4.17.1", "express-boom": "^3.0.0", "express-minify": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 22970db..ed1cee2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -956,10 +956,10 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -ejs@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.2.tgz#a9986e6920a60f2a3229e87d4f0f3c073209874c" - integrity sha512-zFuywxrAWtX5Mk2KAuoJNkXXbfezpNA0v7i+YC971QORguPekpjpAgeOv99YWSdKXwj7JxI2QAWDeDkE8fWtXw== +ejs@^3.1.6: + version "3.1.6" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.6.tgz#5bfd0a0689743bb5268b3550cceeebbc1702822a" + integrity sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw== dependencies: jake "^10.6.1"