Skip to content

Commit b3d80f6

Browse files
chore(deps-dev): bump eslint-plugin-jest in /template
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.5.0 to 28.9.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.5.0...v28.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5cb0fd commit b3d80f6

File tree

2 files changed

+109
-87
lines changed

2 files changed

+109
-87
lines changed

template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"babel-jest": "^29.6.3",
6565
"eslint": "^8.53.0",
6666
"eslint-plugin-import": "^2.29.1",
67-
"eslint-plugin-jest": "^28.5.0",
67+
"eslint-plugin-jest": "^28.9.0",
6868
"eslint-plugin-react": "^7.32.2",
6969
"eslint-plugin-react-hooks": "^4.6.0",
7070
"eslint-plugin-unused-imports": "^2.0.0",

template/yarn.lock

+108-86
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
"@babel/highlight" "^7.24.7"
1919
picocolors "^1.0.0"
2020

21-
"@babel/code-frame@^7.24.7":
22-
version "7.24.7"
23-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
24-
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
21+
"@babel/code-frame@^7.25.9":
22+
version "7.26.2"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
24+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
2525
dependencies:
26-
"@babel/highlight" "^7.24.7"
26+
"@babel/helper-validator-identifier" "^7.25.9"
27+
js-tokens "^4.0.0"
2728
picocolors "^1.0.0"
2829

2930
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.6":
@@ -76,15 +77,16 @@
7677
"@jridgewell/trace-mapping" "^0.3.25"
7778
jsesc "^2.5.1"
7879

79-
"@babel/generator@^7.25.0":
80-
version "7.25.0"
81-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
82-
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
80+
"@babel/generator@^7.25.9":
81+
version "7.26.2"
82+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f"
83+
integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==
8384
dependencies:
84-
"@babel/types" "^7.25.0"
85+
"@babel/parser" "^7.26.2"
86+
"@babel/types" "^7.26.0"
8587
"@jridgewell/gen-mapping" "^0.3.5"
8688
"@jridgewell/trace-mapping" "^0.3.25"
87-
jsesc "^2.5.1"
89+
jsesc "^3.0.2"
8890

8991
"@babel/helper-annotate-as-pure@^7.24.6":
9092
version "7.24.6"
@@ -107,18 +109,7 @@
107109
dependencies:
108110
"@babel/types" "^7.24.6"
109111

110-
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6", "@babel/helper-compilation-targets@^7.25.2":
111-
version "7.25.2"
112-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
113-
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
114-
dependencies:
115-
"@babel/compat-data" "^7.25.2"
116-
"@babel/helper-validator-option" "^7.24.8"
117-
browserslist "^4.23.1"
118-
lru-cache "^5.1.1"
119-
semver "^6.3.1"
120-
121-
"@babel/helper-compilation-targets@^7.24.8":
112+
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2":
122113
version "7.25.2"
123114
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
124115
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
@@ -339,10 +330,10 @@
339330
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
340331
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
341332

342-
"@babel/helper-string-parser@^7.24.8":
343-
version "7.24.8"
344-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
345-
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
333+
"@babel/helper-string-parser@^7.25.9":
334+
version "7.25.9"
335+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
336+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
346337

347338
"@babel/helper-validator-identifier@^7.24.6":
348339
version "7.24.6"
@@ -354,6 +345,11 @@
354345
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
355346
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
356347

348+
"@babel/helper-validator-identifier@^7.25.9":
349+
version "7.25.9"
350+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
351+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
352+
357353
"@babel/helper-validator-option@^7.24.6":
358354
version "7.24.6"
359355
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a"
@@ -398,12 +394,12 @@
398394
dependencies:
399395
"@babel/types" "^7.25.2"
400396

401-
"@babel/parser@^7.25.0", "@babel/parser@^7.25.3":
402-
version "7.25.3"
403-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
404-
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
397+
"@babel/parser@^7.25.9", "@babel/parser@^7.26.2":
398+
version "7.26.2"
399+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11"
400+
integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==
405401
dependencies:
406-
"@babel/types" "^7.25.2"
402+
"@babel/types" "^7.26.0"
407403

408404
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.6":
409405
version "7.24.6"
@@ -1277,6 +1273,15 @@
12771273
"@babel/parser" "^7.25.0"
12781274
"@babel/types" "^7.25.0"
12791275

1276+
"@babel/template@^7.25.9":
1277+
version "7.25.9"
1278+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
1279+
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
1280+
dependencies:
1281+
"@babel/code-frame" "^7.25.9"
1282+
"@babel/parser" "^7.25.9"
1283+
"@babel/types" "^7.25.9"
1284+
12801285
"@babel/traverse@^7.20.0", "@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2":
12811286
version "7.25.3"
12821287
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
@@ -1290,16 +1295,20 @@
12901295
debug "^4.3.1"
12911296
globals "^11.1.0"
12921297

1293-
"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.6", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1294-
version "7.25.2"
1295-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
1296-
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
1298+
"@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0":
1299+
version "7.25.9"
1300+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
1301+
integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==
12971302
dependencies:
1298-
"@babel/helper-string-parser" "^7.24.8"
1299-
"@babel/helper-validator-identifier" "^7.24.7"
1300-
to-fast-properties "^2.0.0"
1303+
"@babel/code-frame" "^7.25.9"
1304+
"@babel/generator" "^7.25.9"
1305+
"@babel/parser" "^7.25.9"
1306+
"@babel/template" "^7.25.9"
1307+
"@babel/types" "^7.25.9"
1308+
debug "^4.3.1"
1309+
globals "^11.1.0"
13011310

1302-
"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2":
1311+
"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.6", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
13031312
version "7.25.2"
13041313
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
13051314
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
@@ -1308,6 +1317,14 @@
13081317
"@babel/helper-validator-identifier" "^7.24.7"
13091318
to-fast-properties "^2.0.0"
13101319

1320+
"@babel/types@^7.25.9", "@babel/types@^7.26.0":
1321+
version "7.26.0"
1322+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1323+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1324+
dependencies:
1325+
"@babel/helper-string-parser" "^7.25.9"
1326+
"@babel/helper-validator-identifier" "^7.25.9"
1327+
13111328
"@bcoe/v8-coverage@^0.2.3":
13121329
version "0.2.3"
13131330
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2499,14 +2516,6 @@
24992516
"@typescript-eslint/types" "5.62.0"
25002517
"@typescript-eslint/visitor-keys" "5.62.0"
25012518

2502-
"@typescript-eslint/scope-manager@7.11.0":
2503-
version "7.11.0"
2504-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d"
2505-
integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==
2506-
dependencies:
2507-
"@typescript-eslint/types" "7.11.0"
2508-
"@typescript-eslint/visitor-keys" "7.11.0"
2509-
25102519
"@typescript-eslint/scope-manager@7.18.0":
25112520
version "7.18.0"
25122521
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
@@ -2515,6 +2524,14 @@
25152524
"@typescript-eslint/types" "7.18.0"
25162525
"@typescript-eslint/visitor-keys" "7.18.0"
25172526

2527+
"@typescript-eslint/scope-manager@8.13.0":
2528+
version "8.13.0"
2529+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz#2f4aed0b87d72360e64e4ea194b1fde14a59082e"
2530+
integrity sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==
2531+
dependencies:
2532+
"@typescript-eslint/types" "8.13.0"
2533+
"@typescript-eslint/visitor-keys" "8.13.0"
2534+
25182535
"@typescript-eslint/type-utils@5.62.0":
25192536
version "5.62.0"
25202537
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -2540,16 +2557,16 @@
25402557
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
25412558
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
25422559

2543-
"@typescript-eslint/types@7.11.0":
2544-
version "7.11.0"
2545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722"
2546-
integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==
2547-
25482560
"@typescript-eslint/types@7.18.0":
25492561
version "7.18.0"
25502562
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
25512563
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
25522564

2565+
"@typescript-eslint/types@8.13.0":
2566+
version "8.13.0"
2567+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.13.0.tgz#3f35dead2b2491a04339370dcbcd17bbdfc204d8"
2568+
integrity sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==
2569+
25532570
"@typescript-eslint/typescript-estree@5.62.0":
25542571
version "5.62.0"
25552572
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2563,29 +2580,29 @@
25632580
semver "^7.3.7"
25642581
tsutils "^3.21.0"
25652582

2566-
"@typescript-eslint/typescript-estree@7.11.0":
2567-
version "7.11.0"
2568-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa"
2569-
integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==
2583+
"@typescript-eslint/typescript-estree@7.18.0":
2584+
version "7.18.0"
2585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
2586+
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
25702587
dependencies:
2571-
"@typescript-eslint/types" "7.11.0"
2572-
"@typescript-eslint/visitor-keys" "7.11.0"
2588+
"@typescript-eslint/types" "7.18.0"
2589+
"@typescript-eslint/visitor-keys" "7.18.0"
25732590
debug "^4.3.4"
25742591
globby "^11.1.0"
25752592
is-glob "^4.0.3"
25762593
minimatch "^9.0.4"
25772594
semver "^7.6.0"
25782595
ts-api-utils "^1.3.0"
25792596

2580-
"@typescript-eslint/typescript-estree@7.18.0":
2581-
version "7.18.0"
2582-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
2583-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
2597+
"@typescript-eslint/typescript-estree@8.13.0":
2598+
version "8.13.0"
2599+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz#db8c93dd5437ca3ce417a255fb35ddc3c12c3e95"
2600+
integrity sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==
25842601
dependencies:
2585-
"@typescript-eslint/types" "7.18.0"
2586-
"@typescript-eslint/visitor-keys" "7.18.0"
2602+
"@typescript-eslint/types" "8.13.0"
2603+
"@typescript-eslint/visitor-keys" "8.13.0"
25872604
debug "^4.3.4"
2588-
globby "^11.1.0"
2605+
fast-glob "^3.3.2"
25892606
is-glob "^4.0.3"
25902607
minimatch "^9.0.4"
25912608
semver "^7.6.0"
@@ -2615,15 +2632,15 @@
26152632
"@typescript-eslint/types" "7.18.0"
26162633
"@typescript-eslint/typescript-estree" "7.18.0"
26172634

2618-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0":
2619-
version "7.11.0"
2620-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.11.0.tgz#524f047f2209959424c3ef689b0d83b3bc09919c"
2621-
integrity sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==
2635+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
2636+
version "8.13.0"
2637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.13.0.tgz#f6d40e8b5053dcaeabbd2e26463857abf27d62c0"
2638+
integrity sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==
26222639
dependencies:
26232640
"@eslint-community/eslint-utils" "^4.4.0"
2624-
"@typescript-eslint/scope-manager" "7.11.0"
2625-
"@typescript-eslint/types" "7.11.0"
2626-
"@typescript-eslint/typescript-estree" "7.11.0"
2641+
"@typescript-eslint/scope-manager" "8.13.0"
2642+
"@typescript-eslint/types" "8.13.0"
2643+
"@typescript-eslint/typescript-estree" "8.13.0"
26272644

26282645
"@typescript-eslint/visitor-keys@5.62.0":
26292646
version "5.62.0"
@@ -2633,14 +2650,6 @@
26332650
"@typescript-eslint/types" "5.62.0"
26342651
eslint-visitor-keys "^3.3.0"
26352652

2636-
"@typescript-eslint/visitor-keys@7.11.0":
2637-
version "7.11.0"
2638-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597"
2639-
integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==
2640-
dependencies:
2641-
"@typescript-eslint/types" "7.11.0"
2642-
eslint-visitor-keys "^3.4.3"
2643-
26442653
"@typescript-eslint/visitor-keys@7.18.0":
26452654
version "7.18.0"
26462655
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
@@ -2649,6 +2658,14 @@
26492658
"@typescript-eslint/types" "7.18.0"
26502659
eslint-visitor-keys "^3.4.3"
26512660

2661+
"@typescript-eslint/visitor-keys@8.13.0":
2662+
version "8.13.0"
2663+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz#e97b0d92b266ef38a1faf40a74da289b66683a5b"
2664+
integrity sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==
2665+
dependencies:
2666+
"@typescript-eslint/types" "8.13.0"
2667+
eslint-visitor-keys "^3.4.3"
2668+
26522669
"@ungap/structured-clone@^1.2.0":
26532670
version "1.2.0"
26542671
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -4155,12 +4172,12 @@ eslint-plugin-jest@^27.9.0:
41554172
dependencies:
41564173
"@typescript-eslint/utils" "^5.10.0"
41574174

4158-
eslint-plugin-jest@^28.5.0:
4159-
version "28.5.0"
4160-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz#b497b795de37f671eaccd38bd83030186ff5dc8d"
4161-
integrity sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ==
4175+
eslint-plugin-jest@^28.9.0:
4176+
version "28.9.0"
4177+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz#19168dfaed124339cd2252c4c4d1ac3688aeb243"
4178+
integrity sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==
41624179
dependencies:
4163-
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
4180+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
41644181

41654182
eslint-plugin-prettier@^4.2.1:
41664183
version "4.2.1"
@@ -5963,6 +5980,11 @@ jsesc@^2.5.1:
59635980
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
59645981
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
59655982

5983+
jsesc@^3.0.2:
5984+
version "3.0.2"
5985+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
5986+
integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
5987+
59665988
jsesc@~0.5.0:
59675989
version "0.5.0"
59685990
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"

0 commit comments

Comments
 (0)