From 011e8fa0ca2ea228d2d881e58546284fec00b3c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Aug 2025 15:19:41 +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-COOKIE-8163060 --- 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 9fca3dd5efe8e..ee0084a28b4fe 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": "^5.15.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-csv": "^2.0.0",