From e516bc1e93e3e75fb02dba7a0b0b64ebe4ec3d44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Mar 2020 22:19:10 +0000 Subject: [PATCH] fix: packages/gatsby/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- packages/gatsby/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index e5564c27a077b..57956cc684dcf 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -13,7 +13,7 @@ "async": "^2.1.2", "babel-code-frame": "^6.22.0", "babel-core": "^6.24.1", - "babel-loader": "^6.0.0", + "babel-loader": "^7.1.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-object-assign": "^6.8.0", "babel-polyfill": "^6.23.0", @@ -72,7 +72,7 @@ "md5-file": "^3.1.1", "mime": "^1.3.6", "mitt": "^1.1.2", - "mkdirp": "^0.5.1", + "mkdirp": "^1.0.0", "moment": "^2.16.0", "node-libs-browser": "^2.0.0", "normalize-path": "^2.1.1",