From 192cae9ce7c55c71b635496dd555e7b8a7c1567d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 05:13:08 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-feed/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- packages/gatsby-plugin-feed/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 89008385ec41f..a2d0dc7c14d7f 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.0.0", "lodash.merge": "^4.6.0", - "mkdirp": "^0.5.1", + "mkdirp": "^1.0.0", "pify": "^3.0.0", "rss": "^1.2.2" },