From f434f6844434dfa11ad1c1144ca8ca044e145c86 Mon Sep 17 00:00:00 2001 From: Ankur Oberoi Date: Fri, 15 Feb 2019 13:55:35 -0800 Subject: [PATCH] resolve security issue in dev dependency nyc --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25d56fb9b..280da96fc 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "lint-staged": "^6.1.0", "mocha": "^5.0.0", "nock": "^9.1.6", - "nyc": "^11.4.1", + "nyc": "^13.3.0", "p-is-promise": "^1.1.0", "shx": "^0.2.2", "sinon": "^4.2.2",