Skip to content

Commit fd9b515

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

File tree

2 files changed

+87
-74
lines changed

2 files changed

+87
-74
lines changed

spectral/package.json

Lines changed: 5 additions & 5 deletions
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.11.30",
20+
"@typescript-eslint/eslint-plugin": "7.3.1",
21+
"@typescript-eslint/parser": "7.3.1",
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.3"
2929
},
3030
"repository": {
3131
"type": "git",

spectral/yarn.lock

Lines changed: 82 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@
305305
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.3.tgz#4e4a95b6fe44014563ceb514b2598b3e623d1c98"
306306
integrity sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg==
307307

308-
"@types/[email protected].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/[email protected].30":
309+
version "20.11.30"
310+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
311+
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
312312
dependencies:
313313
undici-types "~5.26.4"
314314

@@ -322,90 +322,90 @@
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==
325+
"@typescript-eslint/eslint-plugin@7.3.1":
326+
version "7.3.1"
327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.3.1.tgz#0d8f38a6c8a1802139e62184ee7a68ed024f30a1"
328+
integrity sha512-STEDMVQGww5lhCuNXVSQfbfuNII5E08QWkvAw5Qwf+bj2WT+JkG1uc+5/vXA3AOYMDHVOSpL+9rcbEUiHIm2dw==
329329
dependencies:
330330
"@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"
331+
"@typescript-eslint/scope-manager" "7.3.1"
332+
"@typescript-eslint/type-utils" "7.3.1"
333+
"@typescript-eslint/utils" "7.3.1"
334+
"@typescript-eslint/visitor-keys" "7.3.1"
335335
debug "^4.3.4"
336336
graphemer "^1.4.0"
337337
ignore "^5.2.4"
338338
natural-compare "^1.4.0"
339339
semver "^7.5.4"
340340
ts-api-utils "^1.0.1"
341341

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==
342+
"@typescript-eslint/parser@7.3.1":
343+
version "7.3.1"
344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.3.1.tgz#c4ba7dc2744318a5e4506596cbc3a0086255c526"
345+
integrity sha512-Rq49+pq7viTRCH48XAbTA+wdLRrB/3sRq4Lpk0oGDm0VmnjBrAOVXH/Laalmwsv2VpekiEfVFwJYVk6/e8uvQw==
346346
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"
347+
"@typescript-eslint/scope-manager" "7.3.1"
348+
"@typescript-eslint/types" "7.3.1"
349+
"@typescript-eslint/typescript-estree" "7.3.1"
350+
"@typescript-eslint/visitor-keys" "7.3.1"
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.3.1":
354+
version "7.3.1"
355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.3.1.tgz#73fd0cb4211a7be23e49e5b6efec8820caa6ec36"
356+
integrity sha512-fVS6fPxldsKY2nFvyT7IP78UO1/I2huG+AYu5AMjCT9wtl6JFiDnsv4uad4jQ0GTFzcUV5HShVeN96/17bTBag==
357357
dependencies:
358-
"@typescript-eslint/types" "7.2.0"
359-
"@typescript-eslint/visitor-keys" "7.2.0"
358+
"@typescript-eslint/types" "7.3.1"
359+
"@typescript-eslint/visitor-keys" "7.3.1"
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.3.1":
362+
version "7.3.1"
363+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.3.1.tgz#cbf90d3d7e788466aa8a5c0ab3f46103f098aa0d"
364+
integrity sha512-iFhaysxFsMDQlzJn+vr3OrxN8NmdQkHks4WaqD4QBnt5hsq234wcYdyQ9uquzJJIDAj5W4wQne3yEsYA6OmXGw==
365365
dependencies:
366-
"@typescript-eslint/typescript-estree" "7.2.0"
367-
"@typescript-eslint/utils" "7.2.0"
366+
"@typescript-eslint/typescript-estree" "7.3.1"
367+
"@typescript-eslint/utils" "7.3.1"
368368
debug "^4.3.4"
369369
ts-api-utils "^1.0.1"
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.3.1":
372+
version "7.3.1"
373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.3.1.tgz#ae104de8efa4227a462c0874d856602c5994413c"
374+
integrity sha512-2tUf3uWggBDl4S4183nivWQ2HqceOZh1U4hhu4p1tPiIJoRRXrab7Y+Y0p+dozYwZVvLPRI6r5wKe9kToF9FIw==
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.3.1":
377+
version "7.3.1"
378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.3.1.tgz#598848195fad34c7aa73f548bd00a4d4e5f5e2bb"
379+
integrity sha512-tLpuqM46LVkduWP7JO7yVoWshpJuJzxDOPYIVWUUZbW+4dBpgGeUdl/fQkhuV0A8eGnphYw3pp8d2EnvPOfxmQ==
380380
dependencies:
381-
"@typescript-eslint/types" "7.2.0"
382-
"@typescript-eslint/visitor-keys" "7.2.0"
381+
"@typescript-eslint/types" "7.3.1"
382+
"@typescript-eslint/visitor-keys" "7.3.1"
383383
debug "^4.3.4"
384384
globby "^11.1.0"
385385
is-glob "^4.0.3"
386386
minimatch "9.0.3"
387387
semver "^7.5.4"
388388
ts-api-utils "^1.0.1"
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.3.1":
391+
version "7.3.1"
392+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.3.1.tgz#fc28fd508ccf89495012561b7c02a6fdad162460"
393+
integrity sha512-jIERm/6bYQ9HkynYlNZvXpzmXWZGhMbrOvq3jJzOSOlKXsVjrrolzWBjDW6/TvT5Q3WqaN4EkmcfdQwi9tDjBQ==
394394
dependencies:
395395
"@eslint-community/eslint-utils" "^4.4.0"
396396
"@types/json-schema" "^7.0.12"
397397
"@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"
398+
"@typescript-eslint/scope-manager" "7.3.1"
399+
"@typescript-eslint/types" "7.3.1"
400+
"@typescript-eslint/typescript-estree" "7.3.1"
401401
semver "^7.5.4"
402402

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==
403+
"@typescript-eslint/visitor-keys@7.3.1":
404+
version "7.3.1"
405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.3.1.tgz#6ddef14a3ce2a79690f01176f5305c34d7b93d8c"
406+
integrity sha512-9RMXwQF8knsZvfv9tdi+4D/j7dMG28X/wMJ8Jj6eOHyHWwDW4ngQJcqEczSsqIKKjFiLFr40Mnr7a5ulDD3vmw==
407407
dependencies:
408-
"@typescript-eslint/types" "7.2.0"
408+
"@typescript-eslint/types" "7.3.1"
409409
eslint-visitor-keys "^3.4.1"
410410

411411
"@ungap/structured-clone@^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"
@@ -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==
@@ -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.3"
2207+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
2208+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
21962209

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

0 commit comments

Comments
 (0)