From f87e4d1ede99aa7b2a6ad65a355eefed84ad4080 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 May 2022 17:09:51 +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-SHELLQUOTE-1766506 --- 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 c5ca53dc69d73..487d8372b4b64 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.24.63", + "gatsby": "^4.14.0", "gatsby-image": "^2.4.19", "gatsby-plugin-sharp": "^2.6.36", "gatsby-source-filesystem": "^2.3.30",