Skip to content

Commit f26b369

Browse files
Update dependency eslint-plugin-jest to v29
1 parent 50aabb2 commit f26b369

2 files changed

Lines changed: 117 additions & 58 deletions

File tree

hosting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-config-airbnb": "19.0.4",
4242
"eslint-config-airbnb-base": "15.0.0",
4343
"eslint-plugin-import": "2.32.0",
44-
"eslint-plugin-jest": "28.14.0",
44+
"eslint-plugin-jest": "29.15.2",
4545
"eslint-plugin-jsx-a11y": "6.10.2",
4646
"eslint-plugin-react": "7.37.5",
4747
"eslint-plugin-react-hooks": "5.0.0",

hosting/yarn.lock

Lines changed: 116 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,13 +1454,20 @@
14541454
resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz"
14551455
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
14561456

1457-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
1457+
"@eslint-community/eslint-utils@^4.2.0":
14581458
version "4.4.0"
14591459
resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
14601460
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
14611461
dependencies:
14621462
eslint-visitor-keys "^3.3.0"
14631463

1464+
"@eslint-community/eslint-utils@^4.9.1":
1465+
version "4.9.1"
1466+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
1467+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
1468+
dependencies:
1469+
eslint-visitor-keys "^3.4.3"
1470+
14641471
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
14651472
version "4.10.0"
14661473
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz"
@@ -2882,7 +2889,7 @@
28822889
dependencies:
28832890
"@types/node" "*"
28842891

2885-
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
2892+
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
28862893
version "7.0.15"
28872894
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
28882895
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -2957,7 +2964,7 @@
29572964
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz"
29582965
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
29592966

2960-
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
2967+
"@types/semver@^7.3.12":
29612968
version "7.5.8"
29622969
resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz"
29632970
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
@@ -3005,6 +3012,15 @@
30053012
"@typescript-eslint/typescript-estree" "5.62.0"
30063013
debug "^4.3.4"
30073014

3015+
"@typescript-eslint/project-service@8.61.1":
3016+
version "8.61.1"
3017+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.61.1.tgz#fcd9739964a40867eed55f1ac318d3909f24b4af"
3018+
integrity sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==
3019+
dependencies:
3020+
"@typescript-eslint/tsconfig-utils" "^8.61.1"
3021+
"@typescript-eslint/types" "^8.61.1"
3022+
debug "^4.4.3"
3023+
30083024
"@typescript-eslint/scope-manager@5.62.0":
30093025
version "5.62.0"
30103026
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz"
@@ -3013,13 +3029,18 @@
30133029
"@typescript-eslint/types" "5.62.0"
30143030
"@typescript-eslint/visitor-keys" "5.62.0"
30153031

3016-
"@typescript-eslint/scope-manager@6.21.0":
3017-
version "6.21.0"
3018-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz"
3019-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
3032+
"@typescript-eslint/scope-manager@8.61.1":
3033+
version "8.61.1"
3034+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz#2479921a40fdb0afa18f5838fae6167264b417b2"
3035+
integrity sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==
30203036
dependencies:
3021-
"@typescript-eslint/types" "6.21.0"
3022-
"@typescript-eslint/visitor-keys" "6.21.0"
3037+
"@typescript-eslint/types" "8.61.1"
3038+
"@typescript-eslint/visitor-keys" "8.61.1"
3039+
3040+
"@typescript-eslint/tsconfig-utils@8.61.1", "@typescript-eslint/tsconfig-utils@^8.61.1":
3041+
version "8.61.1"
3042+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz#ca88080e0cf191d49516d7f300b67aa090d2254f"
3043+
integrity sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==
30233044

30243045
"@typescript-eslint/type-utils@5.62.0":
30253046
version "5.62.0"
@@ -3036,10 +3057,10 @@
30363057
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz"
30373058
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
30383059

3039-
"@typescript-eslint/types@6.21.0":
3040-
version "6.21.0"
3041-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz"
3042-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
3060+
"@typescript-eslint/types@8.61.1", "@typescript-eslint/types@^8.61.1":
3061+
version "8.61.1"
3062+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.61.1.tgz#0c51f518e4e6848371a1c988e859d59eb7522d5a"
3063+
integrity sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==
30433064

30443065
"@typescript-eslint/typescript-estree@5.62.0":
30453066
version "5.62.0"
@@ -3054,19 +3075,20 @@
30543075
semver "^7.3.7"
30553076
tsutils "^3.21.0"
30563077

3057-
"@typescript-eslint/typescript-estree@6.21.0":
3058-
version "6.21.0"
3059-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz"
3060-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
3078+
"@typescript-eslint/typescript-estree@8.61.1":
3079+
version "8.61.1"
3080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz#febbe70365ac0bf7611262b61b338fc8797965c7"
3081+
integrity sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==
30613082
dependencies:
3062-
"@typescript-eslint/types" "6.21.0"
3063-
"@typescript-eslint/visitor-keys" "6.21.0"
3064-
debug "^4.3.4"
3065-
globby "^11.1.0"
3066-
is-glob "^4.0.3"
3067-
minimatch "9.0.3"
3068-
semver "^7.5.4"
3069-
ts-api-utils "^1.0.1"
3083+
"@typescript-eslint/project-service" "8.61.1"
3084+
"@typescript-eslint/tsconfig-utils" "8.61.1"
3085+
"@typescript-eslint/types" "8.61.1"
3086+
"@typescript-eslint/visitor-keys" "8.61.1"
3087+
debug "^4.4.3"
3088+
minimatch "^10.2.2"
3089+
semver "^7.7.3"
3090+
tinyglobby "^0.2.15"
3091+
ts-api-utils "^2.5.0"
30703092

30713093
"@typescript-eslint/utils@5.62.0":
30723094
version "5.62.0"
@@ -3082,18 +3104,15 @@
30823104
eslint-scope "^5.1.1"
30833105
semver "^7.3.7"
30843106

3085-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
3086-
version "6.21.0"
3087-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz"
3088-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
3089-
dependencies:
3090-
"@eslint-community/eslint-utils" "^4.4.0"
3091-
"@types/json-schema" "^7.0.12"
3092-
"@types/semver" "^7.5.0"
3093-
"@typescript-eslint/scope-manager" "6.21.0"
3094-
"@typescript-eslint/types" "6.21.0"
3095-
"@typescript-eslint/typescript-estree" "6.21.0"
3096-
semver "^7.5.4"
3107+
"@typescript-eslint/utils@^8.0.0":
3108+
version "8.61.1"
3109+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.61.1.tgz#ffd1054de7dd33b7873cd6c6713ec6b0366316d3"
3110+
integrity sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==
3111+
dependencies:
3112+
"@eslint-community/eslint-utils" "^4.9.1"
3113+
"@typescript-eslint/scope-manager" "8.61.1"
3114+
"@typescript-eslint/types" "8.61.1"
3115+
"@typescript-eslint/typescript-estree" "8.61.1"
30973116

30983117
"@typescript-eslint/visitor-keys@5.62.0":
30993118
version "5.62.0"
@@ -3103,13 +3122,13 @@
31033122
"@typescript-eslint/types" "5.62.0"
31043123
eslint-visitor-keys "^3.3.0"
31053124

3106-
"@typescript-eslint/visitor-keys@6.21.0":
3107-
version "6.21.0"
3108-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz"
3109-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
3125+
"@typescript-eslint/visitor-keys@8.61.1":
3126+
version "8.61.1"
3127+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz#546cf102b4efdb72a9a08e63a1b0d7d745eb66eb"
3128+
integrity sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==
31103129
dependencies:
3111-
"@typescript-eslint/types" "6.21.0"
3112-
eslint-visitor-keys "^3.4.1"
3130+
"@typescript-eslint/types" "8.61.1"
3131+
eslint-visitor-keys "^5.0.0"
31133132

31143133
"@ungap/structured-clone@^1.2.0":
31153134
version "1.2.0"
@@ -4100,6 +4119,11 @@ balanced-match@^1.0.0:
41004119
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"
41014120
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
41024121

4122+
balanced-match@^4.0.2:
4123+
version "4.0.4"
4124+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
4125+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
4126+
41034127
base-x@^3.0.8:
41044128
version "3.0.9"
41054129
resolved "https://registry.npmjs.org/base-x/-/base-x-3.0.9.tgz"
@@ -4244,6 +4268,13 @@ brace-expansion@^2.0.1:
42444268
dependencies:
42454269
balanced-match "^1.0.0"
42464270

4271+
brace-expansion@^5.0.5:
4272+
version "5.0.6"
4273+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.6.tgz#ec68fe0a641a29d8711579caf641d05bae1f2285"
4274+
integrity sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==
4275+
dependencies:
4276+
balanced-match "^4.0.2"
4277+
42474278
braces@^3.0.2, braces@~3.0.2:
42484279
version "3.0.2"
42494280
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
@@ -6370,12 +6401,12 @@ eslint-plugin-import@^2.27.5:
63706401
string.prototype.trimend "^1.0.8"
63716402
tsconfig-paths "^3.15.0"
63726403

6373-
eslint-plugin-jest@28.14.0:
6374-
version "28.14.0"
6375-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.14.0.tgz#02da77dc27d7b4c5480df3552ea26de056857b36"
6376-
integrity sha512-P9s/qXSMTpRTerE2FQ0qJet2gKbcGyFTPAJipoKxmWqR6uuFqIqk8FuEfg5yBieOezVrEfAMZrEwJ6yEp+1MFQ==
6404+
eslint-plugin-jest@29.15.2:
6405+
version "29.15.2"
6406+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz#e4ecd1c88dfb8a62b4a0857724792c2aab7e9b6d"
6407+
integrity sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==
63776408
dependencies:
6378-
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
6409+
"@typescript-eslint/utils" "^8.0.0"
63796410

63806411
eslint-plugin-jsx-a11y@6.10.2, eslint-plugin-jsx-a11y@^6.8.0:
63816412
version "6.10.2"
@@ -6499,6 +6530,11 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
64996530
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
65006531
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
65016532

6533+
eslint-visitor-keys@^5.0.0:
6534+
version "5.0.1"
6535+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
6536+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
6537+
65026538
eslint-webpack-plugin@^2.7.0:
65036539
version "2.7.0"
65046540
resolved "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz"
@@ -6908,6 +6944,11 @@ fbjs@^3.0.0:
69086944
setimmediate "^1.0.5"
69096945
ua-parser-js "^0.7.30"
69106946

6947+
fdir@^6.5.0:
6948+
version "6.5.0"
6949+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
6950+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
6951+
69116952
fecha@^2.3.3:
69126953
version "2.3.3"
69136954
resolved "https://registry.npmjs.org/fecha/-/fecha-2.3.3.tgz"
@@ -10237,12 +10278,12 @@ minimatch@3.0.4, minimatch@^3.0.4:
1023710278
dependencies:
1023810279
brace-expansion "^1.1.7"
1023910280

10240-
minimatch@9.0.3:
10241-
version "9.0.3"
10242-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz"
10243-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
10281+
minimatch@^10.2.2:
10282+
version "10.2.5"
10283+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
10284+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
1024410285
dependencies:
10245-
brace-expansion "^2.0.1"
10286+
brace-expansion "^5.0.5"
1024610287

1024710288
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1024810289
version "3.1.2"
@@ -11285,6 +11326,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
1128511326
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
1128611327
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
1128711328

11329+
picomatch@^4.0.4:
11330+
version "4.0.4"
11331+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
11332+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
11333+
1128811334
pkg-dir@^4.1.0:
1128911335
version "4.2.0"
1129011336
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz"
@@ -13076,6 +13122,11 @@ semver@^7.5.3, semver@^7.5.4:
1307613122
dependencies:
1307713123
lru-cache "^6.0.0"
1307813124

13125+
semver@^7.7.3:
13126+
version "7.8.4"
13127+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.4.tgz#c73eceebae0616934be8dff28a7fd70757c8e696"
13128+
integrity sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==
13129+
1307913130
send@0.18.0:
1308013131
version "0.18.0"
1308113132
resolved "https://registry.npmjs.org/send/-/send-0.18.0.tgz"
@@ -14177,6 +14228,14 @@ timsort@^0.3.0:
1417714228
resolved "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz"
1417814229
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
1417914230

14231+
tinyglobby@^0.2.15:
14232+
version "0.2.17"
14233+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.17.tgz#562a9a6c9eb2b3b123d39719f9af5bb44fcd7631"
14234+
integrity sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==
14235+
dependencies:
14236+
fdir "^6.5.0"
14237+
picomatch "^4.0.4"
14238+
1418014239
title-case@^3.0.3:
1418114240
version "3.0.3"
1418214241
resolved "https://registry.npmjs.org/title-case/-/title-case-3.0.3.tgz"
@@ -14262,10 +14321,10 @@ triple-beam@^1.2.0, triple-beam@^1.3.0:
1426214321
resolved "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz"
1426314322
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
1426414323

14265-
ts-api-utils@^1.0.1:
14266-
version "1.3.0"
14267-
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz"
14268-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
14324+
ts-api-utils@^2.5.0:
14325+
version "2.5.0"
14326+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
14327+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
1426914328

1427014329
tsconfig-paths@^3.15.0:
1427114330
version "3.15.0"

0 commit comments

Comments
 (0)