From c3ff01ca0a08b818669323162d2d745c47bb788a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Aug 2021 19:59:28 +0000 Subject: [PATCH] fix: integration-tests/structured-logging/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- integration-tests/structured-logging/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/structured-logging/package.json b/integration-tests/structured-logging/package.json index 4b6ce5b36a4f6..3441ffae71bd5 100644 --- a/integration-tests/structured-logging/package.json +++ b/integration-tests/structured-logging/package.json @@ -10,7 +10,7 @@ "serve": "gatsby serve" }, "dependencies": { - "gatsby": "^2.16.0", + "gatsby": "^3.13.0", "gray-percentage": "^2.0.0", "react": "^16.8.0", "react-dom": "^16.8.0"