From 75edf045a60fc7208adba2dab1c49373e8c884b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Jun 2022 05:41:49 +0000 Subject: [PATCH] fix: packages/gatsby-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- packages/gatsby-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index ebf6ee8cef86e..0e3b8c49da4e3 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -24,7 +24,7 @@ "resolve-cwd": "^2.0.0", "source-map": "^0.5.7", "stack-trace": "^0.0.10", - "update-notifier": "^2.3.0", + "update-notifier": "^6.0.0", "yargs": "^8.0.2", "yurnalist": "^0.2.1" },