From ae4e540e37acdbef6ae0e86399419b561fc31abe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 May 2021 21:08:27 +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-NORMALIZEURL-1296539 --- 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 61956ab045f49..38e3fbeb5dcd1 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.0.0", "gray-percentage": "^2.0.0", "react": "^16.8.0", "react-dom": "^16.8.0"