Skip to content

Commit 9fb60bd

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 1fcba24 commit 9fb60bd

2 files changed

Lines changed: 123 additions & 113 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"@babel/types": "7.23.4",
5757
"@types/node": "20.10.0",
5858
"@types/ws": "8.5.10",
59-
"@typescript-eslint/eslint-plugin": "6.13.1",
60-
"@typescript-eslint/parser": "6.13.1",
59+
"@typescript-eslint/eslint-plugin": "8.46.2",
60+
"@typescript-eslint/parser": "8.46.2",
6161
"@unocss/preset-wind": "0.57.7",
6262
"@unocss/reset": "0.57.7",
6363
"c8": "8.0.1",

yarn.lock

Lines changed: 121 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -747,14 +747,21 @@
747747
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz#34aa0b52d0fbb1a654b596acfa595f0c7b77a77b"
748748
integrity sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==
749749

750-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
750+
"@eslint-community/eslint-utils@^4.2.0":
751751
version "4.7.0"
752752
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
753753
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
754754
dependencies:
755755
eslint-visitor-keys "^3.4.3"
756756

757-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
757+
"@eslint-community/eslint-utils@^4.7.0":
758+
version "4.9.0"
759+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
760+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
761+
dependencies:
762+
eslint-visitor-keys "^3.4.3"
763+
764+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
758765
version "4.12.1"
759766
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
760767
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
@@ -1079,11 +1086,6 @@
10791086
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7"
10801087
integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==
10811088

1082-
"@types/json-schema@^7.0.12":
1083-
version "7.0.15"
1084-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1085-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1086-
10871089
"@types/minimist@^1.2.0":
10881090
version "1.2.5"
10891091
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
@@ -1113,102 +1115,110 @@
11131115
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
11141116
integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==
11151117

1116-
"@types/semver@^7.5.0":
1117-
version "7.7.0"
1118-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.0.tgz#64c441bdae033b378b6eef7d0c3d77c329b9378e"
1119-
integrity sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==
1120-
11211118
"@types/ws@8.5.10":
11221119
version "8.5.10"
11231120
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
11241121
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
11251122
dependencies:
11261123
"@types/node" "*"
11271124

1128-
"@typescript-eslint/eslint-plugin@6.13.1":
1129-
version "6.13.1"
1130-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.1.tgz#f98bd887bf95551203c917e734d113bf8d527a0c"
1131-
integrity sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==
1125+
"@typescript-eslint/eslint-plugin@8.46.2":
1126+
version "8.46.2"
1127+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.2.tgz#dc4ab93ee3d7e6c8e38820a0d6c7c93c7183e2dc"
1128+
integrity sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==
11321129
dependencies:
1133-
"@eslint-community/regexpp" "^4.5.1"
1134-
"@typescript-eslint/scope-manager" "6.13.1"
1135-
"@typescript-eslint/type-utils" "6.13.1"
1136-
"@typescript-eslint/utils" "6.13.1"
1137-
"@typescript-eslint/visitor-keys" "6.13.1"
1138-
debug "^4.3.4"
1130+
"@eslint-community/regexpp" "^4.10.0"
1131+
"@typescript-eslint/scope-manager" "8.46.2"
1132+
"@typescript-eslint/type-utils" "8.46.2"
1133+
"@typescript-eslint/utils" "8.46.2"
1134+
"@typescript-eslint/visitor-keys" "8.46.2"
11391135
graphemer "^1.4.0"
1140-
ignore "^5.2.4"
1136+
ignore "^7.0.0"
11411137
natural-compare "^1.4.0"
1142-
semver "^7.5.4"
1143-
ts-api-utils "^1.0.1"
1144-
1145-
"@typescript-eslint/parser@6.13.1":
1146-
version "6.13.1"
1147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.13.1.tgz#29d6d4e5fab4669e58bc15f6904b67da65567487"
1148-
integrity sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==
1149-
dependencies:
1150-
"@typescript-eslint/scope-manager" "6.13.1"
1151-
"@typescript-eslint/types" "6.13.1"
1152-
"@typescript-eslint/typescript-estree" "6.13.1"
1153-
"@typescript-eslint/visitor-keys" "6.13.1"
1154-
debug "^4.3.4"
1138+
ts-api-utils "^2.1.0"
11551139

1156-
"@typescript-eslint/scope-manager@6.13.1":
1157-
version "6.13.1"
1158-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.13.1.tgz#58c7c37c6a957d3d9f59bc4f64c2888e0cac1d70"
1159-
integrity sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==
1140+
"@typescript-eslint/parser@8.46.2":
1141+
version "8.46.2"
1142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.2.tgz#dd938d45d581ac8ffa9d8a418a50282b306f7ebf"
1143+
integrity sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==
11601144
dependencies:
1161-
"@typescript-eslint/types" "6.13.1"
1162-
"@typescript-eslint/visitor-keys" "6.13.1"
1145+
"@typescript-eslint/scope-manager" "8.46.2"
1146+
"@typescript-eslint/types" "8.46.2"
1147+
"@typescript-eslint/typescript-estree" "8.46.2"
1148+
"@typescript-eslint/visitor-keys" "8.46.2"
1149+
debug "^4.3.4"
11631150

1164-
"@typescript-eslint/type-utils@6.13.1":
1165-
version "6.13.1"
1166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.1.tgz#e6e5885e387841cae9c38fc0638fd8b7561973d6"
1167-
integrity sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==
1151+
"@typescript-eslint/project-service@8.46.2":
1152+
version "8.46.2"
1153+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.2.tgz#ab2f02a0de4da6a7eeb885af5e059be57819d608"
1154+
integrity sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==
11681155
dependencies:
1169-
"@typescript-eslint/typescript-estree" "6.13.1"
1170-
"@typescript-eslint/utils" "6.13.1"
1156+
"@typescript-eslint/tsconfig-utils" "^8.46.2"
1157+
"@typescript-eslint/types" "^8.46.2"
11711158
debug "^4.3.4"
1172-
ts-api-utils "^1.0.1"
11731159

1174-
"@typescript-eslint/types@6.13.1":
1175-
version "6.13.1"
1176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.1.tgz#b56f26130e7eb8fa1e429c75fb969cae6ad7bb5c"
1177-
integrity sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==
1160+
"@typescript-eslint/scope-manager@8.46.2":
1161+
version "8.46.2"
1162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz#7d37df2493c404450589acb3b5d0c69cc0670a88"
1163+
integrity sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==
1164+
dependencies:
1165+
"@typescript-eslint/types" "8.46.2"
1166+
"@typescript-eslint/visitor-keys" "8.46.2"
1167+
1168+
"@typescript-eslint/tsconfig-utils@8.46.2", "@typescript-eslint/tsconfig-utils@^8.46.2":
1169+
version "8.46.2"
1170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
1171+
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
11781172

1179-
"@typescript-eslint/typescript-estree@6.13.1":
1180-
version "6.13.1"
1181-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz#d01dda78d2487434d1c503853fa00291c566efa4"
1182-
integrity sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==
1173+
"@typescript-eslint/type-utils@8.46.2":
1174+
version "8.46.2"
1175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.2.tgz#802d027864e6fb752e65425ed09f3e089fb4d384"
1176+
integrity sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==
11831177
dependencies:
1184-
"@typescript-eslint/types" "6.13.1"
1185-
"@typescript-eslint/visitor-keys" "6.13.1"
1178+
"@typescript-eslint/types" "8.46.2"
1179+
"@typescript-eslint/typescript-estree" "8.46.2"
1180+
"@typescript-eslint/utils" "8.46.2"
1181+
debug "^4.3.4"
1182+
ts-api-utils "^2.1.0"
1183+
1184+
"@typescript-eslint/types@8.46.2", "@typescript-eslint/types@^8.46.2":
1185+
version "8.46.2"
1186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
1187+
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
1188+
1189+
"@typescript-eslint/typescript-estree@8.46.2":
1190+
version "8.46.2"
1191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz#ab547a27e4222bb6a3281cb7e98705272e2c7d08"
1192+
integrity sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==
1193+
dependencies:
1194+
"@typescript-eslint/project-service" "8.46.2"
1195+
"@typescript-eslint/tsconfig-utils" "8.46.2"
1196+
"@typescript-eslint/types" "8.46.2"
1197+
"@typescript-eslint/visitor-keys" "8.46.2"
11861198
debug "^4.3.4"
1187-
globby "^11.1.0"
1199+
fast-glob "^3.3.2"
11881200
is-glob "^4.0.3"
1189-
semver "^7.5.4"
1190-
ts-api-utils "^1.0.1"
1191-
1192-
"@typescript-eslint/utils@6.13.1":
1193-
version "6.13.1"
1194-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.1.tgz#925b3a2453a71ada914ae329b7bb7e7d96634b2f"
1195-
integrity sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==
1196-
dependencies:
1197-
"@eslint-community/eslint-utils" "^4.4.0"
1198-
"@types/json-schema" "^7.0.12"
1199-
"@types/semver" "^7.5.0"
1200-
"@typescript-eslint/scope-manager" "6.13.1"
1201-
"@typescript-eslint/types" "6.13.1"
1202-
"@typescript-eslint/typescript-estree" "6.13.1"
1203-
semver "^7.5.4"
1204-
1205-
"@typescript-eslint/visitor-keys@6.13.1":
1206-
version "6.13.1"
1207-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz#c4b692dcc23a4fc60685b718f10fde789d65a540"
1208-
integrity sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==
1209-
dependencies:
1210-
"@typescript-eslint/types" "6.13.1"
1211-
eslint-visitor-keys "^3.4.1"
1201+
minimatch "^9.0.4"
1202+
semver "^7.6.0"
1203+
ts-api-utils "^2.1.0"
1204+
1205+
"@typescript-eslint/utils@8.46.2":
1206+
version "8.46.2"
1207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.2.tgz#b313d33d67f9918583af205bd7bcebf20f231732"
1208+
integrity sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==
1209+
dependencies:
1210+
"@eslint-community/eslint-utils" "^4.7.0"
1211+
"@typescript-eslint/scope-manager" "8.46.2"
1212+
"@typescript-eslint/types" "8.46.2"
1213+
"@typescript-eslint/typescript-estree" "8.46.2"
1214+
1215+
"@typescript-eslint/visitor-keys@8.46.2":
1216+
version "8.46.2"
1217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz#803fa298948c39acf810af21bdce6f8babfa9738"
1218+
integrity sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==
1219+
dependencies:
1220+
"@typescript-eslint/types" "8.46.2"
1221+
eslint-visitor-keys "^4.2.1"
12121222

12131223
"@ungap/structured-clone@^1.2.0":
12141224
version "1.3.0"
@@ -1577,11 +1587,6 @@ array-ify@^1.0.0:
15771587
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
15781588
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
15791589

1580-
array-union@^2.1.0:
1581-
version "2.1.0"
1582-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1583-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1584-
15851590
arrify@^1.0.1:
15861591
version "1.0.1"
15871592
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2520,6 +2525,11 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
25202525
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
25212526
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
25222527

2528+
eslint-visitor-keys@^4.2.1:
2529+
version "4.2.1"
2530+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2531+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2532+
25232533
eslint@8.54.0:
25242534
version "8.54.0"
25252535
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.54.0.tgz#588e0dd4388af91a2e8fa37ea64924074c783537"
@@ -2632,7 +2642,7 @@ fast-diff@^1.1.2:
26322642
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
26332643
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
26342644

2635-
fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.2:
2645+
fast-glob@^3.3.0, fast-glob@^3.3.2:
26362646
version "3.3.3"
26372647
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
26382648
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -2876,18 +2886,6 @@ globals@^15.14.0:
28762886
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
28772887
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
28782888

2879-
globby@^11.1.0:
2880-
version "11.1.0"
2881-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2882-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2883-
dependencies:
2884-
array-union "^2.1.0"
2885-
dir-glob "^3.0.1"
2886-
fast-glob "^3.2.9"
2887-
ignore "^5.2.0"
2888-
merge2 "^1.4.1"
2889-
slash "^3.0.0"
2890-
28912889
globby@^13.1.4:
28922890
version "13.2.2"
28932891
resolved "https://registry.yarnpkg.com/globby/-/globby-13.2.2.tgz#63b90b1bf68619c2135475cbd4e71e66aa090592"
@@ -2987,6 +2985,11 @@ ignore@^5.2.0, ignore@^5.2.4:
29872985
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
29882986
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
29892987

2988+
ignore@^7.0.0:
2989+
version "7.0.5"
2990+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2991+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
2992+
29902993
import-fresh@^3.2.1:
29912994
version "3.3.1"
29922995
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
@@ -3505,6 +3508,13 @@ minimatch@^5.0.1:
35053508
dependencies:
35063509
brace-expansion "^2.0.1"
35073510

3511+
minimatch@^9.0.4:
3512+
version "9.0.5"
3513+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3514+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3515+
dependencies:
3516+
brace-expansion "^2.0.1"
3517+
35083518
minimist-options@4.1.0:
35093519
version "4.1.0"
35103520
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4413,11 +4423,16 @@ semver@^6.0.0, semver@^6.3.1:
44134423
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
44144424
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
44154425

4416-
semver@^7.1.1, semver@^7.3.4, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3:
4426+
semver@^7.1.1, semver@^7.3.4, semver@^7.5.3, semver@^7.6.3:
44174427
version "7.7.2"
44184428
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
44194429
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
44204430

4431+
semver@^7.6.0:
4432+
version "7.7.3"
4433+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
4434+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
4435+
44214436
shebang-command@^2.0.0:
44224437
version "2.0.0"
44234438
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -4449,11 +4464,6 @@ sirv@^2.0.3:
44494464
mrmime "^2.0.0"
44504465
totalist "^3.0.0"
44514466

4452-
slash@^3.0.0:
4453-
version "3.0.0"
4454-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
4455-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
4456-
44574467
slash@^4.0.0:
44584468
version "4.0.0"
44594469
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
@@ -4779,10 +4789,10 @@ trim-newlines@^3.0.0:
47794789
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
47804790
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
47814791

4782-
ts-api-utils@^1.0.1:
4783-
version "1.4.3"
4784-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
4785-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
4792+
ts-api-utils@^2.1.0:
4793+
version "2.1.0"
4794+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4795+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
47864796

47874797
tslib@^2.1.0:
47884798
version "2.8.1"

0 commit comments

Comments
 (0)