From ebbb0d964b345af14155eb1f34ed7b974ddb4f74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 19:44:42 +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-WEBPACKDEVMIDDLEWARE-6476555 --- 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..466a7c64bbe40 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": "^3.13.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-csv": "^2.0.0",