From 654b8a6d80d3e6614b12c50c42caf90f9ef66a6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Oct 2021 20:51:51 +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 bbc0fa04e0bb..d44ece9b911b 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "replace": "^1.2.0", "revalidator": "^0.3.1", "robots-parser": "^2.1.1", - "standard": "^14.3.1", + "standard": "^16.0.4", "start-server-and-test": "^1.11.3", "supertest": "^4.0.2", "webpack-dev-middleware": "^3.7.2",