Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit aa89bb2

Browse files
fix: deps
1 parent 0e3b85e commit aa89bb2

File tree

2 files changed

+95
-76
lines changed

2 files changed

+95
-76
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tsn-debug-esbuild": "tsc && CLI_DEBUG=1 TSN_ESBUILD=1 node ./dist/bin/tsn.js testscript.ts"
88
},
99
"dependencies": {
10-
"@naturalcycles/nodejs-lib": "^12.8.0",
10+
"@naturalcycles/nodejs-lib": "^13.0.1",
1111
"chalk": "^4.0.0",
1212
"dotenv": "^16.0.0",
1313
"ts-node": "^10.0.0",

yarn.lock

Lines changed: 94 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@
314314
"@jridgewell/sourcemap-codec" "^1.4.10"
315315

316316
"@naturalcycles/cli@^1.0.0":
317-
version "1.4.2"
318-
resolved "https://registry.yarnpkg.com/@naturalcycles/cli/-/cli-1.4.2.tgz#0f344f3597545741f2525aeef90650cf283e7677"
319-
integrity sha512-YrZnO7Fv9eQRokvhMGY1dd5HjRG0F5PEB1VFRekcKLfxyZjHt6GV+DE5Q2SnB0ZabOzEUA586/MN8vo2vSVnBA==
317+
version "1.4.3"
318+
resolved "https://registry.yarnpkg.com/@naturalcycles/cli/-/cli-1.4.3.tgz#39fa55b358a2cc67964f4eb2af83c67541adf3ea"
319+
integrity sha512-8NdBIUXCGnrOeTtqozhUTO/dGUA5r8Bfmst96DETOWYEzGGvUQ2kbkwTzQ0tGoZduBOnpCNTsSleXmX43ZCLjQ==
320320
dependencies:
321321
"@naturalcycles/nodejs-lib" "^12.8.0"
322322
chalk "^4.0.0"
@@ -325,9 +325,9 @@
325325
typescript "^5.0.2"
326326

327327
"@naturalcycles/dev-lib@^13.4.0":
328-
version "13.39.2"
329-
resolved "https://registry.yarnpkg.com/@naturalcycles/dev-lib/-/dev-lib-13.39.2.tgz#e0ea2f03a130139a5c14dbcec37f381b2cb0ab88"
330-
integrity sha512-ntLXwdA56MPMAd4+MwDfk63Xjg1rEjfmxH5oD69J1Mi3R9qHV5GQRBgOzdAhWgXv+SjxzDBgT3IzfZGgCGC7Iw==
328+
version "13.39.3"
329+
resolved "https://registry.yarnpkg.com/@naturalcycles/dev-lib/-/dev-lib-13.39.3.tgz#475e8cda6d4aef2ea81e15e42576f5d9f2f0b5df"
330+
integrity sha512-cVtLnJCFb6bJmDsjmZpv3AG8A93mka77rY74YP83tViVBO6D5lsAj/YndOoTiAB4s3z41uzSUOgZ+A3QjTXF+g==
331331
dependencies:
332332
"@commitlint/cli" "^17.0.0"
333333
"@commitlint/config-conventional" "^17.0.0"
@@ -350,7 +350,7 @@
350350
expect-type "^0.16.0"
351351
husky "^8.0.1"
352352
jest-junit "^16.0.0"
353-
lint-staged "^13.0.0"
353+
lint-staged "^14.0.0"
354354
mitm "^1.7.0"
355355
prettier "^3.0.0"
356356
timekeeper "^2.2.0"
@@ -359,9 +359,9 @@
359359
yargs "^17.0.0"
360360

361361
"@naturalcycles/js-lib@^14.0.0":
362-
version "14.168.2"
363-
resolved "https://registry.yarnpkg.com/@naturalcycles/js-lib/-/js-lib-14.168.2.tgz#95b8271e7469be04485c97c902d50f99ac90609a"
364-
integrity sha512-CZ7ZNLdlRdgoiEVhS7LZgx30R7CPA34NnjNyGLTlw4w5ZeKV7ySkDaBlHEgvI0QaRqcLOB3gA2lUFsxT9h0lMw==
362+
version "14.171.0"
363+
resolved "https://registry.yarnpkg.com/@naturalcycles/js-lib/-/js-lib-14.171.0.tgz#6bd826ea8da09f9fd9264e864ab0da612ab578a5"
364+
integrity sha512-+ECiryJtNix0RP+mKr5EH9+xfx3Jn/oLUpnpjc6TXs6wbfvnZwB53byDSmpJFi/7NcrMQ8hNDaPrPmU5ExfAEA==
365365
dependencies:
366366
tslib "^2.0.0"
367367
zod "^3.20.2"
@@ -391,6 +391,31 @@
391391
through2-concurrent "^2.0.0"
392392
yargs "^17.0.0"
393393

394+
"@naturalcycles/nodejs-lib@^13.0.1":
395+
version "13.0.1"
396+
resolved "https://registry.yarnpkg.com/@naturalcycles/nodejs-lib/-/nodejs-lib-13.0.1.tgz#bf62b667c2aa8f702c8ff4adff78e2b98a4caa22"
397+
integrity sha512-61nUKekYBWkQ1AAwFnyW7WjDq0wLraESA1w3Rx04BiJX5Zp5MV8EX23NBYLImTQ8Vc1WLdG2m7ilH9qImp9oIw==
398+
dependencies:
399+
"@naturalcycles/js-lib" "^14.0.0"
400+
"@types/jsonwebtoken" "^9.0.0"
401+
"@types/through2-concurrent" "^2.0.0"
402+
ajv "^8.6.2"
403+
ajv-formats "^2.1.0"
404+
ajv-keywords "^5.0.0"
405+
ajv-merge-patch "^5.0.1"
406+
binary-split "^1.0.5"
407+
chalk "^4.0.0"
408+
debug "^4.1.1"
409+
dotenv "^16.0.0"
410+
fast-glob "^3.2.11"
411+
globby "^11.0.0"
412+
got "^11.0.1"
413+
joi "^17.9.2"
414+
jsonwebtoken "^9.0.0"
415+
lru-cache "^10.0.0"
416+
through2-concurrent "^2.0.0"
417+
yargs "^17.0.0"
418+
394419
"@nodelib/[email protected]":
395420
version "2.1.5"
396421
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -604,32 +629,31 @@
604629
"@types/yargs-parser" "*"
605630

606631
"@typescript-eslint/eslint-plugin@^6.0.0":
607-
version "6.3.0"
608-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.3.0.tgz#e751e148aab7ccaf8a7bfd370f7ce9e6bdd1f3f4"
609-
integrity sha512-IZYjYZ0ifGSLZbwMqIip/nOamFiWJ9AH+T/GYNZBWkVcyNQOFGtSMoWV7RvY4poYCMZ/4lHzNl796WOSNxmk8A==
632+
version "6.4.0"
633+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.4.0.tgz#53428b616f7d80fe879f45a08f11cc0f0b62cf13"
634+
integrity sha512-62o2Hmc7Gs3p8SLfbXcipjWAa6qk2wZGChXG2JbBtYpwSRmti/9KHLqfbLs9uDigOexG+3PaQ9G2g3201FWLKg==
610635
dependencies:
611636
"@eslint-community/regexpp" "^4.5.1"
612-
"@typescript-eslint/scope-manager" "6.3.0"
613-
"@typescript-eslint/type-utils" "6.3.0"
614-
"@typescript-eslint/utils" "6.3.0"
615-
"@typescript-eslint/visitor-keys" "6.3.0"
637+
"@typescript-eslint/scope-manager" "6.4.0"
638+
"@typescript-eslint/type-utils" "6.4.0"
639+
"@typescript-eslint/utils" "6.4.0"
640+
"@typescript-eslint/visitor-keys" "6.4.0"
616641
debug "^4.3.4"
617642
graphemer "^1.4.0"
618643
ignore "^5.2.4"
619644
natural-compare "^1.4.0"
620-
natural-compare-lite "^1.4.0"
621645
semver "^7.5.4"
622646
ts-api-utils "^1.0.1"
623647

624648
"@typescript-eslint/parser@^6.0.0":
625-
version "6.3.0"
626-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.3.0.tgz#359684c443f4f848db3c4f14674f544f169c8f46"
627-
integrity sha512-ibP+y2Gr6p0qsUkhs7InMdXrwldjxZw66wpcQq9/PzAroM45wdwyu81T+7RibNCh8oc0AgrsyCwJByncY0Ongg==
628-
dependencies:
629-
"@typescript-eslint/scope-manager" "6.3.0"
630-
"@typescript-eslint/types" "6.3.0"
631-
"@typescript-eslint/typescript-estree" "6.3.0"
632-
"@typescript-eslint/visitor-keys" "6.3.0"
649+
version "6.4.0"
650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.4.0.tgz#47e7c6e22ff1248e8675d95f488890484de67600"
651+
integrity sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg==
652+
dependencies:
653+
"@typescript-eslint/scope-manager" "6.4.0"
654+
"@typescript-eslint/types" "6.4.0"
655+
"@typescript-eslint/typescript-estree" "6.4.0"
656+
"@typescript-eslint/visitor-keys" "6.4.0"
633657
debug "^4.3.4"
634658

635659
"@typescript-eslint/[email protected]":
@@ -640,21 +664,21 @@
640664
"@typescript-eslint/types" "5.62.0"
641665
"@typescript-eslint/visitor-keys" "5.62.0"
642666

643-
"@typescript-eslint/scope-manager@6.3.0":
644-
version "6.3.0"
645-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.3.0.tgz#6b74e338c4b88d5e1dfc1a28c570dd5cf8c86b09"
646-
integrity sha512-WlNFgBEuGu74ahrXzgefiz/QlVb+qg8KDTpknKwR7hMH+lQygWyx0CQFoUmMn1zDkQjTBBIn75IxtWss77iBIQ==
667+
"@typescript-eslint/scope-manager@6.4.0":
668+
version "6.4.0"
669+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.4.0.tgz#3048e4262ba3eafa4e2e69b08912d9037ec646ae"
670+
integrity sha512-TUS7vaKkPWDVvl7GDNHFQMsMruD+zhkd3SdVW0d7b+7Zo+bd/hXJQ8nsiUZMi1jloWo6c9qt3B7Sqo+flC1nig==
647671
dependencies:
648-
"@typescript-eslint/types" "6.3.0"
649-
"@typescript-eslint/visitor-keys" "6.3.0"
672+
"@typescript-eslint/types" "6.4.0"
673+
"@typescript-eslint/visitor-keys" "6.4.0"
650674

651-
"@typescript-eslint/type-utils@6.3.0":
652-
version "6.3.0"
653-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.3.0.tgz#3bf89ccd36621ddec1b7f8246afe467c67adc247"
654-
integrity sha512-7Oj+1ox1T2Yc8PKpBvOKWhoI/4rWFd1j7FA/rPE0lbBPXTKjdbtC+7Ev0SeBjEKkIhKWVeZSP+mR7y1Db1CdfQ==
675+
"@typescript-eslint/type-utils@6.4.0":
676+
version "6.4.0"
677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.4.0.tgz#c8ac92716ed6a9d5443aa3e342910355b0796ba0"
678+
integrity sha512-TvqrUFFyGY0cX3WgDHcdl2/mMCWCDv/0thTtx/ODMY1QhEiyFtv/OlLaNIiYLwRpAxAtOLOY9SUf1H3Q3dlwAg==
655679
dependencies:
656-
"@typescript-eslint/typescript-estree" "6.3.0"
657-
"@typescript-eslint/utils" "6.3.0"
680+
"@typescript-eslint/typescript-estree" "6.4.0"
681+
"@typescript-eslint/utils" "6.4.0"
658682
debug "^4.3.4"
659683
ts-api-utils "^1.0.1"
660684

@@ -663,10 +687,10 @@
663687
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
664688
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
665689

666-
"@typescript-eslint/types@6.3.0":
667-
version "6.3.0"
668-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.3.0.tgz#84517f1427923e714b8418981e493b6635ab4c9d"
669-
integrity sha512-K6TZOvfVyc7MO9j60MkRNWyFSf86IbOatTKGrpTQnzarDZPYPVy0oe3myTMq7VjhfsUAbNUW8I5s+2lZvtx1gg==
690+
"@typescript-eslint/types@6.4.0":
691+
version "6.4.0"
692+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.0.tgz#5b109a59a805f0d8d375895e42d9e5f0037f66ee"
693+
integrity sha512-+FV9kVFrS7w78YtzkIsNSoYsnOtrYVnKWSTVXoL1761CsCRv5wpDOINgsXpxD67YCLZtVQekDDyaxfjVWUJmmg==
670694

671695
"@typescript-eslint/[email protected]":
672696
version "5.62.0"
@@ -681,30 +705,30 @@
681705
semver "^7.3.7"
682706
tsutils "^3.21.0"
683707

684-
"@typescript-eslint/typescript-estree@6.3.0":
685-
version "6.3.0"
686-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.3.0.tgz#20e1e10e2f51cdb9e19a2751215cac92c003643c"
687-
integrity sha512-Xh4NVDaC4eYKY4O3QGPuQNp5NxBAlEvNQYOqJquR2MePNxO11E5K3t5x4M4Mx53IZvtpW+mBxIT0s274fLUocg==
708+
"@typescript-eslint/typescript-estree@6.4.0":
709+
version "6.4.0"
710+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.0.tgz#3c58d20632db93fec3d6ab902acbedf593d37276"
711+
integrity sha512-iDPJArf/K2sxvjOR6skeUCNgHR/tCQXBsa+ee1/clRKr3olZjZ/dSkXPZjG6YkPtnW6p5D1egeEPMCW6Gn4yLA==
688712
dependencies:
689-
"@typescript-eslint/types" "6.3.0"
690-
"@typescript-eslint/visitor-keys" "6.3.0"
713+
"@typescript-eslint/types" "6.4.0"
714+
"@typescript-eslint/visitor-keys" "6.4.0"
691715
debug "^4.3.4"
692716
globby "^11.1.0"
693717
is-glob "^4.0.3"
694718
semver "^7.5.4"
695719
ts-api-utils "^1.0.1"
696720

697-
"@typescript-eslint/utils@6.3.0":
698-
version "6.3.0"
699-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.3.0.tgz#0898c5e374372c2092ca1b979ea7ee9cc020ce84"
700-
integrity sha512-hLLg3BZE07XHnpzglNBG8P/IXq/ZVXraEbgY7FM0Cnc1ehM8RMdn9mat3LubJ3KBeYXXPxV1nugWbQPjGeJk6Q==
721+
"@typescript-eslint/utils@6.4.0":
722+
version "6.4.0"
723+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.4.0.tgz#23e996b693603c5924b1fbb733cc73196256baa5"
724+
integrity sha512-BvvwryBQpECPGo8PwF/y/q+yacg8Hn/2XS+DqL/oRsOPK+RPt29h5Ui5dqOKHDlbXrAeHUTnyG3wZA0KTDxRZw==
701725
dependencies:
702726
"@eslint-community/eslint-utils" "^4.4.0"
703727
"@types/json-schema" "^7.0.12"
704728
"@types/semver" "^7.5.0"
705-
"@typescript-eslint/scope-manager" "6.3.0"
706-
"@typescript-eslint/types" "6.3.0"
707-
"@typescript-eslint/typescript-estree" "6.3.0"
729+
"@typescript-eslint/scope-manager" "6.4.0"
730+
"@typescript-eslint/types" "6.4.0"
731+
"@typescript-eslint/typescript-estree" "6.4.0"
708732
semver "^7.5.4"
709733

710734
"@typescript-eslint/utils@^5.10.0":
@@ -729,12 +753,12 @@
729753
"@typescript-eslint/types" "5.62.0"
730754
eslint-visitor-keys "^3.3.0"
731755

732-
"@typescript-eslint/visitor-keys@6.3.0":
733-
version "6.3.0"
734-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.3.0.tgz#8d09aa3e389ae0971426124c155ac289afbe450a"
735-
integrity sha512-kEhRRj7HnvaSjux1J9+7dBen15CdWmDnwrpyiHsFX6Qx2iW5LOBUgNefOFeh2PjWPlNwN8TOn6+4eBU3J/gupw==
756+
"@typescript-eslint/visitor-keys@6.4.0":
757+
version "6.4.0"
758+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.0.tgz#96a426cdb1add28274abd7a34aefe27f8b7d51ef"
759+
integrity sha512-yJSfyT+uJm+JRDWYRYdCm2i+pmvXJSMtPR9Cq5/XQs4QIgNoLcoRtDdzsLbLsFM/c6um6ohQkg/MLxWvoIndJA==
736760
dependencies:
737-
"@typescript-eslint/types" "6.3.0"
761+
"@typescript-eslint/types" "6.4.0"
738762
eslint-visitor-keys "^3.4.1"
739763

740764
JSONStream@^1.3.5:
@@ -2515,10 +2539,10 @@ lines-and-columns@^1.1.6:
25152539
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
25162540
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
25172541

2518-
lint-staged@^13.0.0:
2519-
version "13.3.0"
2520-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.3.0.tgz#7965d72a8d6a6c932f85e9c13ccf3596782d28a5"
2521-
integrity sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==
2542+
lint-staged@^14.0.0:
2543+
version "14.0.0"
2544+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-14.0.0.tgz#81a06f1a265854070dc4c9ace0978bb12d4b17c3"
2545+
integrity sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA==
25222546
dependencies:
25232547
chalk "5.3.0"
25242548
commander "11.0.0"
@@ -2764,11 +2788,6 @@ ms@^2.1.1:
27642788
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
27652789
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
27662790

2767-
natural-compare-lite@^1.4.0:
2768-
version "1.4.0"
2769-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2770-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2771-
27722791
natural-compare@^1.4.0:
27732792
version "1.4.0"
27742793
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -3015,9 +3034,9 @@ prelude-ls@^1.2.1:
30153034
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
30163035

30173036
prettier@^3.0.0:
3018-
version "3.0.1"
3019-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40"
3020-
integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==
3037+
version "3.0.2"
3038+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b"
3039+
integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==
30213040

30223041
pretty-format@^29.0.0, pretty-format@^29.6.2:
30233042
version "29.6.2"
@@ -3839,6 +3858,6 @@ yocto-queue@^0.1.0:
38393858
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
38403859

38413860
zod@^3.20.2:
3842-
version "3.21.4"
3843-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
3844-
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==
3861+
version "3.22.1"
3862+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.1.tgz#815f850baf933fef96c1061322dbe579b1a80c27"
3863+
integrity sha512-+qUhAMl414+Elh+fRNtpU+byrwjDFOS1N7NioLY+tSlcADTx4TkCUua/hxJvxwDXcV4397/nZ420jy4n4+3WUg==

0 commit comments

Comments
 (0)