diff --git a/package.json b/package.json index 0ea04fcb..754726e1 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "front-matter": "^4.0.2", "glob": "^7.2.0", "intersection-observer": "^0.12.0", - "minimatch": "^3.0.5", + "minimatch": "^3.0.6", "next": "^12.0.10", "next-themes": "^0.0.15", "postcss": "^8.4.6", diff --git a/yarn.lock b/yarn.lock index e4191f64..5ef29ef7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4498,10 +4498,10 @@ minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimatch@^3.0.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3" - integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw== +minimatch@^3.0.6: + version "3.0.6" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.6.tgz#4a2cab247c5f4cc03b85813ebbde7ae23a6406a2" + integrity sha512-dpxq1Q5/wIfWZjlpjEZMpHWLDIEGKAzfxdWG/vDJs6sX2mtpm0vuysXd9bD/XnMrGc/O14D116bYXsSDBJK2lQ== dependencies: brace-expansion "^1.1.7"