From 6a9740b40c7848f25482da307c732774462781fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 02:03:37 +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 5a739fcef98e5..590f4e8c02da5 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", @@ -73,7 +73,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",