From d6bf4d89d8ec46d5d8933c8564f2197b886d2db1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 23:52:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b218d6e..ac1b6a5 100644 --- a/package.json +++ b/package.json @@ -27,11 +27,11 @@ "debug": "3.0.1", "dedent": "0.7.0", "dotenv": "^4.0.0", - "gatsby": "^1.9.149", + "gatsby": "^2.0.0", "gatsby-cli": "1.1.10", "gatsby-link": "1.6.13", "gatsby-plugin-react-helmet": "1.0.1", - "gatsby-source-filesystem": "1.4.6", + "gatsby-source-filesystem": "2.0.1", "gatsby-transformer-remark": "^1.7.26", "gocommerce-js": "4.1.1", "invariant": "2.2.2",