|
34 | 34 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
35 | 35 | integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
|
36 | 36 |
|
37 |
| -"@commitlint/config-validator@^18.1.0": |
38 |
| - version "18.1.0" |
39 |
| - resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.1.0.tgz#e717151ab99206bdf70d2b526a32e530cec72512" |
40 |
| - integrity sha512-kbHkIuItXn93o2NmTdwi5Mk1ujyuSIysRE/XHtrcps/27GuUKEIqBJp6TdJ4Sq+ze59RlzYSHMKuDKZbfg9+uQ== |
| 37 | +"@commitlint/config-validator@^18.4.0": |
| 38 | + version "18.4.0" |
| 39 | + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.4.0.tgz#7197d7ab3248dd936782b319cafc0480ab9732d5" |
| 40 | + integrity sha512-1y6qHMU3o4cYQSK+Y9EnmH6H1GRiwQGjnLIUOIKlekrmfc8MrMk1ByNmb8od4vK3qHJAaL/77/5n+1uyyIF5dA== |
41 | 41 | dependencies:
|
42 |
| - "@commitlint/types" "^18.1.0" |
| 42 | + "@commitlint/types" "^18.4.0" |
43 | 43 | ajv "^8.11.0"
|
44 | 44 |
|
45 |
| -"@commitlint/execute-rule@^18.1.0": |
46 |
| - version "18.1.0" |
47 |
| - resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.1.0.tgz#1dcacf8da1981dd2e6da76988fdac9f48cdccd46" |
48 |
| - integrity sha512-w3Vt4K+O7+nSr9/gFSEfZ1exKUOPSlJaRpnk7Y+XowEhvwT7AIk1HNANH+gETf0zGZ020+hfiMW/Ome+SNCUsg== |
| 45 | +"@commitlint/execute-rule@^18.4.0": |
| 46 | + version "18.4.0" |
| 47 | + resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.0.tgz#a19bdac0195738e264e7dc2028db673a62087b9e" |
| 48 | + integrity sha512-g013SWki6ZWhURBLOSXTaVQGWHdA0QlPJGiW4a+YpThezmJOemvc4LiKVpn13AjSKQ40QnmBqpBrxujOaSo+3A== |
49 | 49 |
|
50 | 50 | "@commitlint/load@>6.1.1":
|
51 |
| - version "18.2.0" |
52 |
| - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.2.0.tgz#ca2428c306d0b7f5ae9bac91991efaa359ba0ad6" |
53 |
| - integrity sha512-xjX3d3CRlOALwImhOsmLYZh14/+gW/KxsY7+bPKrzmGuFailf9K7ckhB071oYZVJdACnpY4hDYiosFyOC+MpAA== |
54 |
| - dependencies: |
55 |
| - "@commitlint/config-validator" "^18.1.0" |
56 |
| - "@commitlint/execute-rule" "^18.1.0" |
57 |
| - "@commitlint/resolve-extends" "^18.1.0" |
58 |
| - "@commitlint/types" "^18.1.0" |
| 51 | + version "18.4.1" |
| 52 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.4.1.tgz#41097fe3b0eed33e61fab6ab6015e9c4bd17de1a" |
| 53 | + integrity sha512-o/plBiPJQgbSq/4ipDpsq4HCmURjBAEjr1EO/p2falr3VhwV0WGXTvb8NlihgI8xtSyO6lHvtycrE535GMLQbA== |
| 54 | + dependencies: |
| 55 | + "@commitlint/config-validator" "^18.4.0" |
| 56 | + "@commitlint/execute-rule" "^18.4.0" |
| 57 | + "@commitlint/resolve-extends" "^18.4.0" |
| 58 | + "@commitlint/types" "^18.4.0" |
59 | 59 | "@types/node" "^18.11.9"
|
60 | 60 | chalk "^4.1.0"
|
61 |
| - cosmiconfig "^8.0.0" |
| 61 | + cosmiconfig "^8.3.6" |
62 | 62 | cosmiconfig-typescript-loader "^5.0.0"
|
63 | 63 | lodash.isplainobject "^4.0.6"
|
64 | 64 | lodash.merge "^4.6.2"
|
65 | 65 | lodash.uniq "^4.5.0"
|
66 | 66 | resolve-from "^5.0.0"
|
67 | 67 |
|
68 |
| -"@commitlint/resolve-extends@^18.1.0": |
69 |
| - version "18.1.0" |
70 |
| - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.1.0.tgz#f134b679c3dfdd4006d2d6c9ace36237b7b0ffed" |
71 |
| - integrity sha512-3mZpzOEJkELt7BbaZp6+bofJyxViyObebagFn0A7IHaLARhPkWTivXdjvZHS12nAORftv88Yhbh8eCPKfSvB7g== |
| 68 | +"@commitlint/resolve-extends@^18.4.0": |
| 69 | + version "18.4.0" |
| 70 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.4.0.tgz#69b04efb5253564c773a18241305ddb31b04d8af" |
| 71 | + integrity sha512-qhgU6ach+S6sJMD9NjCYiEycOObGhxzWQLQzqlScJCv9zkPs15Bg0ffLXTQ3z7ipXv46XEKYMnSJzjLRw2Tlkg== |
72 | 72 | dependencies:
|
73 |
| - "@commitlint/config-validator" "^18.1.0" |
74 |
| - "@commitlint/types" "^18.1.0" |
| 73 | + "@commitlint/config-validator" "^18.4.0" |
| 74 | + "@commitlint/types" "^18.4.0" |
75 | 75 | import-fresh "^3.0.0"
|
76 | 76 | lodash.mergewith "^4.6.2"
|
77 | 77 | resolve-from "^5.0.0"
|
78 | 78 | resolve-global "^1.0.0"
|
79 | 79 |
|
80 |
| -"@commitlint/types@^18.1.0": |
81 |
| - version "18.1.0" |
82 |
| - resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.1.0.tgz#7d0d0227ee28b5bacbafa648601ee51e8604f03e" |
83 |
| - integrity sha512-65vGxZmbs+2OVwEItxhp3Ul7X2m2LyLfifYI/NdPwRqblmuES2w2aIRhIjb7cwUIBHHSTT8WXj4ixVHQibmvLQ== |
| 80 | +"@commitlint/types@^18.4.0": |
| 81 | + version "18.4.0" |
| 82 | + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.4.0.tgz#482393d587a86fdf0d98ed17d2efd598d5021049" |
| 83 | + integrity sha512-MKeaFxt0I9fhqUb2E+YIzX/gZtmkuodJET/XKiZIMvXUff8Ee4Ih86eLg+yAm2jf1pwGBmU02uNOp0y094w2Uw== |
84 | 84 | dependencies:
|
85 | 85 | chalk "^4.1.0"
|
86 | 86 |
|
|
606 | 606 | integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
|
607 | 607 |
|
608 | 608 | "@types/json-schema@^7.0.9":
|
609 |
| - version "7.0.14" |
610 |
| - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1" |
611 |
| - integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw== |
| 609 | + version "7.0.15" |
| 610 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" |
| 611 | + integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== |
612 | 612 |
|
613 | 613 | "@types/json5@^0.0.29":
|
614 | 614 | version "0.0.29"
|
615 | 615 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
616 | 616 | integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
|
617 | 617 |
|
618 | 618 | "@types/minimist@^1.2.0":
|
619 |
| - version "1.2.4" |
620 |
| - resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.4.tgz#81f886786411c45bba3f33e781ab48bd56bfca2e" |
621 |
| - integrity sha512-Kfe/D3hxHTusnPNRbycJE1N77WHDsdS4AjUYIzlDzhDrS47NrwuL3YW4VITxwR7KCVpzwgy4Rbj829KSSQmwXQ== |
| 619 | + version "1.2.5" |
| 620 | + resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e" |
| 621 | + integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag== |
622 | 622 |
|
623 | 623 | "@types/node@^18.11.9":
|
624 |
| - version "18.18.8" |
625 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6" |
626 |
| - integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ== |
| 624 | + version "18.18.9" |
| 625 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592" |
| 626 | + integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ== |
627 | 627 | dependencies:
|
628 | 628 | undici-types "~5.26.4"
|
629 | 629 |
|
630 | 630 | "@types/normalize-package-data@^2.4.0":
|
631 |
| - version "2.4.3" |
632 |
| - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c" |
633 |
| - integrity sha512-ehPtgRgaULsFG8x0NeYJvmyH1hmlfsNLujHe9dQEia/7MAJYdzMSi19JtchUHjmBA6XC/75dK55mzZH+RyieSg== |
| 631 | + version "2.4.4" |
| 632 | + resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901" |
| 633 | + integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA== |
634 | 634 |
|
635 | 635 | "@types/parse-json@^4.0.0":
|
636 |
| - version "4.0.1" |
637 |
| - resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.1.tgz#27f7559836ad796cea31acb63163b203756a5b4e" |
638 |
| - integrity sha512-3YmXzzPAdOTVljVMkTMBdBEvlOLg2cDQaDhnnhT3nT9uDbnJzjWhKlzb+desT12Y7tGqaN6d+AbozcKzyL36Ng== |
| 636 | + version "4.0.2" |
| 637 | + resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239" |
| 638 | + integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw== |
639 | 639 |
|
640 | 640 | "@types/semver@^7.3.12":
|
641 |
| - version "7.5.4" |
642 |
| - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff" |
643 |
| - integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ== |
| 641 | + version "7.5.5" |
| 642 | + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35" |
| 643 | + integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg== |
644 | 644 |
|
645 | 645 | "@typescript-eslint/eslint-plugin@5.62.0":
|
646 | 646 | version "5.62.0"
|
@@ -1382,7 +1382,7 @@ cosmiconfig@^7.0.0:
|
1382 | 1382 | path-type "^4.0.0"
|
1383 | 1383 | yaml "^1.10.0"
|
1384 | 1384 |
|
1385 |
| -cosmiconfig@^8.0.0: |
| 1385 | +cosmiconfig@^8.3.6: |
1386 | 1386 | version "8.3.6"
|
1387 | 1387 | resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3"
|
1388 | 1388 | integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==
|
@@ -1924,9 +1924,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
1924 | 1924 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
1925 | 1925 |
|
1926 | 1926 | fast-glob@^3.2.9:
|
1927 |
| - version "3.3.1" |
1928 |
| - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4" |
1929 |
| - integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg== |
| 1927 | + version "3.3.2" |
| 1928 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" |
| 1929 | + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== |
1930 | 1930 | dependencies:
|
1931 | 1931 | "@nodelib/fs.stat" "^2.0.2"
|
1932 | 1932 | "@nodelib/fs.walk" "^1.2.3"
|
@@ -2038,9 +2038,9 @@ findup-sync@^4.0.0:
|
2038 | 2038 | resolve-dir "^1.0.1"
|
2039 | 2039 |
|
2040 | 2040 | flat-cache@^3.0.4:
|
2041 |
| - version "3.1.1" |
2042 |
| - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.1.1.tgz#a02a15fdec25a8f844ff7cc658f03dd99eb4609b" |
2043 |
| - integrity sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q== |
| 2041 | + version "3.2.0" |
| 2042 | + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee" |
| 2043 | + integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== |
2044 | 2044 | dependencies:
|
2045 | 2045 | flatted "^3.2.9"
|
2046 | 2046 | keyv "^4.5.3"
|
|
0 commit comments