From a199585a0e2a8b963bc72c11960cbb2fddc119ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 00:20:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d18f3049c3f34..4995159f69e52 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "devDependencies": { "faucet": "^0.0.1", "htmllint-cli": "^0.0.6", - "nock": "^9.5.0", + "nock": "^11.9.0", "pre-commit": "^1.2.2", "proxyquire": "^2.0.1", "standard": "^11.0.1",