Skip to content

Commit 4b780ca

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 91590de commit 4b780ca

2 files changed

Lines changed: 102 additions & 52 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: 101 additions & 51 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.55.0":
1726+
version "8.55.0"
1727+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.55.0.tgz#b8a71c06a625bdad481c24d5614b68e252f3ae9b"
1728+
integrity sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==
1729+
dependencies:
1730+
"@typescript-eslint/tsconfig-utils" "^8.55.0"
1731+
"@typescript-eslint/types" "^8.55.0"
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.55.0":
1743+
version "8.55.0"
1744+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz#8a0752c31c788651840dc98f840b0c2ebe143b8c"
1745+
integrity sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==
17301746
dependencies:
1731-
"@typescript-eslint/types" "8.0.0"
1732-
"@typescript-eslint/visitor-keys" "8.0.0"
1747+
"@typescript-eslint/types" "8.55.0"
1748+
"@typescript-eslint/visitor-keys" "8.55.0"
1749+
1750+
"@typescript-eslint/tsconfig-utils@8.55.0", "@typescript-eslint/tsconfig-utils@^8.55.0":
1751+
version "8.55.0"
1752+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz#62f1d005419985e09d37a040b2f1450e4e805afa"
1753+
integrity sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==
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.55.0", "@typescript-eslint/types@^8.55.0":
1761+
version "8.55.0"
1762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.55.0.tgz#8449c5a7adac61184cac92dbf6315733569708c2"
1763+
integrity sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==
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.55.0":
1779+
version "8.55.0"
1780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.55.0.tgz#c83ac92c11ce79bedd984937c7780a65e7f7b2e3"
1781+
integrity sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==
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.55.0"
1784+
"@typescript-eslint/tsconfig-utils" "8.55.0"
1785+
"@typescript-eslint/types" "8.55.0"
1786+
"@typescript-eslint/visitor-keys" "8.55.0"
1787+
debug "^4.4.3"
1788+
minimatch "^9.0.5"
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.55.0"
1795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.55.0.tgz#c1744d94a3901deb01f58b09d3478d811f96d619"
1796+
integrity sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==
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.55.0"
1800+
"@typescript-eslint/types" "8.55.0"
1801+
"@typescript-eslint/typescript-estree" "8.55.0"
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.55.0":
1812+
version "8.55.0"
1813+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz#3d9a40fd4e3705c63d8fae3af58988add3ed464d"
1814+
integrity sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==
17931815
dependencies:
1794-
"@typescript-eslint/types" "8.0.0"
1795-
eslint-visitor-keys "^3.4.3"
1816+
"@typescript-eslint/types" "8.55.0"
1817+
eslint-visitor-keys "^4.2.1"
17961818

17971819
"@ungap/structured-clone@^1.2.0":
17981820
version "1.2.0"
@@ -2979,12 +3001,12 @@ escape-string-regexp@^4.0.0:
29793001
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
29803002
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
29813003

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==
3004+
eslint-plugin-jest@^29:
3005+
version "29.15.0"
3006+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.15.0.tgz#58a5917a88244f7536ae10c68b5bd58d407896f0"
3007+
integrity sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==
29863008
dependencies:
2987-
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
3009+
"@typescript-eslint/utils" "^8.0.0"
29883010

29893011
eslint-scope@5.1.1:
29903012
version "5.1.1"
@@ -3007,6 +3029,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
30073029
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
30083030
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
30093031

3032+
eslint-visitor-keys@^4.2.1:
3033+
version "4.2.1"
3034+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3035+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3036+
30103037
eslint@^8, eslint@^8.51.0, eslint@^8.7.0:
30113038
version "8.57.0"
30123039
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -3232,6 +3259,11 @@ fb-watchman@^2.0.2:
32323259
dependencies:
32333260
bser "2.1.1"
32343261

3262+
fdir@^6.5.0:
3263+
version "6.5.0"
3264+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3265+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3266+
32353267
figures@^3.0.0:
32363268
version "3.2.0"
32373269
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
@@ -4639,10 +4671,10 @@ minimatch@^9.0.1:
46394671
dependencies:
46404672
brace-expansion "^2.0.1"
46414673

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==
4674+
minimatch@^9.0.5:
4675+
version "9.0.5"
4676+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4677+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
46464678
dependencies:
46474679
brace-expansion "^2.0.1"
46484680

@@ -4898,6 +4930,11 @@ picomatch@^4.0.2:
48984930
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
48994931
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
49004932

4933+
picomatch@^4.0.3:
4934+
version "4.0.3"
4935+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4936+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4937+
49014938
pidtree@^0.6.0:
49024939
version "0.6.0"
49034940
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -5296,11 +5333,16 @@ semver@^6.0.0, semver@^6.3.1:
52965333
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
52975334
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
52985335

5299-
semver@^7.3.6, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2:
5336+
semver@^7.3.6, semver@^7.5.4, semver@^7.7.2:
53005337
version "7.7.2"
53015338
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
53025339
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
53035340

5341+
semver@^7.7.3:
5342+
version "7.7.4"
5343+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
5344+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
5345+
53045346
serialize-javascript@^6.0.2:
53055347
version "6.0.2"
53065348
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
@@ -5593,6 +5635,14 @@ through@^2.3.6:
55935635
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
55945636
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
55955637

5638+
tinyglobby@^0.2.15:
5639+
version "0.2.15"
5640+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
5641+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
5642+
dependencies:
5643+
fdir "^6.5.0"
5644+
picomatch "^4.0.3"
5645+
55965646
tmp@^0.0.33:
55975647
version "0.0.33"
55985648
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -5625,10 +5675,10 @@ ts-api-utils@^1.0.1:
56255675
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
56265676
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
56275677

5628-
ts-api-utils@^1.3.0:
5629-
version "1.3.0"
5630-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
5631-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
5678+
ts-api-utils@^2.4.0:
5679+
version "2.4.0"
5680+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
5681+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
56325682

56335683
ts-node@^10.8.1:
56345684
version "10.9.1"

0 commit comments

Comments
 (0)