From bdbef1525fc4de8400182e3b92d5176eedaaf4f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jul 2020 22:25:34 +0000 Subject: [PATCH] fix: upgrade minimatch from 0.3.0 to 0.4.0 Snyk has created this PR to upgrade minimatch from 0.3.0 to 0.4.0. See this package in NPM: https://www.npmjs.com/package/minimatch See this project in Snyk: https://app.snyk.io/org/podio-podio/project/fa5ad017-b4e5-4d96-8254-69ca7dabb75b?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54944a8..e2de95a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "istanbul": "~0.3.0", "dateformat": "~1.0.6", - "minimatch": "~0.3.0" + "minimatch": "~0.4.0" }, "peerDependencies": { "karma": ">=0.9"