|
21 | 21 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" |
22 | 22 | integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== |
23 | 23 |
|
24 | | -"@commitlint/config-validator@^20.4.3": |
25 | | - version "20.4.3" |
26 | | - resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-20.4.3.tgz#45e89b4038ee97ab04d1eb95aaafc78033148bcc" |
27 | | - integrity sha512-jCZpZFkcSL3ZEdL5zgUzFRdytv3xPo8iukTe9VA+QGus/BGhpp1xXSVu2B006GLLb2gYUAEGEqv64kTlpZNgmA== |
| 24 | +"@commitlint/config-validator@^20.5.0": |
| 25 | + version "20.5.0" |
| 26 | + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-20.5.0.tgz#b0aad5fdd520b07ac52f9ad8d41844629e5fd40e" |
| 27 | + integrity sha512-T/Uh6iJUzyx7j35GmHWdIiGRQB+ouZDk0pwAaYq4SXgB54KZhFdJ0vYmxiW6AMYICTIWuyMxDBl1jK74oFp/Gw== |
28 | 28 | dependencies: |
29 | | - "@commitlint/types" "^20.4.3" |
| 29 | + "@commitlint/types" "^20.5.0" |
30 | 30 | ajv "^8.11.0" |
31 | 31 |
|
32 | 32 | "@commitlint/execute-rule@^20.0.0": |
|
35 | 35 | integrity sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw== |
36 | 36 |
|
37 | 37 | "@commitlint/load@>6.1.1": |
38 | | - version "20.4.3" |
39 | | - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-20.4.3.tgz#372092f6c77251c11111f69ce01d66f834d79adf" |
40 | | - integrity sha512-3cdJOUVP+VcgHa7bhJoWS+Z8mBNXB5aLWMBu7Q7uX8PSeWDzdbrBlR33J1MGGf7r1PZDp+mPPiFktk031PgdRw== |
| 38 | + version "20.5.0" |
| 39 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-20.5.0.tgz#c588c37d77f7cf736f546a8a0303f8f4526f91f0" |
| 40 | + integrity sha512-sLhhYTL/KxeOTZjjabKDhwidGZan84XKK1+XFkwDYL/4883kIajcz/dZFAhBJmZPtL8+nBx6bnkzA95YxPeDPw== |
41 | 41 | dependencies: |
42 | | - "@commitlint/config-validator" "^20.4.3" |
| 42 | + "@commitlint/config-validator" "^20.5.0" |
43 | 43 | "@commitlint/execute-rule" "^20.0.0" |
44 | | - "@commitlint/resolve-extends" "^20.4.3" |
45 | | - "@commitlint/types" "^20.4.3" |
| 44 | + "@commitlint/resolve-extends" "^20.5.0" |
| 45 | + "@commitlint/types" "^20.5.0" |
46 | 46 | cosmiconfig "^9.0.1" |
47 | 47 | cosmiconfig-typescript-loader "^6.1.0" |
48 | 48 | is-plain-obj "^4.1.0" |
49 | 49 | lodash.mergewith "^4.6.2" |
50 | 50 | picocolors "^1.1.1" |
51 | 51 |
|
52 | | -"@commitlint/resolve-extends@^20.4.3": |
53 | | - version "20.4.3" |
54 | | - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-20.4.3.tgz#b644c4f4812b298191a28f4040cd24d724b8a74c" |
55 | | - integrity sha512-QucxcOy+00FhS9s4Uy0OyS5HeUV+hbC6OLqkTSIm6fwMdKva+OEavaCDuLtgd9akZZlsUo//XzSmPP3sLKBPog== |
| 52 | +"@commitlint/resolve-extends@^20.5.0": |
| 53 | + version "20.5.0" |
| 54 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-20.5.0.tgz#5291f6affd2e7b55cfafa78d7a9ad3167aa825c6" |
| 55 | + integrity sha512-3SHPWUW2v0tyspCTcfSsYml0gses92l6TlogwzvM2cbxDgmhSRc+fldDjvGkCXJrjSM87BBaWYTPWwwyASZRrg== |
56 | 56 | dependencies: |
57 | | - "@commitlint/config-validator" "^20.4.3" |
58 | | - "@commitlint/types" "^20.4.3" |
| 57 | + "@commitlint/config-validator" "^20.5.0" |
| 58 | + "@commitlint/types" "^20.5.0" |
59 | 59 | global-directory "^4.0.1" |
60 | 60 | import-meta-resolve "^4.0.0" |
61 | 61 | lodash.mergewith "^4.6.2" |
62 | 62 | resolve-from "^5.0.0" |
63 | 63 |
|
64 | | -"@commitlint/types@^20.4.3": |
65 | | - version "20.4.3" |
66 | | - resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.4.3.tgz#aa3fb9732dd42dea590d165214631ebc7b07eb59" |
67 | | - integrity sha512-51OWa1Gi6ODOasPmfJPq6js4pZoomima4XLZZCrkldaH2V5Nb3bVhNXPeT6XV0gubbainSpTw4zi68NqAeCNCg== |
| 64 | +"@commitlint/types@^20.5.0": |
| 65 | + version "20.5.0" |
| 66 | + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.5.0.tgz#65be36ca38183757563bd69451dbe465a5d001ef" |
| 67 | + integrity sha512-ZJoS8oSq2CAZEpc/YI9SulLrdiIyXeHb/OGqGrkUP6Q7YV+0ouNAa7GjqRdXeQPncHQIDz/jbCTlHScvYvO/gA== |
68 | 68 | dependencies: |
69 | 69 | conventional-commits-parser "^6.3.0" |
70 | 70 | picocolors "^1.1.1" |
|
0 commit comments