Skip to content

Commit b3970e0

Browse files
chore(deps): update shared components packages
1 parent e0f646a commit b3970e0

File tree

2 files changed

+132
-119
lines changed

2 files changed

+132
-119
lines changed

spectral/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"@stoplight/spectral-core": "1.18.3"
1717
},
1818
"devDependencies": {
19-
"@types/node": "20.11.28",
20-
"@typescript-eslint/eslint-plugin": "7.2.0",
21-
"@typescript-eslint/parser": "7.2.0",
19+
"@types/node": "20.12.7",
20+
"@typescript-eslint/eslint-plugin": "7.7.0",
21+
"@typescript-eslint/parser": "7.7.0",
2222
"eslint": "8.57.0",
2323
"eslint-config-standard": "17.1.0",
2424
"eslint-plugin-import": "2.29.1",
25-
"eslint-plugin-node": "11.1.0",
25+
"eslint-plugin-n": "14.0.0",
2626
"eslint-plugin-promise": "6.1.1",
2727
"tsc": "2.0.4",
28-
"typescript": "5.4.2"
28+
"typescript": "5.4.5"
2929
},
3030
"repository": {
3131
"type": "git",

spectral/yarn.lock

+127-114
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
dependencies:
2222
eslint-visitor-keys "^3.3.0"
2323

24-
"@eslint-community/regexpp@^4.5.1":
25-
version "4.5.1"
26-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
27-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
24+
"@eslint-community/regexpp@^4.10.0":
25+
version "4.10.0"
26+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
27+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
2828

2929
"@eslint-community/regexpp@^4.6.1":
3030
version "4.6.2"
@@ -290,10 +290,10 @@
290290
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
291291
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
292292

293-
"@types/json-schema@^7.0.12":
294-
version "7.0.12"
295-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
296-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
293+
"@types/json-schema@^7.0.15":
294+
version "7.0.15"
295+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
296+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
297297

298298
"@types/json5@^0.0.29":
299299
version "0.0.29"
@@ -305,108 +305,108 @@
305305
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.3.tgz#4e4a95b6fe44014563ceb514b2598b3e623d1c98"
306306
integrity sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg==
307307

308-
"@types/node@20.11.28":
309-
version "20.11.28"
310-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.28.tgz#4fd5b2daff2e580c12316e457473d68f15ee6f66"
311-
integrity sha512-M/GPWVS2wLkSkNHVeLkrF2fD5Lx5UC4PxA0uZcKc6QqbIQUJyW1jVjueJYi1z8n0I5PxYrtpnPnWglE+y9A0KA==
308+
"@types/node@20.12.7":
309+
version "20.12.7"
310+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
311+
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
312312
dependencies:
313313
undici-types "~5.26.4"
314314

315-
"@types/semver@^7.5.0":
316-
version "7.5.0"
317-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
318-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
315+
"@types/semver@^7.5.8":
316+
version "7.5.8"
317+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
318+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
319319

320320
"@types/urijs@^1.19.16":
321321
version "1.19.19"
322322
resolved "https://registry.yarnpkg.com/@types/urijs/-/urijs-1.19.19.tgz#2789369799907fc11e2bc6e3a00f6478c2281b95"
323323
integrity sha512-FDJNkyhmKLw7uEvTxx5tSXfPeQpO0iy73Ry+PmYZJvQy0QIWX8a7kJ4kLWRf+EbTPJEPDSgPXHaM7pzr5lmvCg==
324324

325-
"@typescript-eslint/eslint-plugin@7.2.0":
326-
version "7.2.0"
327-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
328-
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
329-
dependencies:
330-
"@eslint-community/regexpp" "^4.5.1"
331-
"@typescript-eslint/scope-manager" "7.2.0"
332-
"@typescript-eslint/type-utils" "7.2.0"
333-
"@typescript-eslint/utils" "7.2.0"
334-
"@typescript-eslint/visitor-keys" "7.2.0"
325+
"@typescript-eslint/eslint-plugin@7.7.0":
326+
version "7.7.0"
327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.0.tgz#bf34a02f221811505b8bf2f31060c8560c1bb0a3"
328+
integrity sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==
329+
dependencies:
330+
"@eslint-community/regexpp" "^4.10.0"
331+
"@typescript-eslint/scope-manager" "7.7.0"
332+
"@typescript-eslint/type-utils" "7.7.0"
333+
"@typescript-eslint/utils" "7.7.0"
334+
"@typescript-eslint/visitor-keys" "7.7.0"
335335
debug "^4.3.4"
336336
graphemer "^1.4.0"
337-
ignore "^5.2.4"
337+
ignore "^5.3.1"
338338
natural-compare "^1.4.0"
339-
semver "^7.5.4"
340-
ts-api-utils "^1.0.1"
341-
342-
"@typescript-eslint/parser@7.2.0":
343-
version "7.2.0"
344-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
345-
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
346-
dependencies:
347-
"@typescript-eslint/scope-manager" "7.2.0"
348-
"@typescript-eslint/types" "7.2.0"
349-
"@typescript-eslint/typescript-estree" "7.2.0"
350-
"@typescript-eslint/visitor-keys" "7.2.0"
339+
semver "^7.6.0"
340+
ts-api-utils "^1.3.0"
341+
342+
"@typescript-eslint/parser@7.7.0":
343+
version "7.7.0"
344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.0.tgz#6b1b3ce76c5de002c43af8ae933613b0f2b4bcc6"
345+
integrity sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==
346+
dependencies:
347+
"@typescript-eslint/scope-manager" "7.7.0"
348+
"@typescript-eslint/types" "7.7.0"
349+
"@typescript-eslint/typescript-estree" "7.7.0"
350+
"@typescript-eslint/visitor-keys" "7.7.0"
351351
debug "^4.3.4"
352352

353-
"@typescript-eslint/scope-manager@7.2.0":
354-
version "7.2.0"
355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
356-
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
353+
"@typescript-eslint/scope-manager@7.7.0":
354+
version "7.7.0"
355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.0.tgz#3f0db079b275bb8b0cb5be7613fb3130cfb5de77"
356+
integrity sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==
357357
dependencies:
358-
"@typescript-eslint/types" "7.2.0"
359-
"@typescript-eslint/visitor-keys" "7.2.0"
358+
"@typescript-eslint/types" "7.7.0"
359+
"@typescript-eslint/visitor-keys" "7.7.0"
360360

361-
"@typescript-eslint/type-utils@7.2.0":
362-
version "7.2.0"
363-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
364-
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
361+
"@typescript-eslint/type-utils@7.7.0":
362+
version "7.7.0"
363+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.0.tgz#36792ff4209a781b058de61631a48df17bdefbc5"
364+
integrity sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==
365365
dependencies:
366-
"@typescript-eslint/typescript-estree" "7.2.0"
367-
"@typescript-eslint/utils" "7.2.0"
366+
"@typescript-eslint/typescript-estree" "7.7.0"
367+
"@typescript-eslint/utils" "7.7.0"
368368
debug "^4.3.4"
369-
ts-api-utils "^1.0.1"
369+
ts-api-utils "^1.3.0"
370370

371-
"@typescript-eslint/types@7.2.0":
372-
version "7.2.0"
373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
374-
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
371+
"@typescript-eslint/types@7.7.0":
372+
version "7.7.0"
373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.0.tgz#23af4d24bf9ce15d8d301236e3e3014143604f27"
374+
integrity sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==
375375

376-
"@typescript-eslint/typescript-estree@7.2.0":
377-
version "7.2.0"
378-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
379-
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
376+
"@typescript-eslint/typescript-estree@7.7.0":
377+
version "7.7.0"
378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.0.tgz#b5dd6383b4c6a852d7b256a37af971e8982be97f"
379+
integrity sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==
380380
dependencies:
381-
"@typescript-eslint/types" "7.2.0"
382-
"@typescript-eslint/visitor-keys" "7.2.0"
381+
"@typescript-eslint/types" "7.7.0"
382+
"@typescript-eslint/visitor-keys" "7.7.0"
383383
debug "^4.3.4"
384384
globby "^11.1.0"
385385
is-glob "^4.0.3"
386-
minimatch "9.0.3"
387-
semver "^7.5.4"
388-
ts-api-utils "^1.0.1"
386+
minimatch "^9.0.4"
387+
semver "^7.6.0"
388+
ts-api-utils "^1.3.0"
389389

390-
"@typescript-eslint/utils@7.2.0":
391-
version "7.2.0"
392-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
393-
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
390+
"@typescript-eslint/utils@7.7.0":
391+
version "7.7.0"
392+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.0.tgz#3d2b6606a60ac34f3c625facfb3b3ab7e126f58d"
393+
integrity sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==
394394
dependencies:
395395
"@eslint-community/eslint-utils" "^4.4.0"
396-
"@types/json-schema" "^7.0.12"
397-
"@types/semver" "^7.5.0"
398-
"@typescript-eslint/scope-manager" "7.2.0"
399-
"@typescript-eslint/types" "7.2.0"
400-
"@typescript-eslint/typescript-estree" "7.2.0"
401-
semver "^7.5.4"
402-
403-
"@typescript-eslint/visitor-keys@7.2.0":
404-
version "7.2.0"
405-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
406-
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
407-
dependencies:
408-
"@typescript-eslint/types" "7.2.0"
409-
eslint-visitor-keys "^3.4.1"
396+
"@types/json-schema" "^7.0.15"
397+
"@types/semver" "^7.5.8"
398+
"@typescript-eslint/scope-manager" "7.7.0"
399+
"@typescript-eslint/types" "7.7.0"
400+
"@typescript-eslint/typescript-estree" "7.7.0"
401+
semver "^7.6.0"
402+
403+
"@typescript-eslint/visitor-keys@7.7.0":
404+
version "7.7.0"
405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.0.tgz#950148cf1ac11562a2d903fdf7acf76714a2dc9e"
406+
integrity sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==
407+
dependencies:
408+
"@typescript-eslint/types" "7.7.0"
409+
eslint-visitor-keys "^3.4.3"
410410

411411
"@ungap/structured-clone@^1.2.0":
412412
version "1.2.0"
@@ -848,10 +848,10 @@ eslint-module-utils@^2.8.0:
848848
dependencies:
849849
debug "^3.2.7"
850850

851-
eslint-plugin-es@^3.0.0:
852-
version "3.0.1"
853-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
854-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
851+
eslint-plugin-es@^4.1.0:
852+
version "4.1.0"
853+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
854+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
855855
dependencies:
856856
eslint-utils "^2.0.0"
857857
regexpp "^3.0.0"
@@ -879,14 +879,15 @@ [email protected]:
879879
semver "^6.3.1"
880880
tsconfig-paths "^3.15.0"
881881

882-
eslint-plugin-[email protected].0:
883-
version "11.1.0"
884-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
885-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
882+
eslint-plugin-[email protected].0:
883+
version "14.0.0"
884+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
885+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
886886
dependencies:
887-
eslint-plugin-es "^3.0.0"
888-
eslint-utils "^2.0.0"
887+
eslint-plugin-es "^4.1.0"
888+
eslint-utils "^3.0.0"
889889
ignore "^5.1.1"
890+
is-core-module "^2.3.0"
890891
minimatch "^3.0.4"
891892
resolve "^1.10.1"
892893
semver "^6.1.0"
@@ -911,11 +912,23 @@ eslint-utils@^2.0.0:
911912
dependencies:
912913
eslint-visitor-keys "^1.1.0"
913914

915+
eslint-utils@^3.0.0:
916+
version "3.0.0"
917+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
918+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
919+
dependencies:
920+
eslint-visitor-keys "^2.0.0"
921+
914922
eslint-visitor-keys@^1.1.0:
915923
version "1.3.0"
916924
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
917925
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
918926

927+
eslint-visitor-keys@^2.0.0:
928+
version "2.1.0"
929+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
930+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
931+
919932
eslint-visitor-keys@^3.3.0:
920933
version "3.3.0"
921934
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -1305,10 +1318,10 @@ ignore@^5.1.1, ignore@^5.2.0:
13051318
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
13061319
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
13071320

1308-
ignore@^5.2.4:
1309-
version "5.2.4"
1310-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1311-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1321+
ignore@^5.3.1:
1322+
version "5.3.1"
1323+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1324+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
13121325

13131326
immer@^9.0.6:
13141327
version "9.0.15"
@@ -1409,7 +1422,7 @@ is-core-module@^2.13.0:
14091422
dependencies:
14101423
has "^1.0.3"
14111424

1412-
is-core-module@^2.13.1:
1425+
is-core-module@^2.13.1, is-core-module@^2.3.0:
14131426
version "2.13.1"
14141427
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
14151428
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
@@ -1654,10 +1667,10 @@ [email protected], minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch
16541667
dependencies:
16551668
brace-expansion "^1.1.7"
16561669

1657-
1658-
version "9.0.3"
1659-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1660-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1670+
minimatch@^9.0.4:
1671+
version "9.0.4"
1672+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
1673+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
16611674
dependencies:
16621675
brace-expansion "^2.0.1"
16631676

@@ -1958,10 +1971,10 @@ semver@^6.3.1:
19581971
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
19591972
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
19601973

1961-
semver@^7.5.4:
1962-
version "7.5.4"
1963-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1964-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
1974+
semver@^7.6.0:
1975+
version "7.6.0"
1976+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
1977+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
19651978
dependencies:
19661979
lru-cache "^6.0.0"
19671980

@@ -2108,10 +2121,10 @@ tr46@~0.0.3:
21082121
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
21092122
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
21102123

2111-
ts-api-utils@^1.0.1:
2112-
version "1.0.1"
2113-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
2114-
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
2124+
ts-api-utils@^1.3.0:
2125+
version "1.3.0"
2126+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
2127+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
21152128

21162129
21172130
version "2.0.4"
@@ -2189,10 +2202,10 @@ typed-array-length@^1.0.4:
21892202
for-each "^0.3.3"
21902203
is-typed-array "^1.1.9"
21912204

2192-
2193-
version "5.4.2"
2194-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
2195-
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
2205+
2206+
version "5.4.5"
2207+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
2208+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
21962209

21972210
unbox-primitive@^1.0.2:
21982211
version "1.0.2"

0 commit comments

Comments
 (0)