From fc3fb8349e9bb3b5655a21ab40b0d5c2e6d405c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Aug 2022 00:28:40 +0000 Subject: [PATCH] fix: packages/luis/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 --- packages/luis/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/luis/package.json b/packages/luis/package.json index e4a6ddbe6..388f252df 100644 --- a/packages/luis/package.json +++ b/packages/luis/package.json @@ -71,7 +71,7 @@ "globby": "^10.0.1", "mocha": "^6.2.2", "nock": "^11.7.0", - "nyc": "^14.1.1", + "nyc": "^15.0.0", "rimraf": "^3.0.0", "sinon": "^7.5.0", "ts-node": "^9.0.0",