From b866eedd620909e27f3b9c47184cc284bdbad21a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Mar 2023 19:06:48 +0000 Subject: [PATCH] fix: examples/using-csv/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- examples/using-csv/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-csv/package.json b/examples/using-csv/package.json index 6dd1948c1d9bd..44138f202e5ed 100644 --- a/examples/using-csv/package.json +++ b/examples/using-csv/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-csv", "author": "Sonal Saldanha ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.14.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-csv": "^2.0.0",