From 1a712e8f73d9bf653ef13bbc97281079fbd58e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 13:35:34 +0000 Subject: [PATCH] Bump minimatch from 0.3.0 to 3.0.4 in /synergy Bumps [minimatch](https://github.com/isaacs/minimatch) from 0.3.0 to 3.0.4. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v0.3.0...v3.0.4) Signed-off-by: dependabot[bot] --- synergy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 synergy/package.json diff --git a/synergy/package.json b/synergy/package.json old mode 100755 new mode 100644 index 59a43fb8..62f6eea5 --- a/synergy/package.json +++ b/synergy/package.json @@ -4,7 +4,7 @@ "description": "Test case management system", "devDependencies": { "grunt": "0.4.0", - "minimatch": "0.3.0", + "minimatch": "3.0.4", "grunt-contrib-concat": "0.5.0", "grunt-contrib-cssmin": "", "grunt-contrib-jshint": "0.10.0",