From 556c3185d7b50e551f3eb32b23449e7de400058d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Oct 2021 01:31:04 +0000 Subject: [PATCH] fix: examples/with-mocha/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/with-mocha/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-mocha/package.json b/examples/with-mocha/package.json index b860b86dbb689..d7af79f81603f 100644 --- a/examples/with-mocha/package.json +++ b/examples/with-mocha/package.json @@ -19,7 +19,7 @@ "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "expect.js": "^0.3.1", - "mocha": "^7.1.1" + "mocha": "^9.1.2" }, "license": "MIT" }