Skip to content

Commit 4e437b1

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

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.12.4",
20+
"@typescript-eslint/eslint-plugin": "7.5.0",
21+
"@typescript-eslint/parser": "7.5.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.4"
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/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.4":
309+
version "20.12.4"
310+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.4.tgz#af5921bd75ccdf3a3d8b3fa75bf3d3359268cd11"
311+
integrity sha512-E+Fa9z3wSQpzgYQdYmme5X3OTuejnnTx88A6p6vkkJosR3KBz+HpE3kqNm98VE6cfLFcISx7zW7MsJkH6KwbTw==
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.5.0":
326+
version "7.5.0"
327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.5.0.tgz#1dc52fe48454d5b54be2d5f089680452f1628a5a"
328+
integrity sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==
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.5.0"
332+
"@typescript-eslint/type-utils" "7.5.0"
333+
"@typescript-eslint/utils" "7.5.0"
334+
"@typescript-eslint/visitor-keys" "7.5.0"
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.5.0":
343+
version "7.5.0"
344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.5.0.tgz#1eeff36309ac2253c905dd4a88b4b71b72a358ed"
345+
integrity sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==
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.5.0"
348+
"@typescript-eslint/types" "7.5.0"
349+
"@typescript-eslint/typescript-estree" "7.5.0"
350+
"@typescript-eslint/visitor-keys" "7.5.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.5.0":
354+
version "7.5.0"
355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56"
356+
integrity sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==
357357
dependencies:
358-
"@typescript-eslint/types" "7.2.0"
359-
"@typescript-eslint/visitor-keys" "7.2.0"
358+
"@typescript-eslint/types" "7.5.0"
359+
"@typescript-eslint/visitor-keys" "7.5.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.5.0":
362+
version "7.5.0"
363+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.5.0.tgz#a8faa403232da3a3901655387c7082111f692cf9"
364+
integrity sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==
365365
dependencies:
366-
"@typescript-eslint/typescript-estree" "7.2.0"
367-
"@typescript-eslint/utils" "7.2.0"
366+
"@typescript-eslint/typescript-estree" "7.5.0"
367+
"@typescript-eslint/utils" "7.5.0"
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.5.0":
372+
version "7.5.0"
373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc"
374+
integrity sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==
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.5.0":
377+
version "7.5.0"
378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776"
379+
integrity sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==
380380
dependencies:
381-
"@typescript-eslint/types" "7.2.0"
382-
"@typescript-eslint/visitor-keys" "7.2.0"
381+
"@typescript-eslint/types" "7.5.0"
382+
"@typescript-eslint/visitor-keys" "7.5.0"
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.5.0":
391+
version "7.5.0"
392+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.5.0.tgz#bbd963647fbbe9ffea033f42c0fb7e89bb19c858"
393+
integrity sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==
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.5.0"
399+
"@typescript-eslint/types" "7.5.0"
400+
"@typescript-eslint/typescript-estree" "7.5.0"
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.5.0":
404+
version "7.5.0"
405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee"
406+
integrity sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==
407407
dependencies:
408-
"@typescript-eslint/types" "7.2.0"
408+
"@typescript-eslint/types" "7.5.0"
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.4"
2207+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
2208+
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
21962209

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

0 commit comments

Comments
 (0)