From 5ef1d6ac775d069ea40bbe76f3d07861767ab791 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Sep 2021 06:50:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b4ed1a006e..60fe5fb8e7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "broadband": "^1.0.0", "cheerio": "^0.22.0", "clean-css": "^3.4.28", - "cli-progress": "^2.1.1", + "cli-progress": "^3.6.1", "connect-flash": "^0.1.1", "connect-mongo": "^1.3.2", "connect-multiparty": "^2.1.1", @@ -57,7 +57,7 @@ "mongodb": "^2.2.36", "moog-require": "^1.1.0", "nodemailer": "^4.7.0", - "nunjucks": "^2.5.2", + "nunjucks": "^3.2.1", "oembetter": "^0.1.19", "passport": "^0.3.2", "passport-local": "^1.0.0", @@ -79,7 +79,7 @@ "underscore.string": "^3.3.5", "uploadfs": "^1.11.1", "xregexp": "^2.0.0", - "yargs": "^3.32.0" + "yargs": "^15.0.1" }, "devDependencies": { "eslint": "^4.0.0",