Skip to content

Commit f1d3cd7

Browse files
chore: update dependency eslint-plugin-jest to v27.2.0 (#3475)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 079829f commit f1d3cd7

File tree

1 file changed

+7
-55
lines changed

1 file changed

+7
-55
lines changed

yarn.lock

+7-55
Original file line numberDiff line numberDiff line change
@@ -3193,14 +3193,6 @@
31933193
"@typescript-eslint/typescript-estree" "5.47.1"
31943194
debug "^4.3.4"
31953195

3196-
"@typescript-eslint/[email protected]":
3197-
version "5.46.1"
3198-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.46.1.tgz#70af8425c79bbc1178b5a63fb51102ddf48e104a"
3199-
integrity sha512-iOChVivo4jpwUdrJZyXSMrEIM/PvsbbDOX1y3UCKjSgWn+W89skxWaYXACQfxmIGhPVpRWK/VWPYc+bad6smIA==
3200-
dependencies:
3201-
"@typescript-eslint/types" "5.46.1"
3202-
"@typescript-eslint/visitor-keys" "5.46.1"
3203-
32043196
"@typescript-eslint/[email protected]":
32053197
version "5.47.1"
32063198
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.47.1.tgz#0d302b3c2f20ab24e4787bf3f5a0d8c449b823bd"
@@ -3219,29 +3211,11 @@
32193211
debug "^4.3.4"
32203212
tsutils "^3.21.0"
32213213

3222-
"@typescript-eslint/[email protected]":
3223-
version "5.46.1"
3224-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.46.1.tgz#4e9db2107b9a88441c4d5ecacde3bb7a5ebbd47e"
3225-
integrity sha512-Z5pvlCaZgU+93ryiYUwGwLl9AQVB/PQ1TsJ9NZ/gHzZjN7g9IAn6RSDkpCV8hqTwAiaj6fmCcKSQeBPlIpW28w==
3226-
32273214
"@typescript-eslint/[email protected]":
32283215
version "5.47.1"
32293216
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.47.1.tgz#459f07428aec5a8c4113706293c2ae876741ac8e"
32303217
integrity sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==
32313218

3232-
"@typescript-eslint/[email protected]":
3233-
version "5.46.1"
3234-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.1.tgz#5358088f98a8f9939355e0996f9c8f41c25eced2"
3235-
integrity sha512-j9W4t67QiNp90kh5Nbr1w92wzt+toiIsaVPnEblB2Ih2U9fqBTyqV9T3pYWZBRt6QoMh/zVWP59EpuCjc4VRBg==
3236-
dependencies:
3237-
"@typescript-eslint/types" "5.46.1"
3238-
"@typescript-eslint/visitor-keys" "5.46.1"
3239-
debug "^4.3.4"
3240-
globby "^11.1.0"
3241-
is-glob "^4.0.3"
3242-
semver "^7.3.7"
3243-
tsutils "^3.21.0"
3244-
32453219
"@typescript-eslint/[email protected]":
32463220
version "5.47.1"
32473221
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.1.tgz#b9d8441308aca53df7f69b2c67a887b82c9ed418"
@@ -3255,7 +3229,7 @@
32553229
semver "^7.3.7"
32563230
tsutils "^3.21.0"
32573231

3258-
"@typescript-eslint/[email protected]":
3232+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
32593233
version "5.47.1"
32603234
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.47.1.tgz#595f25ac06e9ee28c339fd43c709402820b13d7b"
32613235
integrity sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw==
@@ -3269,28 +3243,6 @@
32693243
eslint-utils "^3.0.0"
32703244
semver "^7.3.7"
32713245

3272-
"@typescript-eslint/utils@^5.10.0":
3273-
version "5.46.1"
3274-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.46.1.tgz#7da3c934d9fd0eb4002a6bb3429f33298b469b4a"
3275-
integrity sha512-RBdBAGv3oEpFojaCYT4Ghn4775pdjvwfDOfQ2P6qzNVgQOVrnSPe5/Pb88kv7xzYQjoio0eKHKB9GJ16ieSxvA==
3276-
dependencies:
3277-
"@types/json-schema" "^7.0.9"
3278-
"@types/semver" "^7.3.12"
3279-
"@typescript-eslint/scope-manager" "5.46.1"
3280-
"@typescript-eslint/types" "5.46.1"
3281-
"@typescript-eslint/typescript-estree" "5.46.1"
3282-
eslint-scope "^5.1.1"
3283-
eslint-utils "^3.0.0"
3284-
semver "^7.3.7"
3285-
3286-
"@typescript-eslint/[email protected]":
3287-
version "5.46.1"
3288-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.1.tgz#126cc6fe3c0f83608b2b125c5d9daced61394242"
3289-
integrity sha512-jczZ9noovXwy59KjRTk1OftT78pwygdcmCuBf8yMoWt/8O8l+6x2LSEze0E4TeepXK4MezW3zGSyoDRZK7Y9cg==
3290-
dependencies:
3291-
"@typescript-eslint/types" "5.46.1"
3292-
eslint-visitor-keys "^3.3.0"
3293-
32943246
"@typescript-eslint/[email protected]":
32953247
version "5.47.1"
32963248
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.47.1.tgz#d35c2da544dbb685db9c5b5b85adac0a1d74d1f2"
@@ -5343,9 +5295,9 @@ eslint-plugin-import@^2.20.1:
53435295
tsconfig-paths "^3.14.1"
53445296

53455297
eslint-plugin-jest@^27.0.0:
5346-
version "27.1.7"
5347-
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.7.tgz#0351e904afb8d66b7f70452929556dfdc8daba0d"
5348-
integrity sha512-0QVzf+og4YI1Qr3UoprkqqhezAZjFffdi62b0IurkCXMqPtRW84/UT4CKsYT80h/D82LA9avjO/80Ou1LdgbaQ==
5298+
version "27.2.0"
5299+
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.0.tgz#8e9976705642bea1981596c0ba5e3f46d449f3fc"
5300+
integrity sha512-KGIYtelk4rIhKocxRKUEeX+kJ0ZCab/CiSgS8BMcKD7AY7YxXhlg/d51oF5jq2rOrtuJEDYWRwXD95l6l2vtrA==
53495301
dependencies:
53505302
"@typescript-eslint/utils" "^5.10.0"
53515303

@@ -5594,9 +5546,9 @@ fast-safe-stringify@^2.0.6, fast-safe-stringify@^2.0.7:
55945546
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
55955547

55965548
fastq@^1.6.0:
5597-
version "1.14.0"
5598-
resolved "https://registry.npmjs.org/fastq/-/fastq-1.14.0.tgz#107f69d7295b11e0fccc264e1fc6389f623731ce"
5599-
integrity sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg==
5549+
version "1.15.0"
5550+
resolved "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a"
5551+
integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==
56005552
dependencies:
56015553
reusify "^1.0.4"
56025554

0 commit comments

Comments
 (0)