From 0ecd80bcc04db6d80fed84bd17b6bccc9e6a8eaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Sep 2021 08:02:33 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6994daf..42ef319 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "karma-spec-reporter": "^0.0.23", "lodash": "^4.0.1", "mocha": "^2.2.5", - "mversion": "^1.10.1", + "mversion": "^2.0.0", "sinon": "^1.14.1", "sinon-chai": "^2.8.0", "vinyl-buffer": "^1.0.0",