From c927b3bcb3350249a2233cca133b3e150a08fcb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Mar 2020 21:59:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa2fd92..cb355fc 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "ISC", "dependencies": { "chai": "^4.1.2", - "mocha": "^5.0.3", + "mocha": "^6.0.0", "postcss": "^7.0.26", "postcss-nested": "https://github.com/sparkbox/postcss-nested/tarball/master", "postcss-nested-vars": "^1.0.0",