From 50ba3be2ca6c6235a4c3e4921ea9f8adfefe2c0e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 16:31:27 +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-ANSIREGEX-1583908 --- 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..920d57bd39060 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": "^4.6.0", "gatsby-image": "^2.0.5", "gatsby-plugin-sharp": "^2.0.5", "gatsby-source-filesystem": "^2.0.1",