Skip to content

Commit 18c0129

Browse files
Bump the eslint group with 3 updates (JamesIves#1011)
Bumps the eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `@typescript-eslint/eslint-plugin` from 7.7.0 to 7.9.0 - [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/v7.9.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.7.0 to 7.9.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser) Updates `eslint-plugin-jest` from 28.2.0 to 28.5.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.2.0...v28.5.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93f7f0d commit 18c0129

File tree

2 files changed

+89
-73
lines changed

2 files changed

+89
-73
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"@types/mustache": "4.2.5",
4848
"@types/node": "20.12.7",
4949
"@types/retry": "0.12.5",
50-
"@typescript-eslint/eslint-plugin": "7.7.0",
51-
"@typescript-eslint/parser": "7.7.0",
50+
"@typescript-eslint/eslint-plugin": "7.9.0",
51+
"@typescript-eslint/parser": "7.9.0",
5252
"eslint": "9.0.0",
5353
"eslint-config-prettier": "9.1.0",
54-
"eslint-plugin-jest": "28.2.0",
54+
"eslint-plugin-jest": "28.5.0",
5555
"eslint-plugin-prettier": "5.1.3",
5656
"jest": "27.5.1",
5757
"jest-circus": "27.5.1",

yarn.lock

Lines changed: 86 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -550,16 +550,11 @@
550550
dependencies:
551551
eslint-visitor-keys "^3.3.0"
552552

553-
"@eslint-community/regexpp@^4.10.0":
553+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
554554
version "4.10.0"
555555
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
556556
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
557557

558-
"@eslint-community/regexpp@^4.6.1":
559-
version "4.8.0"
560-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.0.tgz#11195513186f68d42fbf449f9a7136b2c0c92005"
561-
integrity sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==
562-
563558
"@eslint/eslintrc@^3.0.2":
564559
version "3.0.2"
565560
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.0.2.tgz#36180f8e85bf34d2fe3ccc2261e8e204a411ab4e"
@@ -981,7 +976,7 @@
981976
expect "^29.0.0"
982977
pretty-format "^29.0.0"
983978

984-
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15":
979+
"@types/json-schema@^7.0.15":
985980
version "7.0.15"
986981
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
987982
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1015,7 +1010,7 @@
10151010
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.5.tgz#f090ff4bd8d2e5b940ff270ab39fd5ca1834a07e"
10161011
integrity sha512-3xSjTp3v03X/lSQLkczaN9UIEwJMoMCA1+Nb5HfbJEQWogdeQIyVtTvxPXDQjZ5zws8rFQfVfRdz03ARihPJgw==
10171012

1018-
"@types/semver@^7.5.0", "@types/semver@^7.5.8":
1013+
"@types/semver@^7.5.8":
10191014
version "7.5.8"
10201015
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
10211016
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
@@ -1059,6 +1054,21 @@
10591054
semver "^7.6.0"
10601055
ts-api-utils "^1.3.0"
10611056

1057+
"@typescript-eslint/eslint-plugin@7.9.0":
1058+
version "7.9.0"
1059+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz#093b96fc4e342226e65d5f18f9c87081e0b04a31"
1060+
integrity sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==
1061+
dependencies:
1062+
"@eslint-community/regexpp" "^4.10.0"
1063+
"@typescript-eslint/scope-manager" "7.9.0"
1064+
"@typescript-eslint/type-utils" "7.9.0"
1065+
"@typescript-eslint/utils" "7.9.0"
1066+
"@typescript-eslint/visitor-keys" "7.9.0"
1067+
graphemer "^1.4.0"
1068+
ignore "^5.3.1"
1069+
natural-compare "^1.4.0"
1070+
ts-api-utils "^1.3.0"
1071+
10621072
"@typescript-eslint/parser@7.7.0":
10631073
version "7.7.0"
10641074
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.0.tgz#6b1b3ce76c5de002c43af8ae933613b0f2b4bcc6"
@@ -1070,13 +1080,16 @@
10701080
"@typescript-eslint/visitor-keys" "7.7.0"
10711081
debug "^4.3.4"
10721082

1073-
"@typescript-eslint/scope-manager@6.21.0":
1074-
version "6.21.0"
1075-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1076-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
1083+
"@typescript-eslint/parser@7.9.0":
1084+
version "7.9.0"
1085+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.9.0.tgz#fb3ba01b75e0e65cb78037a360961b00301f6c70"
1086+
integrity sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==
10771087
dependencies:
1078-
"@typescript-eslint/types" "6.21.0"
1079-
"@typescript-eslint/visitor-keys" "6.21.0"
1088+
"@typescript-eslint/scope-manager" "7.9.0"
1089+
"@typescript-eslint/types" "7.9.0"
1090+
"@typescript-eslint/typescript-estree" "7.9.0"
1091+
"@typescript-eslint/visitor-keys" "7.9.0"
1092+
debug "^4.3.4"
10801093

10811094
"@typescript-eslint/scope-manager@7.7.0":
10821095
version "7.7.0"
@@ -1086,6 +1099,14 @@
10861099
"@typescript-eslint/types" "7.7.0"
10871100
"@typescript-eslint/visitor-keys" "7.7.0"
10881101

1102+
"@typescript-eslint/scope-manager@7.9.0":
1103+
version "7.9.0"
1104+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
1105+
integrity sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==
1106+
dependencies:
1107+
"@typescript-eslint/types" "7.9.0"
1108+
"@typescript-eslint/visitor-keys" "7.9.0"
1109+
10891110
"@typescript-eslint/type-utils@7.7.0":
10901111
version "7.7.0"
10911112
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.0.tgz#36792ff4209a781b058de61631a48df17bdefbc5"
@@ -1096,29 +1117,25 @@
10961117
debug "^4.3.4"
10971118
ts-api-utils "^1.3.0"
10981119

1099-
"@typescript-eslint/types@6.21.0":
1100-
version "6.21.0"
1101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1102-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
1120+
"@typescript-eslint/type-utils@7.9.0":
1121+
version "7.9.0"
1122+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz#f523262e1b66ca65540b7a65a1222db52e0a90c9"
1123+
integrity sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==
1124+
dependencies:
1125+
"@typescript-eslint/typescript-estree" "7.9.0"
1126+
"@typescript-eslint/utils" "7.9.0"
1127+
debug "^4.3.4"
1128+
ts-api-utils "^1.3.0"
11031129

11041130
"@typescript-eslint/types@7.7.0":
11051131
version "7.7.0"
11061132
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.0.tgz#23af4d24bf9ce15d8d301236e3e3014143604f27"
11071133
integrity sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==
11081134

1109-
"@typescript-eslint/typescript-estree@6.21.0":
1110-
version "6.21.0"
1111-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1112-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
1113-
dependencies:
1114-
"@typescript-eslint/types" "6.21.0"
1115-
"@typescript-eslint/visitor-keys" "6.21.0"
1116-
debug "^4.3.4"
1117-
globby "^11.1.0"
1118-
is-glob "^4.0.3"
1119-
minimatch "9.0.3"
1120-
semver "^7.5.4"
1121-
ts-api-utils "^1.0.1"
1135+
"@typescript-eslint/types@7.9.0":
1136+
version "7.9.0"
1137+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
1138+
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
11221139

11231140
"@typescript-eslint/typescript-estree@7.7.0":
11241141
version "7.7.0"
@@ -1134,6 +1151,20 @@
11341151
semver "^7.6.0"
11351152
ts-api-utils "^1.3.0"
11361153

1154+
"@typescript-eslint/typescript-estree@7.9.0":
1155+
version "7.9.0"
1156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
1157+
integrity sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==
1158+
dependencies:
1159+
"@typescript-eslint/types" "7.9.0"
1160+
"@typescript-eslint/visitor-keys" "7.9.0"
1161+
debug "^4.3.4"
1162+
globby "^11.1.0"
1163+
is-glob "^4.0.3"
1164+
minimatch "^9.0.4"
1165+
semver "^7.6.0"
1166+
ts-api-utils "^1.3.0"
1167+
11371168
"@typescript-eslint/utils@7.7.0":
11381169
version "7.7.0"
11391170
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.0.tgz#3d2b6606a60ac34f3c625facfb3b3ab7e126f58d"
@@ -1147,26 +1178,15 @@
11471178
"@typescript-eslint/typescript-estree" "7.7.0"
11481179
semver "^7.6.0"
11491180

1150-
"@typescript-eslint/utils@^6.0.0":
1151-
version "6.21.0"
1152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1153-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1181+
"@typescript-eslint/utils@7.9.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0":
1182+
version "7.9.0"
1183+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.9.0.tgz#1b96a34eefdca1c820cb1bbc2751d848b4540899"
1184+
integrity sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==
11541185
dependencies:
11551186
"@eslint-community/eslint-utils" "^4.4.0"
1156-
"@types/json-schema" "^7.0.12"
1157-
"@types/semver" "^7.5.0"
1158-
"@typescript-eslint/scope-manager" "6.21.0"
1159-
"@typescript-eslint/types" "6.21.0"
1160-
"@typescript-eslint/typescript-estree" "6.21.0"
1161-
semver "^7.5.4"
1162-
1163-
"@typescript-eslint/visitor-keys@6.21.0":
1164-
version "6.21.0"
1165-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1166-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1167-
dependencies:
1168-
"@typescript-eslint/types" "6.21.0"
1169-
eslint-visitor-keys "^3.4.1"
1187+
"@typescript-eslint/scope-manager" "7.9.0"
1188+
"@typescript-eslint/types" "7.9.0"
1189+
"@typescript-eslint/typescript-estree" "7.9.0"
11701190

11711191
"@typescript-eslint/visitor-keys@7.7.0":
11721192
version "7.7.0"
@@ -1176,6 +1196,14 @@
11761196
"@typescript-eslint/types" "7.7.0"
11771197
eslint-visitor-keys "^3.4.3"
11781198

1199+
"@typescript-eslint/visitor-keys@7.9.0":
1200+
version "7.9.0"
1201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
1202+
integrity sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==
1203+
dependencies:
1204+
"@typescript-eslint/types" "7.9.0"
1205+
eslint-visitor-keys "^3.4.3"
1206+
11791207
abab@^2.0.3, abab@^2.0.5:
11801208
version "2.0.6"
11811209
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
@@ -1690,12 +1718,12 @@ eslint-config-prettier@9.1.0:
16901718
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
16911719
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
16921720

1693-
eslint-plugin-jest@28.2.0:
1694-
version "28.2.0"
1695-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.2.0.tgz#863e2b2bda95eb41981ba9bcf4c44f57dce40a73"
1696-
integrity sha512-yRDti/a+f+SMSmNTiT9/M/MzXGkitl8CfzUxnpoQcTyfq8gUrXMriVcWU36W1X6BZSUoyUCJrDAWWUA2N4hE5g==
1721+
eslint-plugin-jest@28.5.0:
1722+
version "28.5.0"
1723+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz#b497b795de37f671eaccd38bd83030186ff5dc8d"
1724+
integrity sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ==
16971725
dependencies:
1698-
"@typescript-eslint/utils" "^6.0.0"
1726+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
16991727

17001728
eslint-plugin-prettier@5.1.3:
17011729
version "5.1.3"
@@ -1713,7 +1741,7 @@ eslint-scope@^8.0.1:
17131741
esrecurse "^4.3.0"
17141742
estraverse "^5.2.0"
17151743

1716-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
1744+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
17171745
version "3.4.3"
17181746
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
17191747
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -2081,12 +2109,7 @@ iconv-lite@0.4.24:
20812109
dependencies:
20822110
safer-buffer ">= 2.1.2 < 3"
20832111

2084-
ignore@^5.2.0:
2085-
version "5.2.0"
2086-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
2087-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
2088-
2089-
ignore@^5.3.1:
2112+
ignore@^5.2.0, ignore@^5.3.1:
20902113
version "5.3.1"
20912114
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
20922115
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
@@ -2887,13 +2910,6 @@ mimic-fn@^2.1.0:
28872910
version "2.1.0"
28882911
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
28892912

2890-
minimatch@9.0.3:
2891-
version "9.0.3"
2892-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2893-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2894-
dependencies:
2895-
brace-expansion "^2.0.1"
2896-
28972913
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
28982914
version "3.1.2"
28992915
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -3240,7 +3256,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
32403256
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
32413257
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
32423258

3243-
semver@^7.3.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
3259+
semver@^7.3.2, semver@^7.5.3, semver@^7.6.0:
32443260
version "7.6.0"
32453261
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
32463262
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
@@ -3451,7 +3467,7 @@ tr46@~0.0.3:
34513467
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
34523468
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
34533469

3454-
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
3470+
ts-api-utils@^1.3.0:
34553471
version "1.3.0"
34563472
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
34573473
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==

0 commit comments

Comments
 (0)