|
996 | 996 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
997 | 997 | integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
998 | 998 |
|
999 | | -"@commitlint/cli@20.1.0": |
1000 | | - version "20.1.0" |
1001 | | - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-20.1.0.tgz#07365e2849d86f771e76ea0ceb96cd88bb945e03" |
1002 | | - integrity sha512-pW5ujjrOovhq5RcYv5xCpb4GkZxkO2+GtOdBW2/qrr0Ll9tl3PX0aBBobGQl3mdZUbOBgwAexEQLeH6uxL0VYg== |
1003 | | - dependencies: |
1004 | | - "@commitlint/format" "^20.0.0" |
1005 | | - "@commitlint/lint" "^20.0.0" |
1006 | | - "@commitlint/load" "^20.1.0" |
1007 | | - "@commitlint/read" "^20.0.0" |
1008 | | - "@commitlint/types" "^20.0.0" |
| 999 | +"@commitlint/cli@20.2.0": |
| 1000 | + version "20.2.0" |
| 1001 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-20.2.0.tgz#4164499d3848447aacd795d298c8a768fb13a80c" |
| 1002 | + integrity sha512-l37HkrPZ2DZy26rKiTUvdq/LZtlMcxz+PeLv9dzK9NzoFGuJdOQyYU7IEkEQj0pO++uYue89wzOpZ0hcTtoqUA== |
| 1003 | + dependencies: |
| 1004 | + "@commitlint/format" "^20.2.0" |
| 1005 | + "@commitlint/lint" "^20.2.0" |
| 1006 | + "@commitlint/load" "^20.2.0" |
| 1007 | + "@commitlint/read" "^20.2.0" |
| 1008 | + "@commitlint/types" "^20.2.0" |
1009 | 1009 | tinyexec "^1.0.0" |
1010 | 1010 | yargs "^17.0.0" |
1011 | 1011 |
|
|
1017 | 1017 | "@commitlint/types" "^20.0.0" |
1018 | 1018 | conventional-changelog-conventionalcommits "^7.0.2" |
1019 | 1019 |
|
1020 | | -"@commitlint/config-validator@^20.0.0": |
1021 | | - version "20.0.0" |
1022 | | - resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-20.0.0.tgz#d97d83be722a04be2038e54bdd3ec7d11efec557" |
1023 | | - integrity sha512-BeyLMaRIJDdroJuYM2EGhDMGwVBMZna9UiIqV9hxj+J551Ctc6yoGuGSmghOy/qPhBSuhA6oMtbEiTmxECafsg== |
| 1020 | +"@commitlint/config-validator@^20.2.0": |
| 1021 | + version "20.2.0" |
| 1022 | + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-20.2.0.tgz#5f5cbad01d5ed2b67cc2363143ccc7de8bca3173" |
| 1023 | + integrity sha512-SQCBGsL9MFk8utWNSthdxd9iOD1pIVZSHxGBwYIGfd67RTjxqzFOSAYeQVXOu3IxRC3YrTOH37ThnTLjUlyF2w== |
1024 | 1024 | dependencies: |
1025 | | - "@commitlint/types" "^20.0.0" |
| 1025 | + "@commitlint/types" "^20.2.0" |
1026 | 1026 | ajv "^8.11.0" |
1027 | 1027 |
|
1028 | | -"@commitlint/ensure@^20.0.0": |
1029 | | - version "20.0.0" |
1030 | | - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-20.0.0.tgz#f97c16f53c0f7ea79895f9a19e5dad5213353aef" |
1031 | | - integrity sha512-WBV47Fffvabe68n+13HJNFBqiMH5U1Ryls4W3ieGwPC0C7kJqp3OVQQzG2GXqOALmzrgAB+7GXmyy8N9ct8/Fg== |
| 1028 | +"@commitlint/ensure@^20.2.0": |
| 1029 | + version "20.2.0" |
| 1030 | + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-20.2.0.tgz#6b4ae312aea8397f6e3171bbd6bade3f6b2ad8e5" |
| 1031 | + integrity sha512-+8TgIGv89rOWyt3eC6lcR1H7hqChAKkpawytlq9P1i/HYugFRVqgoKJ8dhd89fMnlrQTLjA5E97/4sF09QwdoA== |
1032 | 1032 | dependencies: |
1033 | | - "@commitlint/types" "^20.0.0" |
| 1033 | + "@commitlint/types" "^20.2.0" |
1034 | 1034 | lodash.camelcase "^4.3.0" |
1035 | 1035 | lodash.kebabcase "^4.1.1" |
1036 | 1036 | lodash.snakecase "^4.1.1" |
|
1042 | 1042 | resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-20.0.0.tgz#013628e09179cf2d3c977e1cf37937b5cb869af8" |
1043 | 1043 | integrity sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw== |
1044 | 1044 |
|
1045 | | -"@commitlint/format@^20.0.0": |
1046 | | - version "20.0.0" |
1047 | | - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-20.0.0.tgz#46c9c032bb02511f4a88d82460d036bd555a1940" |
1048 | | - integrity sha512-zrZQXUcSDmQ4eGGrd+gFESiX0Rw+WFJk7nW4VFOmxub4mAATNKBQ4vNw5FgMCVehLUKG2OT2LjOqD0Hk8HvcRg== |
| 1045 | +"@commitlint/format@^20.2.0": |
| 1046 | + version "20.2.0" |
| 1047 | + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-20.2.0.tgz#0f54ee9617a2298c540de331bc8642ff70c331a1" |
| 1048 | + integrity sha512-PhNoLNhxpfIBlW/i90uZ3yG3hwSSYx7n4d9Yc+2FAorAHS0D9btYRK4ZZXX+Gm3W5tDtu911ow/eWRfcRVgNWg== |
1049 | 1049 | dependencies: |
1050 | | - "@commitlint/types" "^20.0.0" |
| 1050 | + "@commitlint/types" "^20.2.0" |
1051 | 1051 | chalk "^5.3.0" |
1052 | 1052 |
|
1053 | | -"@commitlint/is-ignored@^20.0.0": |
1054 | | - version "20.0.0" |
1055 | | - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-20.0.0.tgz#80157d00985e698364d92bc63bf5bb2730a0c7d2" |
1056 | | - integrity sha512-ayPLicsqqGAphYIQwh9LdAYOVAQ9Oe5QCgTNTj+BfxZb9b/JW222V5taPoIBzYnAP0z9EfUtljgBk+0BN4T4Cw== |
| 1053 | +"@commitlint/is-ignored@^20.2.0": |
| 1054 | + version "20.2.0" |
| 1055 | + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-20.2.0.tgz#a6754daffb928d5689148e837106bb38dcc0c164" |
| 1056 | + integrity sha512-Lz0OGeZCo/QHUDLx5LmZc0EocwanneYJUM8z0bfWexArk62HKMLfLIodwXuKTO5y0s6ddXaTexrYHs7v96EOmw== |
1057 | 1057 | dependencies: |
1058 | | - "@commitlint/types" "^20.0.0" |
| 1058 | + "@commitlint/types" "^20.2.0" |
1059 | 1059 | semver "^7.6.0" |
1060 | 1060 |
|
1061 | | -"@commitlint/lint@^20.0.0": |
1062 | | - version "20.0.0" |
1063 | | - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.0.0.tgz#3f61ebb1c7c69b82ad3f43cfcf91ce318b1a5c3a" |
1064 | | - integrity sha512-kWrX8SfWk4+4nCexfLaQT3f3EcNjJwJBsSZ5rMBw6JCd6OzXufFHgel2Curos4LKIxwec9WSvs2YUD87rXlxNQ== |
| 1061 | +"@commitlint/lint@^20.2.0": |
| 1062 | + version "20.2.0" |
| 1063 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.2.0.tgz#535f63f419cef7244b0a2907b5bf27ecb1f55bda" |
| 1064 | + integrity sha512-cQEEB+jlmyQbyiji/kmh8pUJSDeUmPiWq23kFV0EtW3eM+uAaMLMuoTMajbrtWYWQpPzOMDjYltQ8jxHeHgITg== |
1065 | 1065 | dependencies: |
1066 | | - "@commitlint/is-ignored" "^20.0.0" |
1067 | | - "@commitlint/parse" "^20.0.0" |
1068 | | - "@commitlint/rules" "^20.0.0" |
1069 | | - "@commitlint/types" "^20.0.0" |
| 1066 | + "@commitlint/is-ignored" "^20.2.0" |
| 1067 | + "@commitlint/parse" "^20.2.0" |
| 1068 | + "@commitlint/rules" "^20.2.0" |
| 1069 | + "@commitlint/types" "^20.2.0" |
1070 | 1070 |
|
1071 | | -"@commitlint/load@^20.1.0": |
1072 | | - version "20.1.0" |
1073 | | - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-20.1.0.tgz#8eb7aefbfb066db903d1a89c4727093a57fcffbc" |
1074 | | - integrity sha512-qo9ER0XiAimATQR5QhvvzePfeDfApi/AFlC1G+YN+ZAY8/Ua6IRrDrxRvQAr+YXUKAxUsTDSp9KXeXLBPsNRWg== |
| 1071 | +"@commitlint/load@^20.2.0": |
| 1072 | + version "20.2.0" |
| 1073 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-20.2.0.tgz#0864d7296c9dc7f0759c811e7e497e2df03292db" |
| 1074 | + integrity sha512-iAK2GaBM8sPFTSwtagI67HrLKHIUxQc2BgpgNc/UMNme6LfmtHpIxQoN1TbP+X1iz58jq32HL1GbrFTCzcMi6g== |
1075 | 1075 | dependencies: |
1076 | | - "@commitlint/config-validator" "^20.0.0" |
| 1076 | + "@commitlint/config-validator" "^20.2.0" |
1077 | 1077 | "@commitlint/execute-rule" "^20.0.0" |
1078 | | - "@commitlint/resolve-extends" "^20.1.0" |
1079 | | - "@commitlint/types" "^20.0.0" |
| 1078 | + "@commitlint/resolve-extends" "^20.2.0" |
| 1079 | + "@commitlint/types" "^20.2.0" |
1080 | 1080 | chalk "^5.3.0" |
1081 | 1081 | cosmiconfig "^9.0.0" |
1082 | 1082 | cosmiconfig-typescript-loader "^6.1.0" |
|
1089 | 1089 | resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-20.0.0.tgz#a5ac95dc17363a1dba5d2d47bd28c9356710a7b8" |
1090 | 1090 | integrity sha512-gLX4YmKnZqSwkmSB9OckQUrI5VyXEYiv3J5JKZRxIp8jOQsWjZgHSG/OgEfMQBK9ibdclEdAyIPYggwXoFGXjQ== |
1091 | 1091 |
|
1092 | | -"@commitlint/parse@^20.0.0": |
1093 | | - version "20.0.0" |
1094 | | - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-20.0.0.tgz#a056ec3c25401dfc9905196e159aaee3a2dfdf43" |
1095 | | - integrity sha512-j/PHCDX2bGM5xGcWObOvpOc54cXjn9g6xScXzAeOLwTsScaL4Y+qd0pFC6HBwTtrH92NvJQc+2Lx9HFkVi48cg== |
| 1092 | +"@commitlint/parse@^20.2.0": |
| 1093 | + version "20.2.0" |
| 1094 | + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-20.2.0.tgz#76a44b8426db9257dd9408dace4eb8f02f3a3983" |
| 1095 | + integrity sha512-LXStagGU1ivh07X7sM+hnEr4BvzFYn1iBJ6DRg2QsIN8lBfSzyvkUcVCDwok9Ia4PWiEgei5HQjju6xfJ1YaSQ== |
1096 | 1096 | dependencies: |
1097 | | - "@commitlint/types" "^20.0.0" |
| 1097 | + "@commitlint/types" "^20.2.0" |
1098 | 1098 | conventional-changelog-angular "^7.0.0" |
1099 | 1099 | conventional-commits-parser "^5.0.0" |
1100 | 1100 |
|
1101 | | -"@commitlint/read@^20.0.0": |
1102 | | - version "20.0.0" |
1103 | | - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-20.0.0.tgz#6c22541109176878d533c396860d26ad8ec3d74f" |
1104 | | - integrity sha512-Ti7Y7aEgxsM1nkwA4ZIJczkTFRX/+USMjNrL9NXwWQHqNqrBX2iMi+zfuzZXqfZ327WXBjdkRaytJ+z5vNqTOA== |
| 1101 | +"@commitlint/read@^20.2.0": |
| 1102 | + version "20.2.0" |
| 1103 | + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-20.2.0.tgz#6637b53fc5e5b19ecbf65c61ff77732a87d11016" |
| 1104 | + integrity sha512-+SjF9mxm5JCbe+8grOpXCXMMRzAnE0WWijhhtasdrpJoAFJYd5UgRTj/oCq5W3HJTwbvTOsijEJ0SUGImECD7Q== |
1105 | 1105 | dependencies: |
1106 | 1106 | "@commitlint/top-level" "^20.0.0" |
1107 | | - "@commitlint/types" "^20.0.0" |
| 1107 | + "@commitlint/types" "^20.2.0" |
1108 | 1108 | git-raw-commits "^4.0.0" |
1109 | 1109 | minimist "^1.2.8" |
1110 | 1110 | tinyexec "^1.0.0" |
1111 | 1111 |
|
1112 | | -"@commitlint/resolve-extends@^20.1.0": |
1113 | | - version "20.1.0" |
1114 | | - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-20.1.0.tgz#bfccbd7772ffa49f99f3e0f828cf8612667b2e8e" |
1115 | | - integrity sha512-cxKXQrqHjZT3o+XPdqDCwOWVFQiae++uwd9dUBC7f2MdV58ons3uUvASdW7m55eat5sRiQ6xUHyMWMRm6atZWw== |
| 1112 | +"@commitlint/resolve-extends@^20.2.0": |
| 1113 | + version "20.2.0" |
| 1114 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-20.2.0.tgz#7c4c99a239dad83a11fed7d1a9a573731cc57c5e" |
| 1115 | + integrity sha512-KVoLDi9BEuqeq+G0wRABn4azLRiCC22/YHR2aCquwx6bzCHAIN8hMt3Nuf1VFxq/c8ai6s8qBxE8+ZD4HeFTlQ== |
1116 | 1116 | dependencies: |
1117 | | - "@commitlint/config-validator" "^20.0.0" |
1118 | | - "@commitlint/types" "^20.0.0" |
| 1117 | + "@commitlint/config-validator" "^20.2.0" |
| 1118 | + "@commitlint/types" "^20.2.0" |
1119 | 1119 | global-directory "^4.0.1" |
1120 | 1120 | import-meta-resolve "^4.0.0" |
1121 | 1121 | lodash.mergewith "^4.6.2" |
1122 | 1122 | resolve-from "^5.0.0" |
1123 | 1123 |
|
1124 | | -"@commitlint/rules@^20.0.0": |
1125 | | - version "20.0.0" |
1126 | | - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.0.0.tgz#d5793a9435313182477456a317822874232b7d0f" |
1127 | | - integrity sha512-gvg2k10I/RfvHn5I5sxvVZKM1fl72Sqrv2YY/BnM7lMHcYqO0E2jnRWoYguvBfEcZ39t+rbATlciggVe77E4zA== |
| 1124 | +"@commitlint/rules@^20.2.0": |
| 1125 | + version "20.2.0" |
| 1126 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.2.0.tgz#0fd03c9bf55dccd3ddc1948f6ea36cd5ed162e8d" |
| 1127 | + integrity sha512-27rHGpeAjnYl/A+qUUiYDa7Yn1WIjof/dFJjYW4gA1Ug+LUGa1P0AexzGZ5NBxTbAlmDgaxSZkLLxtLVqtg8PQ== |
1128 | 1128 | dependencies: |
1129 | | - "@commitlint/ensure" "^20.0.0" |
| 1129 | + "@commitlint/ensure" "^20.2.0" |
1130 | 1130 | "@commitlint/message" "^20.0.0" |
1131 | 1131 | "@commitlint/to-lines" "^20.0.0" |
1132 | | - "@commitlint/types" "^20.0.0" |
| 1132 | + "@commitlint/types" "^20.2.0" |
1133 | 1133 |
|
1134 | 1134 | "@commitlint/to-lines@^20.0.0": |
1135 | 1135 | version "20.0.0" |
|
1143 | 1143 | dependencies: |
1144 | 1144 | find-up "^7.0.0" |
1145 | 1145 |
|
1146 | | -"@commitlint/types@^20.0.0": |
1147 | | - version "20.0.0" |
1148 | | - resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.0.0.tgz#70edef6e1c1d3aaca15e1e87242d8d256beebe67" |
1149 | | - integrity sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA== |
| 1146 | +"@commitlint/types@^20.0.0", "@commitlint/types@^20.2.0": |
| 1147 | + version "20.2.0" |
| 1148 | + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.2.0.tgz#8486ef31ecfc7b4d10f8bf5c47934872bcd8657e" |
| 1149 | + integrity sha512-KTy0OqRDLR5y/zZMnizyx09z/rPlPC/zKhYgH8o/q6PuAjoQAKlRfY4zzv0M64yybQ//6//4H1n14pxaLZfUnA== |
1150 | 1150 | dependencies: |
1151 | 1151 | "@types/conventional-commits-parser" "^5.0.0" |
1152 | 1152 | chalk "^5.3.0" |
|
0 commit comments