Skip to content

Commit 0baf3ce

Browse files
chore(deps-dev): Bump eslint-plugin-jest from 28.14.0 to 29.15.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.14.0 to 29.15.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.14.0...v29.15.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e52ed52 commit 0baf3ce

2 files changed

Lines changed: 117 additions & 55 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"coveralls": "^3.0.1",
1616
"cz-conventional-changelog": "^3.3.0",
1717
"eslint": "^8",
18-
"eslint-plugin-jest": "^28",
18+
"eslint-plugin-jest": "^29",
1919
"husky": "^9.0.5",
2020
"jest": "^30.0.0",
2121
"lint-staged": "^15.0.1",

yarn.lock

Lines changed: 116 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,13 +1045,20 @@
10451045
dependencies:
10461046
tslib "^2.4.0"
10471047

1048-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
1048+
"@eslint-community/eslint-utils@^4.2.0":
10491049
version "4.4.0"
10501050
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
10511051
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
10521052
dependencies:
10531053
eslint-visitor-keys "^3.3.0"
10541054

1055+
"@eslint-community/eslint-utils@^4.9.1":
1056+
version "4.9.1"
1057+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
1058+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
1059+
dependencies:
1060+
eslint-visitor-keys "^3.4.3"
1061+
10551062
"@eslint-community/regexpp@^4.6.1":
10561063
version "4.6.2"
10571064
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
@@ -1715,6 +1722,15 @@
17151722
"@typescript-eslint/visitor-keys" "6.7.5"
17161723
debug "^4.3.4"
17171724

1725+
"@typescript-eslint/project-service@8.56.1":
1726+
version "8.56.1"
1727+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.1.tgz#65c8d645f028b927bfc4928593b54e2ecd809244"
1728+
integrity sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==
1729+
dependencies:
1730+
"@typescript-eslint/tsconfig-utils" "^8.56.1"
1731+
"@typescript-eslint/types" "^8.56.1"
1732+
debug "^4.4.3"
1733+
17181734
"@typescript-eslint/scope-manager@6.7.5":
17191735
version "6.7.5"
17201736
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
@@ -1723,23 +1739,28 @@
17231739
"@typescript-eslint/types" "6.7.5"
17241740
"@typescript-eslint/visitor-keys" "6.7.5"
17251741

1726-
"@typescript-eslint/scope-manager@8.0.0":
1727-
version "8.0.0"
1728-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
1729-
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
1742+
"@typescript-eslint/scope-manager@8.56.1":
1743+
version "8.56.1"
1744+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz#254df93b5789a871351335dd23e20bc164060f24"
1745+
integrity sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==
17301746
dependencies:
1731-
"@typescript-eslint/types" "8.0.0"
1732-
"@typescript-eslint/visitor-keys" "8.0.0"
1747+
"@typescript-eslint/types" "8.56.1"
1748+
"@typescript-eslint/visitor-keys" "8.56.1"
1749+
1750+
"@typescript-eslint/tsconfig-utils@8.56.1", "@typescript-eslint/tsconfig-utils@^8.56.1":
1751+
version "8.56.1"
1752+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz#1afa830b0fada5865ddcabdc993b790114a879b7"
1753+
integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==
17331754

17341755
"@typescript-eslint/types@6.7.5":
17351756
version "6.7.5"
17361757
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
17371758
integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
17381759

1739-
"@typescript-eslint/types@8.0.0":
1740-
version "8.0.0"
1741-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
1742-
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
1760+
"@typescript-eslint/types@8.56.1", "@typescript-eslint/types@^8.56.1":
1761+
version "8.56.1"
1762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.1.tgz#975e5942bf54895291337c91b9191f6eb0632ab9"
1763+
integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==
17431764

17441765
"@typescript-eslint/typescript-estree@6.7.5":
17451766
version "6.7.5"
@@ -1754,29 +1775,30 @@
17541775
semver "^7.5.4"
17551776
ts-api-utils "^1.0.1"
17561777

1757-
"@typescript-eslint/typescript-estree@8.0.0":
1758-
version "8.0.0"
1759-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
1760-
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
1778+
"@typescript-eslint/typescript-estree@8.56.1":
1779+
version "8.56.1"
1780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz#3b9e57d8129a860c50864c42188f761bdef3eab0"
1781+
integrity sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==
17611782
dependencies:
1762-
"@typescript-eslint/types" "8.0.0"
1763-
"@typescript-eslint/visitor-keys" "8.0.0"
1764-
debug "^4.3.4"
1765-
globby "^11.1.0"
1766-
is-glob "^4.0.3"
1767-
minimatch "^9.0.4"
1768-
semver "^7.6.0"
1769-
ts-api-utils "^1.3.0"
1783+
"@typescript-eslint/project-service" "8.56.1"
1784+
"@typescript-eslint/tsconfig-utils" "8.56.1"
1785+
"@typescript-eslint/types" "8.56.1"
1786+
"@typescript-eslint/visitor-keys" "8.56.1"
1787+
debug "^4.4.3"
1788+
minimatch "^10.2.2"
1789+
semver "^7.7.3"
1790+
tinyglobby "^0.2.15"
1791+
ts-api-utils "^2.4.0"
17701792

1771-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1772-
version "8.0.0"
1773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
1774-
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
1793+
"@typescript-eslint/utils@^8.0.0":
1794+
version "8.56.1"
1795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.1.tgz#5a86acaf9f1b4c4a85a42effb217f73059f6deb7"
1796+
integrity sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==
17751797
dependencies:
1776-
"@eslint-community/eslint-utils" "^4.4.0"
1777-
"@typescript-eslint/scope-manager" "8.0.0"
1778-
"@typescript-eslint/types" "8.0.0"
1779-
"@typescript-eslint/typescript-estree" "8.0.0"
1798+
"@eslint-community/eslint-utils" "^4.9.1"
1799+
"@typescript-eslint/scope-manager" "8.56.1"
1800+
"@typescript-eslint/types" "8.56.1"
1801+
"@typescript-eslint/typescript-estree" "8.56.1"
17801802

17811803
"@typescript-eslint/visitor-keys@6.7.5":
17821804
version "6.7.5"
@@ -1786,13 +1808,13 @@
17861808
"@typescript-eslint/types" "6.7.5"
17871809
eslint-visitor-keys "^3.4.1"
17881810

1789-
"@typescript-eslint/visitor-keys@8.0.0":
1790-
version "8.0.0"
1791-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
1792-
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
1811+
"@typescript-eslint/visitor-keys@8.56.1":
1812+
version "8.56.1"
1813+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz#50e03475c33a42d123dc99e63acf1841c0231f87"
1814+
integrity sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==
17931815
dependencies:
1794-
"@typescript-eslint/types" "8.0.0"
1795-
eslint-visitor-keys "^3.4.3"
1816+
"@typescript-eslint/types" "8.56.1"
1817+
eslint-visitor-keys "^5.0.0"
17961818

17971819
"@ungap/structured-clone@^1.2.0":
17981820
version "1.2.0"
@@ -2331,6 +2353,11 @@ balanced-match@^1.0.0:
23312353
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
23322354
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
23332355

2356+
balanced-match@^4.0.2:
2357+
version "4.0.4"
2358+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2359+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2360+
23342361
base64-js@^1.3.1:
23352362
version "1.5.1"
23362363
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -2377,6 +2404,13 @@ brace-expansion@^2.0.1:
23772404
dependencies:
23782405
balanced-match "^1.0.0"
23792406

2407+
brace-expansion@^5.0.2:
2408+
version "5.0.4"
2409+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
2410+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
2411+
dependencies:
2412+
balanced-match "^4.0.2"
2413+
23802414
braces@^3.0.3:
23812415
version "3.0.3"
23822416
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -2979,12 +3013,12 @@ escape-string-regexp@^4.0.0:
29793013
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
29803014
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
29813015

2982-
eslint-plugin-jest@^28:
2983-
version "28.14.0"
2984-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.14.0.tgz#02da77dc27d7b4c5480df3552ea26de056857b36"
2985-
integrity sha512-P9s/qXSMTpRTerE2FQ0qJet2gKbcGyFTPAJipoKxmWqR6uuFqIqk8FuEfg5yBieOezVrEfAMZrEwJ6yEp+1MFQ==
3016+
eslint-plugin-jest@^29:
3017+
version "29.15.0"
3018+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.15.0.tgz#58a5917a88244f7536ae10c68b5bd58d407896f0"
3019+
integrity sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==
29863020
dependencies:
2987-
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
3021+
"@typescript-eslint/utils" "^8.0.0"
29883022

29893023
eslint-scope@5.1.1:
29903024
version "5.1.1"
@@ -3007,6 +3041,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
30073041
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
30083042
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
30093043

3044+
eslint-visitor-keys@^5.0.0:
3045+
version "5.0.1"
3046+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
3047+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
3048+
30103049
eslint@^8, eslint@^8.51.0, eslint@^8.7.0:
30113050
version "8.57.0"
30123051
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -3232,6 +3271,11 @@ fb-watchman@^2.0.2:
32323271
dependencies:
32333272
bser "2.1.1"
32343273

3274+
fdir@^6.5.0:
3275+
version "6.5.0"
3276+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3277+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3278+
32353279
figures@^3.0.0:
32363280
version "3.2.0"
32373281
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
@@ -4625,6 +4669,13 @@ mimic-function@^5.0.0:
46254669
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
46264670
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
46274671

4672+
minimatch@^10.2.2:
4673+
version "10.2.4"
4674+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
4675+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
4676+
dependencies:
4677+
brace-expansion "^5.0.2"
4678+
46284679
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
46294680
version "3.1.2"
46304681
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4639,13 +4690,6 @@ minimatch@^9.0.1:
46394690
dependencies:
46404691
brace-expansion "^2.0.1"
46414692

4642-
minimatch@^9.0.4:
4643-
version "9.0.4"
4644-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
4645-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
4646-
dependencies:
4647-
brace-expansion "^2.0.1"
4648-
46494693
minimist@1.2.7:
46504694
version "1.2.7"
46514695
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
@@ -4898,6 +4942,11 @@ picomatch@^4.0.2:
48984942
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
48994943
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
49004944

4945+
picomatch@^4.0.3:
4946+
version "4.0.3"
4947+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4948+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4949+
49014950
pidtree@^0.6.0:
49024951
version "0.6.0"
49034952
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -5289,11 +5338,16 @@ semver@^6.0.0, semver@^6.3.1:
52895338
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
52905339
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
52915340

5292-
semver@^7.3.6, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2:
5341+
semver@^7.3.6, semver@^7.5.4, semver@^7.7.2:
52935342
version "7.7.2"
52945343
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
52955344
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
52965345

5346+
semver@^7.7.3:
5347+
version "7.7.4"
5348+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
5349+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
5350+
52975351
shallow-clone@^3.0.0:
52985352
version "3.0.1"
52995353
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
@@ -5578,6 +5632,14 @@ through@^2.3.6:
55785632
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
55795633
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
55805634

5635+
tinyglobby@^0.2.15:
5636+
version "0.2.15"
5637+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
5638+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
5639+
dependencies:
5640+
fdir "^6.5.0"
5641+
picomatch "^4.0.3"
5642+
55815643
tmp@^0.0.33:
55825644
version "0.0.33"
55835645
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -5610,10 +5672,10 @@ ts-api-utils@^1.0.1:
56105672
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
56115673
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
56125674

5613-
ts-api-utils@^1.3.0:
5614-
version "1.3.0"
5615-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
5616-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
5675+
ts-api-utils@^2.4.0:
5676+
version "2.4.0"
5677+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
5678+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
56175679

56185680
ts-node@^10.8.1:
56195681
version "10.9.1"

0 commit comments

Comments
 (0)