diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 7c532ffd..c816dc79 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -43,7 +43,7 @@ "@typescript-eslint/experimental-utils": "5.4.0", "@typescript-eslint/scope-manager": "5.4.0", "debug": "^4.3.2", - "ignore": "^5.1.8", + "ignore": "^7.0.2", "regexpp": "^3.2.0", "semver": "^7.3.5", "tsutils": "^3.21.0" diff --git a/packages/stylelint-plugin/package.json b/packages/stylelint-plugin/package.json index 647921eb..6b2fae7d 100644 --- a/packages/stylelint-plugin/package.json +++ b/packages/stylelint-plugin/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@manypkg/find-root": "^1.1.0", - "ignore": "^5.1.8", + "ignore": "^7.0.2", "postcss-value-parser": "^4.2.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 37182fdb..9b716394 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4329,6 +4329,11 @@ ignore@^5.1.8, ignore@^5.2.0: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== +ignore@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.2.tgz#f3159fb41f147eab6bbc1242a5469ba5d9af6f65" + integrity sha512-Wx5VKTZatJNNa26J1dMfJF1bZu4Lw31EHwhFRcSjTvro8Mqsrd3rJanyW48W43Eyd+gpaiDNkveYd62DvXaZeQ== + import-fresh@^3.0.0, import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"