From 51bdd6154a9119605773b05f67a0dfeef4d1ef9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:22:28 +0000 Subject: [PATCH] fix(deps): update dependency ignore to ^5.2.2 --- packages/eslint-plugin/package.json | 2 +- packages/stylelint-plugin/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index d3b6473b..304be695 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": "^5.2.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 270d6073..d2802608 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": "^5.2.2", "postcss-value-parser": "^4.2.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index cc739553..23934a2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4261,10 +4261,10 @@ ignore@^4.0.6: resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== -ignore@^5.1.8, ignore@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" - integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== +ignore@^5.1.8, ignore@^5.2.0, ignore@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.2.tgz#7e5f30224584b67aeeefe383a24a61dce4cb370d" + integrity sha512-m1MJSy4Z2NAcyhoYpxQeBsc1ZdNQwYjN0wGbLBlnVArdJ90Gtr8IhNSfZZcCoR0fM/0E0BJ0mf1KnLNDOCJP4w== import-fresh@^3.0.0, import-fresh@^3.2.1: version "3.3.0"