From 10b1eccd9dc18a47762d89f8e9264f627302253b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Aug 2023 12:44:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ba0341f0..0e041d221 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "phantomjs-prebuilt": "^2.1.3", "rimraf": "^2.2.8", "server-destroy": "^1.0.1", - "standard": "^11.0.0", + "standard": "^12.0.0", "tape": "^4.6.0", "taper": "^0.5.0" },