From 25d31a27846db39d6292262094e64ec01c8f5913 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Feb 2021 08:07:55 +0000 Subject: [PATCH] fix: upgrade minimist from 1.2.0 to 1.2.5 Snyk has created this PR to upgrade minimist from 1.2.0 to 1.2.5. See this package in npm: https://www.npmjs.com/package/minimist See this project in Snyk: https://app.snyk.io/org/hmcts/project/2092368e-e7fb-4c68-af34-3cfaaea7b439?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9028d329..a596b499 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gulp-util": "^3.0.7", "keypather": "^3.0.0", "marked": "^0.4.0", - "minimist": "1.2.0", + "minimist": "1.2.5", "notifications-node-client": "^4.1.0", "nunjucks": "^3.1.3", "portscanner": "^2.1.1",