From 918f7fcd18bee15ea7d157a5a1b96225ef56f713 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Sep 2020 17:45:45 +0000 Subject: [PATCH] Pin dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8c7da026..bb2a30681 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "commander": "6.1.0", "eslint-config-prettier": "6.11.0", "glob": "7.1.6", - "minimatch": "^3.0.4", + "minimatch": "3.0.4", "strip-json-comments": "3.1.1", "tslint": "6.1.3", "typescript": "4.0.2" @@ -28,7 +28,7 @@ "@types/eslint-config-prettier": "6.11.0", "@types/glob": "7.1.3", "@types/jest": "26.0.13", - "@types/minimatch": "^3.0.3", + "@types/minimatch": "3.0.3", "@types/node": "12.12.21", "@typescript-eslint/eslint-plugin": "4.1.0", "@typescript-eslint/parser": "4.1.0",