From 88475ab6525c8d6a642976cc52f11ce38499de08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 03:10:28 +0000 Subject: [PATCH] fix: examples/using-sqip/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/using-sqip/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-sqip/package.json b/examples/using-sqip/package.json index 1bf77d0751661..f5614ebe9ef20 100644 --- a/examples/using-sqip/package.json +++ b/examples/using-sqip/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Benedikt Rötsch ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.0.0", "gatsby-image": "^2.0.5", "gatsby-plugin-sharp": "^2.0.5", "gatsby-source-filesystem": "^2.0.1",