From ce5b0e774ed8f8e81ba76bf3c6d0b8db8f38b1e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Aug 2022 22:26:41 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abfbf41..364fd51 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0", "gatsby-plugin-sitemap": "^4.0.0", "gatsby-plugin-typescript": "^3.0.0", - "gatsby-source-filesystem": "^3.0.0" + "gatsby-source-filesystem": "^4.21.0" }, "devDependencies": { "@types/node": "^14.14.31",