From 900b0d6852e421af8d9a830c690c6ae8b6bb0a57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 07:12: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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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..9e85170b078e1 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": "^4.22.0", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-csv": "^2.3.11",