-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e3b85e
commit aa89bb2
Showing
2 changed files
with
95 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -314,9 +314,9 @@ | |
"@jridgewell/sourcemap-codec" "^1.4.10" | ||
|
||
"@naturalcycles/cli@^1.0.0": | ||
version "1.4.2" | ||
resolved "https://registry.yarnpkg.com/@naturalcycles/cli/-/cli-1.4.2.tgz#0f344f3597545741f2525aeef90650cf283e7677" | ||
integrity sha512-YrZnO7Fv9eQRokvhMGY1dd5HjRG0F5PEB1VFRekcKLfxyZjHt6GV+DE5Q2SnB0ZabOzEUA586/MN8vo2vSVnBA== | ||
version "1.4.3" | ||
resolved "https://registry.yarnpkg.com/@naturalcycles/cli/-/cli-1.4.3.tgz#39fa55b358a2cc67964f4eb2af83c67541adf3ea" | ||
integrity sha512-8NdBIUXCGnrOeTtqozhUTO/dGUA5r8Bfmst96DETOWYEzGGvUQ2kbkwTzQ0tGoZduBOnpCNTsSleXmX43ZCLjQ== | ||
dependencies: | ||
"@naturalcycles/nodejs-lib" "^12.8.0" | ||
chalk "^4.0.0" | ||
|
@@ -325,9 +325,9 @@ | |
typescript "^5.0.2" | ||
|
||
"@naturalcycles/dev-lib@^13.4.0": | ||
version "13.39.2" | ||
resolved "https://registry.yarnpkg.com/@naturalcycles/dev-lib/-/dev-lib-13.39.2.tgz#e0ea2f03a130139a5c14dbcec37f381b2cb0ab88" | ||
integrity sha512-ntLXwdA56MPMAd4+MwDfk63Xjg1rEjfmxH5oD69J1Mi3R9qHV5GQRBgOzdAhWgXv+SjxzDBgT3IzfZGgCGC7Iw== | ||
version "13.39.3" | ||
resolved "https://registry.yarnpkg.com/@naturalcycles/dev-lib/-/dev-lib-13.39.3.tgz#475e8cda6d4aef2ea81e15e42576f5d9f2f0b5df" | ||
integrity sha512-cVtLnJCFb6bJmDsjmZpv3AG8A93mka77rY74YP83tViVBO6D5lsAj/YndOoTiAB4s3z41uzSUOgZ+A3QjTXF+g== | ||
dependencies: | ||
"@commitlint/cli" "^17.0.0" | ||
"@commitlint/config-conventional" "^17.0.0" | ||
|
@@ -350,7 +350,7 @@ | |
expect-type "^0.16.0" | ||
husky "^8.0.1" | ||
jest-junit "^16.0.0" | ||
lint-staged "^13.0.0" | ||
lint-staged "^14.0.0" | ||
mitm "^1.7.0" | ||
prettier "^3.0.0" | ||
timekeeper "^2.2.0" | ||
|
@@ -359,9 +359,9 @@ | |
yargs "^17.0.0" | ||
|
||
"@naturalcycles/js-lib@^14.0.0": | ||
version "14.168.2" | ||
resolved "https://registry.yarnpkg.com/@naturalcycles/js-lib/-/js-lib-14.168.2.tgz#95b8271e7469be04485c97c902d50f99ac90609a" | ||
integrity sha512-CZ7ZNLdlRdgoiEVhS7LZgx30R7CPA34NnjNyGLTlw4w5ZeKV7ySkDaBlHEgvI0QaRqcLOB3gA2lUFsxT9h0lMw== | ||
version "14.171.0" | ||
resolved "https://registry.yarnpkg.com/@naturalcycles/js-lib/-/js-lib-14.171.0.tgz#6bd826ea8da09f9fd9264e864ab0da612ab578a5" | ||
integrity sha512-+ECiryJtNix0RP+mKr5EH9+xfx3Jn/oLUpnpjc6TXs6wbfvnZwB53byDSmpJFi/7NcrMQ8hNDaPrPmU5ExfAEA== | ||
dependencies: | ||
tslib "^2.0.0" | ||
zod "^3.20.2" | ||
|
@@ -391,6 +391,31 @@ | |
through2-concurrent "^2.0.0" | ||
yargs "^17.0.0" | ||
|
||
"@naturalcycles/nodejs-lib@^13.0.1": | ||
version "13.0.1" | ||
resolved "https://registry.yarnpkg.com/@naturalcycles/nodejs-lib/-/nodejs-lib-13.0.1.tgz#bf62b667c2aa8f702c8ff4adff78e2b98a4caa22" | ||
integrity sha512-61nUKekYBWkQ1AAwFnyW7WjDq0wLraESA1w3Rx04BiJX5Zp5MV8EX23NBYLImTQ8Vc1WLdG2m7ilH9qImp9oIw== | ||
dependencies: | ||
"@naturalcycles/js-lib" "^14.0.0" | ||
"@types/jsonwebtoken" "^9.0.0" | ||
"@types/through2-concurrent" "^2.0.0" | ||
ajv "^8.6.2" | ||
ajv-formats "^2.1.0" | ||
ajv-keywords "^5.0.0" | ||
ajv-merge-patch "^5.0.1" | ||
binary-split "^1.0.5" | ||
chalk "^4.0.0" | ||
debug "^4.1.1" | ||
dotenv "^16.0.0" | ||
fast-glob "^3.2.11" | ||
globby "^11.0.0" | ||
got "^11.0.1" | ||
joi "^17.9.2" | ||
jsonwebtoken "^9.0.0" | ||
lru-cache "^10.0.0" | ||
through2-concurrent "^2.0.0" | ||
yargs "^17.0.0" | ||
|
||
"@nodelib/[email protected]": | ||
version "2.1.5" | ||
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" | ||
|
@@ -604,32 +629,31 @@ | |
"@types/yargs-parser" "*" | ||
|
||
"@typescript-eslint/eslint-plugin@^6.0.0": | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.3.0.tgz#e751e148aab7ccaf8a7bfd370f7ce9e6bdd1f3f4" | ||
integrity sha512-IZYjYZ0ifGSLZbwMqIip/nOamFiWJ9AH+T/GYNZBWkVcyNQOFGtSMoWV7RvY4poYCMZ/4lHzNl796WOSNxmk8A== | ||
version "6.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.4.0.tgz#53428b616f7d80fe879f45a08f11cc0f0b62cf13" | ||
integrity sha512-62o2Hmc7Gs3p8SLfbXcipjWAa6qk2wZGChXG2JbBtYpwSRmti/9KHLqfbLs9uDigOexG+3PaQ9G2g3201FWLKg== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.5.1" | ||
"@typescript-eslint/scope-manager" "6.3.0" | ||
"@typescript-eslint/type-utils" "6.3.0" | ||
"@typescript-eslint/utils" "6.3.0" | ||
"@typescript-eslint/visitor-keys" "6.3.0" | ||
"@typescript-eslint/scope-manager" "6.4.0" | ||
"@typescript-eslint/type-utils" "6.4.0" | ||
"@typescript-eslint/utils" "6.4.0" | ||
"@typescript-eslint/visitor-keys" "6.4.0" | ||
debug "^4.3.4" | ||
graphemer "^1.4.0" | ||
ignore "^5.2.4" | ||
natural-compare "^1.4.0" | ||
natural-compare-lite "^1.4.0" | ||
semver "^7.5.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/parser@^6.0.0": | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.3.0.tgz#359684c443f4f848db3c4f14674f544f169c8f46" | ||
integrity sha512-ibP+y2Gr6p0qsUkhs7InMdXrwldjxZw66wpcQq9/PzAroM45wdwyu81T+7RibNCh8oc0AgrsyCwJByncY0Ongg== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "6.3.0" | ||
"@typescript-eslint/types" "6.3.0" | ||
"@typescript-eslint/typescript-estree" "6.3.0" | ||
"@typescript-eslint/visitor-keys" "6.3.0" | ||
version "6.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.4.0.tgz#47e7c6e22ff1248e8675d95f488890484de67600" | ||
integrity sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "6.4.0" | ||
"@typescript-eslint/types" "6.4.0" | ||
"@typescript-eslint/typescript-estree" "6.4.0" | ||
"@typescript-eslint/visitor-keys" "6.4.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/[email protected]": | ||
|
@@ -640,21 +664,21 @@ | |
"@typescript-eslint/types" "5.62.0" | ||
"@typescript-eslint/visitor-keys" "5.62.0" | ||
|
||
"@typescript-eslint/scope-manager@6.3.0": | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.3.0.tgz#6b74e338c4b88d5e1dfc1a28c570dd5cf8c86b09" | ||
integrity sha512-WlNFgBEuGu74ahrXzgefiz/QlVb+qg8KDTpknKwR7hMH+lQygWyx0CQFoUmMn1zDkQjTBBIn75IxtWss77iBIQ== | ||
"@typescript-eslint/scope-manager@6.4.0": | ||
version "6.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.4.0.tgz#3048e4262ba3eafa4e2e69b08912d9037ec646ae" | ||
integrity sha512-TUS7vaKkPWDVvl7GDNHFQMsMruD+zhkd3SdVW0d7b+7Zo+bd/hXJQ8nsiUZMi1jloWo6c9qt3B7Sqo+flC1nig== | ||
dependencies: | ||
"@typescript-eslint/types" "6.3.0" | ||
"@typescript-eslint/visitor-keys" "6.3.0" | ||
"@typescript-eslint/types" "6.4.0" | ||
"@typescript-eslint/visitor-keys" "6.4.0" | ||
|
||
"@typescript-eslint/type-utils@6.3.0": | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.3.0.tgz#3bf89ccd36621ddec1b7f8246afe467c67adc247" | ||
integrity sha512-7Oj+1ox1T2Yc8PKpBvOKWhoI/4rWFd1j7FA/rPE0lbBPXTKjdbtC+7Ev0SeBjEKkIhKWVeZSP+mR7y1Db1CdfQ== | ||
"@typescript-eslint/type-utils@6.4.0": | ||
version "6.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.4.0.tgz#c8ac92716ed6a9d5443aa3e342910355b0796ba0" | ||
integrity sha512-TvqrUFFyGY0cX3WgDHcdl2/mMCWCDv/0thTtx/ODMY1QhEiyFtv/OlLaNIiYLwRpAxAtOLOY9SUf1H3Q3dlwAg== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "6.3.0" | ||
"@typescript-eslint/utils" "6.3.0" | ||
"@typescript-eslint/typescript-estree" "6.4.0" | ||
"@typescript-eslint/utils" "6.4.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
|
@@ -663,10 +687,10 @@ | |
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" | ||
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== | ||
|
||
"@typescript-eslint/types@6.3.0": | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.3.0.tgz#84517f1427923e714b8418981e493b6635ab4c9d" | ||
integrity sha512-K6TZOvfVyc7MO9j60MkRNWyFSf86IbOatTKGrpTQnzarDZPYPVy0oe3myTMq7VjhfsUAbNUW8I5s+2lZvtx1gg== | ||
"@typescript-eslint/types@6.4.0": | ||
version "6.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.0.tgz#5b109a59a805f0d8d375895e42d9e5f0037f66ee" | ||
integrity sha512-+FV9kVFrS7w78YtzkIsNSoYsnOtrYVnKWSTVXoL1761CsCRv5wpDOINgsXpxD67YCLZtVQekDDyaxfjVWUJmmg== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.62.0" | ||
|
@@ -681,30 +705,30 @@ | |
semver "^7.3.7" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/typescript-estree@6.3.0": | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.3.0.tgz#20e1e10e2f51cdb9e19a2751215cac92c003643c" | ||
integrity sha512-Xh4NVDaC4eYKY4O3QGPuQNp5NxBAlEvNQYOqJquR2MePNxO11E5K3t5x4M4Mx53IZvtpW+mBxIT0s274fLUocg== | ||
"@typescript-eslint/typescript-estree@6.4.0": | ||
version "6.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.0.tgz#3c58d20632db93fec3d6ab902acbedf593d37276" | ||
integrity sha512-iDPJArf/K2sxvjOR6skeUCNgHR/tCQXBsa+ee1/clRKr3olZjZ/dSkXPZjG6YkPtnW6p5D1egeEPMCW6Gn4yLA== | ||
dependencies: | ||
"@typescript-eslint/types" "6.3.0" | ||
"@typescript-eslint/visitor-keys" "6.3.0" | ||
"@typescript-eslint/types" "6.4.0" | ||
"@typescript-eslint/visitor-keys" "6.4.0" | ||
debug "^4.3.4" | ||
globby "^11.1.0" | ||
is-glob "^4.0.3" | ||
semver "^7.5.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/utils@6.3.0": | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.3.0.tgz#0898c5e374372c2092ca1b979ea7ee9cc020ce84" | ||
integrity sha512-hLLg3BZE07XHnpzglNBG8P/IXq/ZVXraEbgY7FM0Cnc1ehM8RMdn9mat3LubJ3KBeYXXPxV1nugWbQPjGeJk6Q== | ||
"@typescript-eslint/utils@6.4.0": | ||
version "6.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.4.0.tgz#23e996b693603c5924b1fbb733cc73196256baa5" | ||
integrity sha512-BvvwryBQpECPGo8PwF/y/q+yacg8Hn/2XS+DqL/oRsOPK+RPt29h5Ui5dqOKHDlbXrAeHUTnyG3wZA0KTDxRZw== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@types/json-schema" "^7.0.12" | ||
"@types/semver" "^7.5.0" | ||
"@typescript-eslint/scope-manager" "6.3.0" | ||
"@typescript-eslint/types" "6.3.0" | ||
"@typescript-eslint/typescript-estree" "6.3.0" | ||
"@typescript-eslint/scope-manager" "6.4.0" | ||
"@typescript-eslint/types" "6.4.0" | ||
"@typescript-eslint/typescript-estree" "6.4.0" | ||
semver "^7.5.4" | ||
|
||
"@typescript-eslint/utils@^5.10.0": | ||
|
@@ -729,12 +753,12 @@ | |
"@typescript-eslint/types" "5.62.0" | ||
eslint-visitor-keys "^3.3.0" | ||
|
||
"@typescript-eslint/visitor-keys@6.3.0": | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.3.0.tgz#8d09aa3e389ae0971426124c155ac289afbe450a" | ||
integrity sha512-kEhRRj7HnvaSjux1J9+7dBen15CdWmDnwrpyiHsFX6Qx2iW5LOBUgNefOFeh2PjWPlNwN8TOn6+4eBU3J/gupw== | ||
"@typescript-eslint/visitor-keys@6.4.0": | ||
version "6.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.0.tgz#96a426cdb1add28274abd7a34aefe27f8b7d51ef" | ||
integrity sha512-yJSfyT+uJm+JRDWYRYdCm2i+pmvXJSMtPR9Cq5/XQs4QIgNoLcoRtDdzsLbLsFM/c6um6ohQkg/MLxWvoIndJA== | ||
dependencies: | ||
"@typescript-eslint/types" "6.3.0" | ||
"@typescript-eslint/types" "6.4.0" | ||
eslint-visitor-keys "^3.4.1" | ||
|
||
JSONStream@^1.3.5: | ||
|
@@ -2515,10 +2539,10 @@ lines-and-columns@^1.1.6: | |
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" | ||
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== | ||
|
||
lint-staged@^13.0.0: | ||
version "13.3.0" | ||
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.3.0.tgz#7965d72a8d6a6c932f85e9c13ccf3596782d28a5" | ||
integrity sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ== | ||
lint-staged@^14.0.0: | ||
version "14.0.0" | ||
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-14.0.0.tgz#81a06f1a265854070dc4c9ace0978bb12d4b17c3" | ||
integrity sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA== | ||
dependencies: | ||
chalk "5.3.0" | ||
commander "11.0.0" | ||
|
@@ -2764,11 +2788,6 @@ ms@^2.1.1: | |
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" | ||
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== | ||
|
||
natural-compare-lite@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" | ||
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== | ||
|
||
natural-compare@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" | ||
|
@@ -3015,9 +3034,9 @@ prelude-ls@^1.2.1: | |
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== | ||
|
||
prettier@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40" | ||
integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ== | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b" | ||
integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ== | ||
|
||
pretty-format@^29.0.0, pretty-format@^29.6.2: | ||
version "29.6.2" | ||
|
@@ -3839,6 +3858,6 @@ yocto-queue@^0.1.0: | |
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== | ||
|
||
zod@^3.20.2: | ||
version "3.21.4" | ||
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db" | ||
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw== | ||
version "3.22.1" | ||
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.1.tgz#815f850baf933fef96c1061322dbe579b1a80c27" | ||
integrity sha512-+qUhAMl414+Elh+fRNtpU+byrwjDFOS1N7NioLY+tSlcADTx4TkCUua/hxJvxwDXcV4397/nZ420jy4n4+3WUg== |