From 779d2836021e88ad088c0a6744f80165ff739abe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jun 2022 19:27:47 +0000 Subject: [PATCH] fix: scripts/gatsby-plugin-checker/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- scripts/gatsby-plugin-checker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gatsby-plugin-checker/package.json b/scripts/gatsby-plugin-checker/package.json index fb19d5d56e71b..e03f70df51ff8 100644 --- a/scripts/gatsby-plugin-checker/package.json +++ b/scripts/gatsby-plugin-checker/package.json @@ -11,6 +11,6 @@ "license": "MIT", "dependencies": { "dotenv": "^8.0.0", - "got": "^9.0.0" + "got": "^11.8.5" } }