From 4bba3f77f88a424d5a960ebdf2e77ec1fbdefdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 14:00:56 +0000 Subject: [PATCH] Bump minimatch in /Website/Web/content/static/lib/iframe-resizer 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] --- .../Web/content/static/lib/iframe-resizer/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Website/Web/content/static/lib/iframe-resizer/package-lock.json b/Website/Web/content/static/lib/iframe-resizer/package-lock.json index 85df888..1a58c89 100644 --- a/Website/Web/content/static/lib/iframe-resizer/package-lock.json +++ b/Website/Web/content/static/lib/iframe-resizer/package-lock.json @@ -8032,9 +8032,9 @@ "optional": 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==", "dev": true, "requires": { "brace-expansion": "^1.1.7"