From 0d4cdec753e4346dcb94410c2f71bb9979832fff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Jan 2020 22:36:38 +0000 Subject: [PATCH] fix: packages/gatsby-source-wordpress/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 --- packages/gatsby-source-wordpress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 07386c9ccddd4..d349996a3520f 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -14,7 +14,7 @@ "bluebird": "^3.5.0", "deep-map": "^1.5.0", "deep-map-keys": "^1.2.0", - "gatsby-source-filesystem": "^1.5.29", + "gatsby-source-filesystem": "^2.0.22", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.4", "minimatch": "^3.0.4",