Skip to content

Commit fe1bc0e

Browse files
chore(deps): lock file maintenance (#2349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7917c6 commit fe1bc0e

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

yarn.lock

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,15 +1192,15 @@
11921192
ts-api-utils "^1.3.0"
11931193

11941194
"@typescript-eslint/eslint-plugin@^8.0.0":
1195-
version "8.13.0"
1196-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.13.0.tgz#650c50b8c795b5d092189f139f6d00535b5b0f3d"
1197-
integrity sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg==
1195+
version "8.14.0"
1196+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.14.0.tgz#7dc0e419c87beadc8f554bf5a42e5009ed3748dc"
1197+
integrity sha512-tqp8H7UWFaZj0yNO6bycd5YjMwxa6wIHOLZvWPkidwbgLCsBMetQoGj7DPuAlWa2yGO3H48xmPwjhsSPPCGU5w==
11981198
dependencies:
11991199
"@eslint-community/regexpp" "^4.10.0"
1200-
"@typescript-eslint/scope-manager" "8.13.0"
1201-
"@typescript-eslint/type-utils" "8.13.0"
1202-
"@typescript-eslint/utils" "8.13.0"
1203-
"@typescript-eslint/visitor-keys" "8.13.0"
1200+
"@typescript-eslint/scope-manager" "8.14.0"
1201+
"@typescript-eslint/type-utils" "8.14.0"
1202+
"@typescript-eslint/utils" "8.14.0"
1203+
"@typescript-eslint/visitor-keys" "8.14.0"
12041204
graphemer "^1.4.0"
12051205
ignore "^5.3.1"
12061206
natural-compare "^1.4.0"
@@ -1218,14 +1218,14 @@
12181218
debug "^4.3.4"
12191219

12201220
"@typescript-eslint/parser@^8.0.0":
1221-
version "8.13.0"
1222-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.13.0.tgz#ef76203b7cac515aa3ccc4f7ce5320dd61c46b29"
1223-
integrity sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ==
1224-
dependencies:
1225-
"@typescript-eslint/scope-manager" "8.13.0"
1226-
"@typescript-eslint/types" "8.13.0"
1227-
"@typescript-eslint/typescript-estree" "8.13.0"
1228-
"@typescript-eslint/visitor-keys" "8.13.0"
1221+
version "8.14.0"
1222+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.14.0.tgz#0a7e9dbc11bc07716ab2d7b1226217e9f6b51fc8"
1223+
integrity sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA==
1224+
dependencies:
1225+
"@typescript-eslint/scope-manager" "8.14.0"
1226+
"@typescript-eslint/types" "8.14.0"
1227+
"@typescript-eslint/typescript-estree" "8.14.0"
1228+
"@typescript-eslint/visitor-keys" "8.14.0"
12291229
debug "^4.3.4"
12301230

12311231
"@typescript-eslint/[email protected]":
@@ -1236,13 +1236,13 @@
12361236
"@typescript-eslint/types" "7.18.0"
12371237
"@typescript-eslint/visitor-keys" "7.18.0"
12381238

1239-
"@typescript-eslint/scope-manager@8.13.0":
1240-
version "8.13.0"
1241-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz#2f4aed0b87d72360e64e4ea194b1fde14a59082e"
1242-
integrity sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==
1239+
"@typescript-eslint/scope-manager@8.14.0":
1240+
version "8.14.0"
1241+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.14.0.tgz#01f37c147a735cd78f0ff355e033b9457da1f373"
1242+
integrity sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw==
12431243
dependencies:
1244-
"@typescript-eslint/types" "8.13.0"
1245-
"@typescript-eslint/visitor-keys" "8.13.0"
1244+
"@typescript-eslint/types" "8.14.0"
1245+
"@typescript-eslint/visitor-keys" "8.14.0"
12461246

12471247
"@typescript-eslint/[email protected]":
12481248
version "7.18.0"
@@ -1254,13 +1254,13 @@
12541254
debug "^4.3.4"
12551255
ts-api-utils "^1.3.0"
12561256

1257-
"@typescript-eslint/type-utils@8.13.0":
1258-
version "8.13.0"
1259-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.13.0.tgz#8c8fa68490dcb9ae1687ffc7de8fbe23c26417bd"
1260-
integrity sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA==
1257+
"@typescript-eslint/type-utils@8.14.0":
1258+
version "8.14.0"
1259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.14.0.tgz#455c6af30c336b24a1af28bc4f81b8dd5d74d94d"
1260+
integrity sha512-Xcz9qOtZuGusVOH5Uk07NGs39wrKkf3AxlkK79RBK6aJC1l03CobXjJbwBPSidetAOV+5rEVuiT1VSBUOAsanQ==
12611261
dependencies:
1262-
"@typescript-eslint/typescript-estree" "8.13.0"
1263-
"@typescript-eslint/utils" "8.13.0"
1262+
"@typescript-eslint/typescript-estree" "8.14.0"
1263+
"@typescript-eslint/utils" "8.14.0"
12641264
debug "^4.3.4"
12651265
ts-api-utils "^1.3.0"
12661266

@@ -1269,10 +1269,10 @@
12691269
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
12701270
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
12711271

1272-
"@typescript-eslint/types@8.13.0":
1273-
version "8.13.0"
1274-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.13.0.tgz#3f35dead2b2491a04339370dcbcd17bbdfc204d8"
1275-
integrity sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==
1272+
"@typescript-eslint/types@8.14.0":
1273+
version "8.14.0"
1274+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.14.0.tgz#0d33d8d0b08479c424e7d654855fddf2c71e4021"
1275+
integrity sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g==
12761276

12771277
"@typescript-eslint/[email protected]":
12781278
version "7.18.0"
@@ -1288,13 +1288,13 @@
12881288
semver "^7.6.0"
12891289
ts-api-utils "^1.3.0"
12901290

1291-
"@typescript-eslint/typescript-estree@8.13.0":
1292-
version "8.13.0"
1293-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz#db8c93dd5437ca3ce417a255fb35ddc3c12c3e95"
1294-
integrity sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==
1291+
"@typescript-eslint/typescript-estree@8.14.0":
1292+
version "8.14.0"
1293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.14.0.tgz#a7a3a5a53a6c09313e12fb4531d4ff582ee3c312"
1294+
integrity sha512-OPXPLYKGZi9XS/49rdaCbR5j/S14HazviBlUQFvSKz3npr3NikF+mrgK7CFVur6XEt95DZp/cmke9d5i3vtVnQ==
12951295
dependencies:
1296-
"@typescript-eslint/types" "8.13.0"
1297-
"@typescript-eslint/visitor-keys" "8.13.0"
1296+
"@typescript-eslint/types" "8.14.0"
1297+
"@typescript-eslint/visitor-keys" "8.14.0"
12981298
debug "^4.3.4"
12991299
fast-glob "^3.3.2"
13001300
is-glob "^4.0.3"
@@ -1312,15 +1312,15 @@
13121312
"@typescript-eslint/types" "7.18.0"
13131313
"@typescript-eslint/typescript-estree" "7.18.0"
13141314

1315-
"@typescript-eslint/utils@8.13.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1316-
version "8.13.0"
1317-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.13.0.tgz#f6d40e8b5053dcaeabbd2e26463857abf27d62c0"
1318-
integrity sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==
1315+
"@typescript-eslint/utils@8.14.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1316+
version "8.14.0"
1317+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.14.0.tgz#ac2506875e03aba24e602364e43b2dfa45529dbd"
1318+
integrity sha512-OGqj6uB8THhrHj0Fk27DcHPojW7zKwKkPmHXHvQ58pLYp4hy8CSUdTKykKeh+5vFqTTVmjz0zCOOPKRovdsgHA==
13191319
dependencies:
13201320
"@eslint-community/eslint-utils" "^4.4.0"
1321-
"@typescript-eslint/scope-manager" "8.13.0"
1322-
"@typescript-eslint/types" "8.13.0"
1323-
"@typescript-eslint/typescript-estree" "8.13.0"
1321+
"@typescript-eslint/scope-manager" "8.14.0"
1322+
"@typescript-eslint/types" "8.14.0"
1323+
"@typescript-eslint/typescript-estree" "8.14.0"
13241324

13251325
"@typescript-eslint/[email protected]":
13261326
version "7.18.0"
@@ -1330,12 +1330,12 @@
13301330
"@typescript-eslint/types" "7.18.0"
13311331
eslint-visitor-keys "^3.4.3"
13321332

1333-
"@typescript-eslint/visitor-keys@8.13.0":
1334-
version "8.13.0"
1335-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz#e97b0d92b266ef38a1faf40a74da289b66683a5b"
1336-
integrity sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==
1333+
"@typescript-eslint/visitor-keys@8.14.0":
1334+
version "8.14.0"
1335+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.14.0.tgz#2418d5a54669af9658986ade4e6cfb7767d815ad"
1336+
integrity sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ==
13371337
dependencies:
1338-
"@typescript-eslint/types" "8.13.0"
1338+
"@typescript-eslint/types" "8.14.0"
13391339
eslint-visitor-keys "^3.4.3"
13401340

13411341
"@ungap/structured-clone@^1.2.0":
@@ -1884,9 +1884,9 @@ ejs@^3.1.10:
18841884
jake "^10.8.5"
18851885

18861886
electron-to-chromium@^1.5.41:
1887-
version "1.5.55"
1888-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.55.tgz#73684752aa2e1aa49cafb355a41386c6637e76a9"
1889-
integrity sha512-6maZ2ASDOTBtjt9FhqYPRnbvKU5tjG0IN9SztUOWYw2AzNDNpKJYLJmlK0/En4Hs/aiWnB+JZ+gW19PIGszgKg==
1887+
version "1.5.62"
1888+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.62.tgz#8289468414b0b0b3e9180ef619a763555debe612"
1889+
integrity sha512-t8c+zLmJHa9dJy96yBZRXGQYoiCEnHYgFwn1asvSPZSUdVxnB62A4RASd7k41ytG3ErFBA0TpHlKg9D9SQBmLg==
18901890

18911891
emittery@^0.13.1:
18921892
version "0.13.1"
@@ -1911,9 +1911,9 @@ error-ex@^1.3.1:
19111911
is-arrayish "^0.2.1"
19121912

19131913
es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.2, es-abstract@^1.23.3:
1914-
version "1.23.3"
1915-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
1916-
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
1914+
version "1.23.5"
1915+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.5.tgz#f4599a4946d57ed467515ed10e4f157289cd52fb"
1916+
integrity sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==
19171917
dependencies:
19181918
array-buffer-byte-length "^1.0.1"
19191919
arraybuffer.prototype.slice "^1.0.3"
@@ -1930,7 +1930,7 @@ es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23
19301930
function.prototype.name "^1.1.6"
19311931
get-intrinsic "^1.2.4"
19321932
get-symbol-description "^1.0.2"
1933-
globalthis "^1.0.3"
1933+
globalthis "^1.0.4"
19341934
gopd "^1.0.1"
19351935
has-property-descriptors "^1.0.2"
19361936
has-proto "^1.0.3"
@@ -1946,10 +1946,10 @@ es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23
19461946
is-string "^1.0.7"
19471947
is-typed-array "^1.1.13"
19481948
is-weakref "^1.0.2"
1949-
object-inspect "^1.13.1"
1949+
object-inspect "^1.13.3"
19501950
object-keys "^1.1.1"
19511951
object.assign "^4.1.5"
1952-
regexp.prototype.flags "^1.5.2"
1952+
regexp.prototype.flags "^1.5.3"
19531953
safe-array-concat "^1.1.2"
19541954
safe-regex-test "^1.0.3"
19551955
string.prototype.trim "^1.2.9"
@@ -2508,7 +2508,7 @@ globals@^13.19.0:
25082508
dependencies:
25092509
type-fest "^0.20.2"
25102510

2511-
globalthis@^1.0.3:
2511+
globalthis@^1.0.4:
25122512
version "1.0.4"
25132513
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
25142514
integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==
@@ -3486,7 +3486,7 @@ npm-run-path@^4.0.1:
34863486
dependencies:
34873487
path-key "^3.0.0"
34883488

3489-
object-inspect@^1.13.1:
3489+
object-inspect@^1.13.1, object-inspect@^1.13.3:
34903490
version "1.13.3"
34913491
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.3.tgz#f14c183de51130243d6d18ae149375ff50ea488a"
34923492
integrity sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==
@@ -3716,7 +3716,7 @@ react-is@^18.0.0:
37163716
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
37173717
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
37183718

3719-
regexp.prototype.flags@^1.5.2:
3719+
regexp.prototype.flags@^1.5.3:
37203720
version "1.5.3"
37213721
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz#b3ae40b1d2499b8350ab2c3fe6ef3845d3a96f42"
37223722
integrity sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==

0 commit comments

Comments
 (0)