From 6ceca682064fd44f55ef09313b3f890c7c2c25f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Oct 2022 19:37:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa2fd92..f05c14e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "ISC", "dependencies": { "chai": "^4.1.2", - "mocha": "^5.0.3", + "mocha": "^9.2.2", "postcss": "^7.0.26", "postcss-nested": "https://github.com/sparkbox/postcss-nested/tarball/master", "postcss-nested-vars": "^1.0.0",