From 0c8bb3962f07e087ac93651be7341a74c4c1b75f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 22:29:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d18f3049c3f34..4f95ab9f9d6ec 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "nock": "^9.5.0", "pre-commit": "^1.2.2", "proxyquire": "^2.0.1", - "standard": "^11.0.1", + "standard": "^15.0.0", "stylint": "^1.5.9", "tape": "^4.9.1" }