Skip to content

Commit 5cb83f2

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 8.56.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8d88da commit 5cb83f2

2 files changed

Lines changed: 135 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"@types/lodash.throttle": "^4.1.7",
114114
"@types/react-helmet": "^6.1.6",
115115
"@types/react-test-renderer": "^18.0.0",
116-
"@typescript-eslint/eslint-plugin": "^5.46.1",
116+
"@typescript-eslint/eslint-plugin": "^8.56.1",
117117
"@typescript-eslint/parser": "^7.1.1",
118118
"autoprefixer": "^10.4.27",
119119
"babel-jest": "^30.2.0",

yarn.lock

Lines changed: 134 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,14 +1441,14 @@
14411441
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz#5e13fac887f08c44f76b0ccaf3370eb00fec9bb6"
14421442
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
14431443

1444-
"@eslint-community/eslint-utils@^4.2.0":
1444+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.9.1":
14451445
version "4.9.1"
14461446
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
14471447
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
14481448
dependencies:
14491449
eslint-visitor-keys "^3.4.3"
14501450

1451-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
1451+
"@eslint-community/regexpp@^4.12.2", "@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
14521452
version "4.12.2"
14531453
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
14541454
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
@@ -4234,7 +4234,7 @@
42344234
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a"
42354235
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
42364236

4237-
"@typescript-eslint/eslint-plugin@^5.46.1", "@typescript-eslint/eslint-plugin@^5.60.1":
4237+
"@typescript-eslint/eslint-plugin@^5.60.1":
42384238
version "5.62.0"
42394239
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
42404240
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
@@ -4250,6 +4250,20 @@
42504250
semver "^7.3.7"
42514251
tsutils "^3.21.0"
42524252

4253+
"@typescript-eslint/eslint-plugin@^8.56.1":
4254+
version "8.56.1"
4255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz#b1ce606d87221daec571e293009675992f0aae76"
4256+
integrity sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==
4257+
dependencies:
4258+
"@eslint-community/regexpp" "^4.12.2"
4259+
"@typescript-eslint/scope-manager" "8.56.1"
4260+
"@typescript-eslint/type-utils" "8.56.1"
4261+
"@typescript-eslint/utils" "8.56.1"
4262+
"@typescript-eslint/visitor-keys" "8.56.1"
4263+
ignore "^7.0.5"
4264+
natural-compare "^1.4.0"
4265+
ts-api-utils "^2.4.0"
4266+
42534267
"@typescript-eslint/parser@^5.60.1":
42544268
version "5.62.0"
42554269
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
@@ -4271,6 +4285,15 @@
42714285
"@typescript-eslint/visitor-keys" "7.18.0"
42724286
debug "^4.3.4"
42734287

4288+
"@typescript-eslint/project-service@8.56.1":
4289+
version "8.56.1"
4290+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.1.tgz#65c8d645f028b927bfc4928593b54e2ecd809244"
4291+
integrity sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==
4292+
dependencies:
4293+
"@typescript-eslint/tsconfig-utils" "^8.56.1"
4294+
"@typescript-eslint/types" "^8.56.1"
4295+
debug "^4.4.3"
4296+
42744297
"@typescript-eslint/scope-manager@5.62.0":
42754298
version "5.62.0"
42764299
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -4287,6 +4310,24 @@
42874310
"@typescript-eslint/types" "7.18.0"
42884311
"@typescript-eslint/visitor-keys" "7.18.0"
42894312

4313+
"@typescript-eslint/scope-manager@8.56.1":
4314+
version "8.56.1"
4315+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz#254df93b5789a871351335dd23e20bc164060f24"
4316+
integrity sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==
4317+
dependencies:
4318+
"@typescript-eslint/types" "8.56.1"
4319+
"@typescript-eslint/visitor-keys" "8.56.1"
4320+
4321+
"@typescript-eslint/tsconfig-utils@8.56.1":
4322+
version "8.56.1"
4323+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz#1afa830b0fada5865ddcabdc993b790114a879b7"
4324+
integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==
4325+
4326+
"@typescript-eslint/tsconfig-utils@^8.56.1":
4327+
version "8.57.0"
4328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz#cf2f2822af3887d25dd325b6bea6c3f60a83a0b4"
4329+
integrity sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==
4330+
42904331
"@typescript-eslint/type-utils@5.62.0":
42914332
version "5.62.0"
42924333
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -4297,6 +4338,17 @@
42974338
debug "^4.3.4"
42984339
tsutils "^3.21.0"
42994340

4341+
"@typescript-eslint/type-utils@8.56.1":
4342+
version "8.56.1"
4343+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz#7a6c4fabf225d674644931e004302cbbdd2f2e24"
4344+
integrity sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==
4345+
dependencies:
4346+
"@typescript-eslint/types" "8.56.1"
4347+
"@typescript-eslint/typescript-estree" "8.56.1"
4348+
"@typescript-eslint/utils" "8.56.1"
4349+
debug "^4.4.3"
4350+
ts-api-utils "^2.4.0"
4351+
43004352
"@typescript-eslint/types@5.62.0":
43014353
version "5.62.0"
43024354
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
@@ -4307,6 +4359,16 @@
43074359
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
43084360
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
43094361

4362+
"@typescript-eslint/types@8.56.1":
4363+
version "8.56.1"
4364+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.1.tgz#975e5942bf54895291337c91b9191f6eb0632ab9"
4365+
integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==
4366+
4367+
"@typescript-eslint/types@^8.56.1":
4368+
version "8.57.0"
4369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6"
4370+
integrity sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==
4371+
43104372
"@typescript-eslint/typescript-estree@5.62.0":
43114373
version "5.62.0"
43124374
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -4334,6 +4396,21 @@
43344396
semver "^7.6.0"
43354397
ts-api-utils "^1.3.0"
43364398

4399+
"@typescript-eslint/typescript-estree@8.56.1":
4400+
version "8.56.1"
4401+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz#3b9e57d8129a860c50864c42188f761bdef3eab0"
4402+
integrity sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==
4403+
dependencies:
4404+
"@typescript-eslint/project-service" "8.56.1"
4405+
"@typescript-eslint/tsconfig-utils" "8.56.1"
4406+
"@typescript-eslint/types" "8.56.1"
4407+
"@typescript-eslint/visitor-keys" "8.56.1"
4408+
debug "^4.4.3"
4409+
minimatch "^10.2.2"
4410+
semver "^7.7.3"
4411+
tinyglobby "^0.2.15"
4412+
ts-api-utils "^2.4.0"
4413+
43374414
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0":
43384415
version "5.62.0"
43394416
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -4348,6 +4425,16 @@
43484425
eslint-scope "^5.1.1"
43494426
semver "^7.3.7"
43504427

4428+
"@typescript-eslint/utils@8.56.1":
4429+
version "8.56.1"
4430+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.1.tgz#5a86acaf9f1b4c4a85a42effb217f73059f6deb7"
4431+
integrity sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==
4432+
dependencies:
4433+
"@eslint-community/eslint-utils" "^4.9.1"
4434+
"@typescript-eslint/scope-manager" "8.56.1"
4435+
"@typescript-eslint/types" "8.56.1"
4436+
"@typescript-eslint/typescript-estree" "8.56.1"
4437+
43514438
"@typescript-eslint/visitor-keys@5.62.0":
43524439
version "5.62.0"
43534440
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -4364,6 +4451,14 @@
43644451
"@typescript-eslint/types" "7.18.0"
43654452
eslint-visitor-keys "^3.4.3"
43664453

4454+
"@typescript-eslint/visitor-keys@8.56.1":
4455+
version "8.56.1"
4456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz#50e03475c33a42d123dc99e63acf1841c0231f87"
4457+
integrity sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==
4458+
dependencies:
4459+
"@typescript-eslint/types" "8.56.1"
4460+
eslint-visitor-keys "^5.0.0"
4461+
43674462
"@ungap/structured-clone@^1.2.0", "@ungap/structured-clone@^1.3.0":
43684463
version "1.3.0"
43694464
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -5316,6 +5411,11 @@ balanced-match@^1.0.0:
53165411
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
53175412
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
53185413

5414+
balanced-match@^4.0.2:
5415+
version "4.0.4"
5416+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
5417+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
5418+
53195419
bare-events@^2.5.4, bare-events@^2.7.0:
53205420
version "2.8.2"
53215421
resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.8.2.tgz#7b3e10bd8e1fc80daf38bb516921678f566ab89f"
@@ -5488,6 +5588,13 @@ brace-expansion@^2.0.1:
54885588
dependencies:
54895589
balanced-match "^1.0.0"
54905590

5591+
brace-expansion@^5.0.2:
5592+
version "5.0.4"
5593+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
5594+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
5595+
dependencies:
5596+
balanced-match "^4.0.2"
5597+
54915598
braces@^3.0.2, braces@^3.0.3, braces@~3.0.2:
54925599
version "3.0.3"
54935600
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -7407,6 +7514,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
74077514
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
74087515
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
74097516

7517+
eslint-visitor-keys@^5.0.0:
7518+
version "5.0.1"
7519+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
7520+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
7521+
74107522
eslint-webpack-plugin@^2.7.0:
74117523
version "2.7.0"
74127524
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143"
@@ -9554,6 +9666,11 @@ ignore@^5.2.0:
95549666
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
95559667
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
95569668

9669+
ignore@^7.0.5:
9670+
version "7.0.5"
9671+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
9672+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
9673+
95579674
immer@^9.0.7:
95589675
version "9.0.21"
95599676
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
@@ -11966,6 +12083,13 @@ mini-css-extract-plugin@1.6.2:
1196612083
schema-utils "^3.0.0"
1196712084
webpack-sources "^1.1.0"
1196812085

12086+
minimatch@^10.2.2:
12087+
version "10.2.4"
12088+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
12089+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
12090+
dependencies:
12091+
brace-expansion "^5.0.2"
12092+
1196912093
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1197012094
version "3.1.2"
1197112095
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -14243,7 +14367,7 @@ semver@^6.0.0, semver@^6.3.1:
1424314367
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1424414368
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1424514369

14246-
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2:
14370+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2, semver@^7.7.3:
1424714371
version "7.7.4"
1424814372
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
1424914373
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
@@ -15241,7 +15365,7 @@ timers-ext@^0.1.7:
1524115365
es5-ext "^0.10.64"
1524215366
next-tick "^1.1.0"
1524315367

15244-
tinyglobby@^0.2.11:
15368+
tinyglobby@^0.2.11, tinyglobby@^0.2.15:
1524515369
version "0.2.15"
1524615370
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
1524715371
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
@@ -15380,6 +15504,11 @@ ts-api-utils@^1.3.0:
1538015504
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
1538115505
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
1538215506

15507+
ts-api-utils@^2.4.0:
15508+
version "2.4.0"
15509+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
15510+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
15511+
1538315512
ts-interface-checker@^0.1.9:
1538415513
version "0.1.13"
1538515514
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"

0 commit comments

Comments
 (0)