diff --git a/package.json b/package.json index 91736700..1316d546 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.4", + "minimatch": "^3.0.5", "next": "^12.0.10", "next-themes": "^0.0.15", "postcss": "^8.4.6", diff --git a/yarn.lock b/yarn.lock index 36f8c208..de6f6086 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4498,6 +4498,13 @@ 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== + dependencies: + brace-expansion "^1.1.7" + minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"