diff --git a/package.json b/package.json index d44019c4..0cc13e8a 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "file-loader": "6.2.0", "husky": "7.0.4", "lint-staged": "12.1.2", - "minimatch": "3.0.8", + "minimatch": "3.1.5", "postcss": "8.4.4", "postcss-nested": "5.0.6", "prettier": "2.5.1", diff --git a/yarn.lock b/yarn.lock index 90b217fd..651d0491 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9275,10 +9275,10 @@ minimalistic-crypto-utils@^1.0.1: resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= -minimatch@3.0.8: - version "3.0.8" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1" - integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q== +minimatch@3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e" + integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w== dependencies: brace-expansion "^1.1.7"