From c244b90ce36530ac7257a2a042bda9acc6b721b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 01:41:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30e4d807..f90abce8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "license": "MIT", "devDependencies": { "babel-core": "^6.7.4", - "babel-loader": "^6.2.4", + "babel-loader": "^7.1.0", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "envify": "^3.4.1",