From 9d0c46bacf7cd368e7b38fb20a9f9c32b799433c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 11:19:29 +0000 Subject: [PATCH] chore(deps): update dependency minimatch to 3.0.5 [security] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4f59a2..388da6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1088,9 +1088,9 @@ } }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "requires": { "brace-expansion": "^1.1.7" } diff --git a/package.json b/package.json index 199d30c..97c12d5 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "dependencies": { "atom-linter": "10.0.0", "atom-package-deps": "7.2.3", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "semver": "7.3.5" }, "devDependencies": {