From 005ad2b9c6585c44f7f5ace95c629b5cee86978f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:34:29 +0000 Subject: [PATCH] Bump minimatch in /Resources/Public/Contrib/Bootstrap Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../Public/Contrib/Bootstrap/package-lock.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Resources/Public/Contrib/Bootstrap/package-lock.json b/Resources/Public/Contrib/Bootstrap/package-lock.json index 0e54456..4b10cb8 100644 --- a/Resources/Public/Contrib/Bootstrap/package-lock.json +++ b/Resources/Public/Contrib/Bootstrap/package-lock.json @@ -4158,7 +4158,6 @@ "balanced-match": { "version": "0.4.2", "bundled": true, - "dev": true, "optional": true }, "bcrypt-pbkdf": { @@ -4191,8 +4190,6 @@ "brace-expansion": { "version": "1.1.7", "bundled": true, - "dev": true, - "optional": true, "requires": { "balanced-match": "0.4.2", "concat-map": "0.0.1" @@ -4234,7 +4231,6 @@ "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true, "optional": true }, "console-control-strings": { @@ -4605,15 +4601,6 @@ "mime-db": "1.27.0" } }, - "minimatch": { - "version": "3.0.4", - "bundled": true, - "dev": true, - "optional": true, - "requires": { - "brace-expansion": "1.1.7" - } - }, "minimist": { "version": "0.0.8", "bundled": true, @@ -7679,7 +7666,7 @@ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { - "brace-expansion": "1.1.11" + "brace-expansion": "^1.1.7" } }, "minimist": {