From e5ffda39dbcdf907e00aa8485bcc693f48466d8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 22:45:59 +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-5926692 --- 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 814315cfb955b..db7a1b3959eb5 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.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-csv": "^2.3.11",