diff --git a/package.json b/package.json index d44019c4..0086a9bf 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.3", "postcss": "8.4.4", "postcss-nested": "5.0.6", "prettier": "2.5.1", diff --git a/yarn.lock b/yarn.lock index 90b217fd..dfed4278 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.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.3.tgz#6a5cba9b31f503887018f579c89f81f61162e624" + integrity sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA== dependencies: brace-expansion "^1.1.7"