|
953 | 953 | resolve-global "1.0.0"
|
954 | 954 | yargs "^15.1.0"
|
955 | 955 |
|
956 |
| -"@commitlint/config-angular-type-enum@^9.1.2": |
| 956 | +"@commitlint/config-conventional@^9.1.2": |
957 | 957 | version "9.1.2"
|
958 |
| - resolved "https://registry.yarnpkg.com/@commitlint/config-angular-type-enum/-/config-angular-type-enum-9.1.2.tgz#0459575b98443f7e6e8c4965d2a70b00cc001abd" |
959 |
| - integrity sha512-vPdAnL1GbSKbbMhzAgCknQqCwafhjWI9GKnbNgY6MKcXJEvND/OyufUvxyyiews1blenGJupufZ8JrY5qbJwtQ== |
960 |
| - |
961 |
| -"@commitlint/config-angular@^9.1.2": |
962 |
| - version "9.1.2" |
963 |
| - resolved "https://registry.yarnpkg.com/@commitlint/config-angular/-/config-angular-9.1.2.tgz#3bf6d4071b7bfc96ae92ba7c29ba942db76b5f94" |
964 |
| - integrity sha512-zIO26glOlUjFnOiqxBl4fX1p6NYqWzx4OVf56LvrVP4vtrE5z0r/De93iqHLhmx9mBCh8HCUhGjYHR7SkqdepQ== |
| 958 | + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-9.1.2.tgz#9920ad60a2ac64eedad01845b331c970cf854a71" |
| 959 | + integrity sha512-2zfnsrBJuCNJEKMEmltYlCUEoQNE4anvEBI/SYEuiB1JYXYaELijobDBpqhUVjh5NEpprNTY16oMZat6ewnxOg== |
965 | 960 | dependencies:
|
966 |
| - "@commitlint/config-angular-type-enum" "^9.1.2" |
| 961 | + conventional-changelog-conventionalcommits "4.3.0" |
967 | 962 |
|
968 | 963 | "@commitlint/ensure@^9.1.2":
|
969 | 964 | version "9.1.2"
|
@@ -2691,6 +2686,14 @@ commondir@^1.0.1:
|
2691 | 2686 | resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
2692 | 2687 | integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
|
2693 | 2688 |
|
| 2689 | +compare-func@^1.3.1: |
| 2690 | + version "1.3.4" |
| 2691 | + resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-1.3.4.tgz#6b07c4c5e8341119baf44578085bda0f4a823516" |
| 2692 | + integrity sha512-sq2sWtrqKPkEXAC8tEJA1+BqAH9GbFkGBtUOqrUX57VSfwp8xyktctk+uLoRy5eccTdxzDcVIztlYDpKs3Jv1Q== |
| 2693 | + dependencies: |
| 2694 | + array-ify "^1.0.0" |
| 2695 | + dot-prop "^3.0.0" |
| 2696 | + |
2694 | 2697 | compare-func@^2.0.0:
|
2695 | 2698 | version "2.0.0"
|
2696 | 2699 | resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
|
@@ -2787,6 +2790,15 @@ conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.10:
|
2787 | 2790 | compare-func "^2.0.0"
|
2788 | 2791 | q "^1.5.1"
|
2789 | 2792 |
|
| 2793 | + |
| 2794 | + version "4.3.0" |
| 2795 | + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.0.tgz#c4205a659f7ca9d7881f29ee78a4e7d6aeb8b3c2" |
| 2796 | + integrity sha512-oYHydvZKU+bS8LnGqTMlNrrd7769EsuEHKy4fh1oMdvvDi7fem8U+nvfresJ1IDB8K00Mn4LpiA/lR+7Gs6rgg== |
| 2797 | + dependencies: |
| 2798 | + compare-func "^1.3.1" |
| 2799 | + lodash "^4.17.15" |
| 2800 | + q "^1.5.1" |
| 2801 | + |
2790 | 2802 | conventional-changelog-core@^4.1.7:
|
2791 | 2803 | version "4.2.0"
|
2792 | 2804 | resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.2.0.tgz#d8befd1e1f5126bf35a17668276cc8c244650469"
|
@@ -3301,6 +3313,13 @@ dot-case@^2.1.0:
|
3301 | 3313 | dependencies:
|
3302 | 3314 | no-case "^2.2.0"
|
3303 | 3315 |
|
| 3316 | +dot-prop@^3.0.0: |
| 3317 | + version "3.0.0" |
| 3318 | + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177" |
| 3319 | + integrity sha1-G3CK8JSknJoOfbyteQq6U52sEXc= |
| 3320 | + dependencies: |
| 3321 | + is-obj "^1.0.0" |
| 3322 | + |
3304 | 3323 | dot-prop@^5.1.0, dot-prop@^5.2.0:
|
3305 | 3324 | version "5.2.0"
|
3306 | 3325 | resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
|
@@ -4955,7 +4974,7 @@ is-number@^7.0.0:
|
4955 | 4974 | resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
|
4956 | 4975 | integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
4957 | 4976 |
|
4958 |
| -is-obj@^1.0.1: |
| 4977 | +is-obj@^1.0.0, is-obj@^1.0.1: |
4959 | 4978 | version "1.0.1"
|
4960 | 4979 | resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
|
4961 | 4980 | integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
|
|
0 commit comments