From 0470d25408c23493eca7f2c593ffe8999272f7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 09:26:20 +0000 Subject: [PATCH] build(deps-dev): bump minimatch from 3.0.4 to 3.0.5 in /readers/patreon Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- readers/patreon/package-lock.json | 14 +++++++------- readers/patreon/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/readers/patreon/package-lock.json b/readers/patreon/package-lock.json index 3b71acc..7476044 100644 --- a/readers/patreon/package-lock.json +++ b/readers/patreon/package-lock.json @@ -1776,9 +1776,9 @@ } }, "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "base": { "version": "0.11.2", @@ -2787,7 +2787,7 @@ "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, "concat-stream": { "version": "1.6.2", @@ -6877,9 +6877,9 @@ "dev": true }, "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/readers/patreon/package.json b/readers/patreon/package.json index 4f75496..b86faa1 100644 --- a/readers/patreon/package.json +++ b/readers/patreon/package.json @@ -34,7 +34,7 @@ "istanbul-instrumenter-loader": "^3.0.1", "json-loader": "^0.5.7", "mini-css-extract-plugin": "^0.9.0", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "node-sass": "^4.14.1", "postcss-loader": "^3.0.0", "promise-polyfill": "^8.1.3",