From 14a2b32eb4affdb96dcdf7c89d48d2e9c3d5947b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jun 2021 05:29:53 +0000 Subject: [PATCH] fix: integration-tests/long-term-caching/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CSSWHAT-1298035 --- integration-tests/long-term-caching/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/long-term-caching/package.json b/integration-tests/long-term-caching/package.json index 6fd262a60417b..f238d37ea5e4d 100644 --- a/integration-tests/long-term-caching/package.json +++ b/integration-tests/long-term-caching/package.json @@ -9,7 +9,7 @@ "serve": "gatsby serve" }, "dependencies": { - "gatsby": "^2.0.118", + "gatsby": "^3.0.0", "gray-percentage": "^2.0.0", "react": "^16.8.0", "react-dom": "^16.8.0"