From 284630252ff91f42b0cd2b6a5b7ab113a5d72dfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 09:09:07 +0000 Subject: [PATCH] fix(deps): update dependency ignore to v7 --- packages/eslint-plugin/package.json | 2 +- packages/stylelint-plugin/package.json | 2 +- yarn.lock | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 7c532ffd..095c73fb 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.0", "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..83326c85 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.0", "postcss-value-parser": "^4.2.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 37182fdb..98e4d5f2 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.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.0.tgz#52da780b009bd0845d1f9dd4d8ae6a7569ae73c4" + integrity sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A== + 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"