Skip to content

Commit 2643f42

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): bumps eslint and related dependencies (#1143)
1 parent ab77701 commit 2643f42

File tree

1 file changed

+92
-88
lines changed

1 file changed

+92
-88
lines changed

yarn.lock

+92-88
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@
322322
eslint-visitor-keys "^3.3.0"
323323

324324
"@eslint-community/regexpp@^4.5.1":
325-
version "4.9.0"
326-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.0.tgz#7ccb5f58703fa61ffdcbf39e2c604a109e781162"
327-
integrity sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==
325+
version "4.11.1"
326+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
327+
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
328328

329329
"@eslint-community/regexpp@^4.6.1":
330330
version "4.6.2"
@@ -857,9 +857,9 @@
857857
pretty-format "^29.0.0"
858858

859859
"@types/json-schema@^7.0.12":
860-
version "7.0.13"
861-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
862-
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
860+
version "7.0.15"
861+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
862+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
863863

864864
"@types/node-fetch@^2.6.4":
865865
version "2.6.4"
@@ -882,9 +882,9 @@
882882
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
883883

884884
"@types/semver@^7.5.0":
885-
version "7.5.3"
886-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
887-
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
885+
version "7.5.8"
886+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
887+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
888888

889889
"@types/stack-utils@^2.0.0":
890890
version "2.0.3"
@@ -904,15 +904,15 @@
904904
"@types/yargs-parser" "*"
905905

906906
"@typescript-eslint/eslint-plugin@^6.7.0":
907-
version "6.7.3"
908-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.3.tgz#d98046e9f7102d49a93d944d413c6055c47fafd7"
909-
integrity sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==
907+
version "6.21.0"
908+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
909+
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
910910
dependencies:
911911
"@eslint-community/regexpp" "^4.5.1"
912-
"@typescript-eslint/scope-manager" "6.7.3"
913-
"@typescript-eslint/type-utils" "6.7.3"
914-
"@typescript-eslint/utils" "6.7.3"
915-
"@typescript-eslint/visitor-keys" "6.7.3"
912+
"@typescript-eslint/scope-manager" "6.21.0"
913+
"@typescript-eslint/type-utils" "6.21.0"
914+
"@typescript-eslint/utils" "6.21.0"
915+
"@typescript-eslint/visitor-keys" "6.21.0"
916916
debug "^4.3.4"
917917
graphemer "^1.4.0"
918918
ignore "^5.2.4"
@@ -921,71 +921,72 @@
921921
ts-api-utils "^1.0.1"
922922

923923
"@typescript-eslint/parser@^6.7.0":
924-
version "6.7.3"
925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.3.tgz#aaf40092a32877439e5957e18f2d6a91c82cc2fd"
926-
integrity sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==
927-
dependencies:
928-
"@typescript-eslint/scope-manager" "6.7.3"
929-
"@typescript-eslint/types" "6.7.3"
930-
"@typescript-eslint/typescript-estree" "6.7.3"
931-
"@typescript-eslint/visitor-keys" "6.7.3"
924+
version "6.21.0"
925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
926+
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
927+
dependencies:
928+
"@typescript-eslint/scope-manager" "6.21.0"
929+
"@typescript-eslint/types" "6.21.0"
930+
"@typescript-eslint/typescript-estree" "6.21.0"
931+
"@typescript-eslint/visitor-keys" "6.21.0"
932932
debug "^4.3.4"
933933

934-
"@typescript-eslint/scope-manager@6.7.3":
935-
version "6.7.3"
936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.3.tgz#07e5709c9bdae3eaf216947433ef97b3b8b7d755"
937-
integrity sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==
934+
"@typescript-eslint/scope-manager@6.21.0":
935+
version "6.21.0"
936+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
937+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
938938
dependencies:
939-
"@typescript-eslint/types" "6.7.3"
940-
"@typescript-eslint/visitor-keys" "6.7.3"
939+
"@typescript-eslint/types" "6.21.0"
940+
"@typescript-eslint/visitor-keys" "6.21.0"
941941

942-
"@typescript-eslint/type-utils@6.7.3":
943-
version "6.7.3"
944-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.3.tgz#c2c165c135dda68a5e70074ade183f5ad68f3400"
945-
integrity sha512-Fc68K0aTDrKIBvLnKTZ5Pf3MXK495YErrbHb1R6aTpfK5OdSFj0rVN7ib6Tx6ePrZ2gsjLqr0s98NG7l96KSQw==
942+
"@typescript-eslint/type-utils@6.21.0":
943+
version "6.21.0"
944+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
945+
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
946946
dependencies:
947-
"@typescript-eslint/typescript-estree" "6.7.3"
948-
"@typescript-eslint/utils" "6.7.3"
947+
"@typescript-eslint/typescript-estree" "6.21.0"
948+
"@typescript-eslint/utils" "6.21.0"
949949
debug "^4.3.4"
950950
ts-api-utils "^1.0.1"
951951

952-
"@typescript-eslint/types@6.7.3":
953-
version "6.7.3"
954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.3.tgz#0402b5628a63f24f2dc9d4a678e9a92cc50ea3e9"
955-
integrity sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==
952+
"@typescript-eslint/types@6.21.0":
953+
version "6.21.0"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
955+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
956956

957-
"@typescript-eslint/typescript-estree@6.7.3":
958-
version "6.7.3"
959-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.3.tgz#ec5bb7ab4d3566818abaf0e4a8fa1958561b7279"
960-
integrity sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==
957+
"@typescript-eslint/typescript-estree@6.21.0":
958+
version "6.21.0"
959+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
960+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
961961
dependencies:
962-
"@typescript-eslint/types" "6.7.3"
963-
"@typescript-eslint/visitor-keys" "6.7.3"
962+
"@typescript-eslint/types" "6.21.0"
963+
"@typescript-eslint/visitor-keys" "6.21.0"
964964
debug "^4.3.4"
965965
globby "^11.1.0"
966966
is-glob "^4.0.3"
967+
minimatch "9.0.3"
967968
semver "^7.5.4"
968969
ts-api-utils "^1.0.1"
969970

970-
"@typescript-eslint/utils@6.7.3":
971-
version "6.7.3"
972-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.3.tgz#96c655816c373135b07282d67407cb577f62e143"
973-
integrity sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==
971+
"@typescript-eslint/utils@6.21.0":
972+
version "6.21.0"
973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
974+
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
974975
dependencies:
975976
"@eslint-community/eslint-utils" "^4.4.0"
976977
"@types/json-schema" "^7.0.12"
977978
"@types/semver" "^7.5.0"
978-
"@typescript-eslint/scope-manager" "6.7.3"
979-
"@typescript-eslint/types" "6.7.3"
980-
"@typescript-eslint/typescript-estree" "6.7.3"
979+
"@typescript-eslint/scope-manager" "6.21.0"
980+
"@typescript-eslint/types" "6.21.0"
981+
"@typescript-eslint/typescript-estree" "6.21.0"
981982
semver "^7.5.4"
982983

983-
"@typescript-eslint/visitor-keys@6.7.3":
984-
version "6.7.3"
985-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.3.tgz#83809631ca12909bd2083558d2f93f5747deebb2"
986-
integrity sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==
984+
"@typescript-eslint/visitor-keys@6.21.0":
985+
version "6.21.0"
986+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
987+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
987988
dependencies:
988-
"@typescript-eslint/types" "6.7.3"
989+
"@typescript-eslint/types" "6.21.0"
989990
eslint-visitor-keys "^3.4.1"
990991

991992
abort-controller@^3.0.0:
@@ -1392,13 +1393,20 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
13921393
shebang-command "^2.0.0"
13931394
which "^2.0.1"
13941395

1395-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
1396+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
13961397
version "4.3.4"
13971398
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
13981399
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
13991400
dependencies:
14001401
ms "2.1.2"
14011402

1403+
debug@^4.3.4:
1404+
version "4.3.7"
1405+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
1406+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
1407+
dependencies:
1408+
ms "^2.1.3"
1409+
14021410
dedent@^1.0.0:
14031411
version "1.5.1"
14041412
resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.5.1.tgz#4f3fc94c8b711e9bb2800d185cd6ad20f2a90aff"
@@ -1546,12 +1554,7 @@ eslint-scope@^7.2.2:
15461554
esrecurse "^4.3.0"
15471555
estraverse "^5.2.0"
15481556

1549-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
1550-
version "3.4.2"
1551-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz#8c2095440eca8c933bedcadf16fefa44dbe9ba5f"
1552-
integrity sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==
1553-
1554-
eslint-visitor-keys@^3.4.3:
1557+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
15551558
version "3.4.3"
15561559
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
15571560
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -1716,18 +1719,7 @@ fast-glob@^3.2.12:
17161719
merge2 "^1.3.0"
17171720
micromatch "^4.0.4"
17181721

1719-
fast-glob@^3.2.9:
1720-
version "3.3.1"
1721-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
1722-
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
1723-
dependencies:
1724-
"@nodelib/fs.stat" "^2.0.2"
1725-
"@nodelib/fs.walk" "^1.2.3"
1726-
glob-parent "^5.1.2"
1727-
merge2 "^1.3.0"
1728-
micromatch "^4.0.4"
1729-
1730-
fast-glob@^3.3.0:
1722+
fast-glob@^3.2.9, fast-glob@^3.3.0:
17311723
version "3.3.2"
17321724
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
17331725
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -1749,9 +1741,9 @@ fast-levenshtein@^2.0.6:
17491741
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
17501742

17511743
fastq@^1.6.0:
1752-
version "1.15.0"
1753-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a"
1754-
integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==
1744+
version "1.17.1"
1745+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
1746+
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
17551747
dependencies:
17561748
reusify "^1.0.4"
17571749

@@ -1974,9 +1966,9 @@ iconv-lite@^0.6.3:
19741966
safer-buffer ">= 2.1.2 < 3.0.0"
19751967

19761968
ignore@^5.2.0, ignore@^5.2.4:
1977-
version "5.2.4"
1978-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1979-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1969+
version "5.3.2"
1970+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
1971+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
19801972

19811973
import-fresh@^3.2.1:
19821974
version "3.3.0"
@@ -2681,6 +2673,13 @@ mimic-fn@^4.0.0:
26812673
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
26822674
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
26832675

2676+
2677+
version "9.0.3"
2678+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2679+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2680+
dependencies:
2681+
brace-expansion "^2.0.1"
2682+
26842683
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
26852684
version "3.1.2"
26862685
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2710,7 +2709,7 @@ [email protected]:
27102709
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
27112710
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
27122711

2713-
ms@^2.0.0:
2712+
ms@^2.0.0, ms@^2.1.3:
27142713
version "2.1.3"
27152714
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
27162715
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -3075,13 +3074,18 @@ semver@^6.3.0, semver@^6.3.1:
30753074
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
30763075
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
30773076

3078-
semver@^7.5.3, semver@^7.5.4:
3077+
semver@^7.5.3:
30793078
version "7.5.4"
30803079
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
30813080
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
30823081
dependencies:
30833082
lru-cache "^6.0.0"
30843083

3084+
semver@^7.5.4:
3085+
version "7.6.3"
3086+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
3087+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
3088+
30853089
shebang-command@^2.0.0:
30863090
version "2.0.0"
30873091
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -3278,9 +3282,9 @@ tr46@~0.0.3:
32783282
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
32793283

32803284
ts-api-utils@^1.0.1:
3281-
version "1.0.3"
3282-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
3283-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
3285+
version "1.3.0"
3286+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3287+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
32843288

32853289
ts-jest@^29.1.0:
32863290
version "29.1.1"

0 commit comments

Comments
 (0)