diff --git a/docs/package-lock.json b/docs/package-lock.json index 881d3e5..f0f6808 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -16,7 +16,7 @@ "gulp-dart-sass": "^1.0.2", "gulp-plumber": "^1.2.1", "gulp-postcss": "^9.0.1", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "postcss": "^8.3.9", "rollup": "^2.58.0" } @@ -2636,9 +2636,9 @@ } }, "node_modules/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, "dependencies": { "brace-expansion": "^1.1.7" @@ -6602,9 +6602,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==", "dev": true, "requires": { "brace-expansion": "^1.1.7" diff --git a/docs/package.json b/docs/package.json index 9ebf1bb..5572aa9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "gulp-dart-sass": "^1.0.2", "gulp-plumber": "^1.2.1", "gulp-postcss": "^9.0.1", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "postcss": "^8.3.9", "rollup": "^2.58.0" },