From 94dd6c5a89009e330dede8fff77f958edcdc93e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 05:10:27 +0000 Subject: [PATCH] fix: integration-tests/gatsby-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- integration-tests/gatsby-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/gatsby-cli/package.json b/integration-tests/gatsby-cli/package.json index 8a220609a218f..f6bf72fa2b99f 100644 --- a/integration-tests/gatsby-cli/package.json +++ b/integration-tests/gatsby-cli/package.json @@ -2,7 +2,7 @@ "name": "gatsby-cli-tests", "version": "1.0.0", "dependencies": { - "strip-ansi": "^6.0.0" + "strip-ansi": "^7.0.0" }, "license": "MIT", "scripts": {