From 66c69364f28336f0cad254b9158126d31faabd2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Mar 2022 16:04:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa2fd92..1351c09 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "ISC", "dependencies": { "chai": "^4.1.2", - "mocha": "^5.0.3", + "mocha": "^6.2.3", "postcss": "^7.0.26", "postcss-nested": "https://github.com/sparkbox/postcss-nested/tarball/master", "postcss-nested-vars": "^1.0.0",