|
355 | 355 | resolve-global "1.0.0"
|
356 | 356 | yargs "^15.1.0"
|
357 | 357 |
|
358 |
| -"@commitlint/config-conventional@^9.0.1": |
359 |
| - version "9.1.2" |
360 |
| - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-9.1.2.tgz#9920ad60a2ac64eedad01845b331c970cf854a71" |
361 |
| - integrity sha512-2zfnsrBJuCNJEKMEmltYlCUEoQNE4anvEBI/SYEuiB1JYXYaELijobDBpqhUVjh5NEpprNTY16oMZat6ewnxOg== |
| 358 | +"@commitlint/config-conventional@^11.0.0": |
| 359 | + version "11.0.0" |
| 360 | + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-11.0.0.tgz#3fa300a1b639273946de3c3f15e1cda518333422" |
| 361 | + integrity sha512-SNDRsb5gLuDd2PL83yCOQX6pE7gevC79UPFx+GLbLfw6jGnnbO9/tlL76MLD8MOViqGbo7ZicjChO9Gn+7tHhA== |
362 | 362 | dependencies:
|
363 |
| - conventional-changelog-conventionalcommits "4.3.0" |
| 363 | + conventional-changelog-conventionalcommits "^4.3.1" |
364 | 364 |
|
365 | 365 | "@commitlint/ensure@^9.1.2":
|
366 | 366 | version "9.1.2"
|
@@ -3350,14 +3350,6 @@ commondir@^1.0.1:
|
3350 | 3350 | resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
3351 | 3351 | integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
|
3352 | 3352 |
|
3353 |
| -compare-func@^1.3.1: |
3354 |
| - version "1.3.4" |
3355 |
| - resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-1.3.4.tgz#6b07c4c5e8341119baf44578085bda0f4a823516" |
3356 |
| - integrity sha512-sq2sWtrqKPkEXAC8tEJA1+BqAH9GbFkGBtUOqrUX57VSfwp8xyktctk+uLoRy5eccTdxzDcVIztlYDpKs3Jv1Q== |
3357 |
| - dependencies: |
3358 |
| - array-ify "^1.0.0" |
3359 |
| - dot-prop "^3.0.0" |
3360 |
| - |
3361 | 3353 | compare-func@^2.0.0:
|
3362 | 3354 | version "2.0.0"
|
3363 | 3355 | resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
|
@@ -3489,12 +3481,12 @@ conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.3:
|
3489 | 3481 | compare-func "^2.0.0"
|
3490 | 3482 | q "^1.5.1"
|
3491 | 3483 |
|
3492 |
| - |
3493 |
| - version "4.3.0" |
3494 |
| - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.0.tgz#c4205a659f7ca9d7881f29ee78a4e7d6aeb8b3c2" |
3495 |
| - integrity sha512-oYHydvZKU+bS8LnGqTMlNrrd7769EsuEHKy4fh1oMdvvDi7fem8U+nvfresJ1IDB8K00Mn4LpiA/lR+7Gs6rgg== |
| 3484 | +conventional-changelog-conventionalcommits@^4.3.1: |
| 3485 | + version "4.5.0" |
| 3486 | + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.5.0.tgz#a02e0b06d11d342fdc0f00c91d78265ed0bc0a62" |
| 3487 | + integrity sha512-buge9xDvjjOxJlyxUnar/+6i/aVEVGA7EEh4OafBCXPlLUQPGbRUBhBUveWRxzvR8TEjhKEP4BdepnpG2FSZXw== |
3496 | 3488 | dependencies:
|
3497 |
| - compare-func "^1.3.1" |
| 3489 | + compare-func "^2.0.0" |
3498 | 3490 | lodash "^4.17.15"
|
3499 | 3491 | q "^1.5.1"
|
3500 | 3492 |
|
|
4170 | 4162 | resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.0.8.tgz#6ef89d2d227d041af139c7b01d9f67ed59c2eb3c"
|
4171 | 4163 | integrity sha512-vIOSyOXkMx81ghEalh4MLBtDHMx1bhKlaqHDMqM2yeitJ996SLOk5mGdDpI9ifJAgokred8Rmu219fX4OltqXw==
|
4172 | 4164 |
|
4173 |
| -dot-prop@^3.0.0: |
4174 |
| - version "3.0.0" |
4175 |
| - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177" |
4176 |
| - integrity sha1-G3CK8JSknJoOfbyteQq6U52sEXc= |
4177 |
| - dependencies: |
4178 |
| - is-obj "^1.0.0" |
4179 |
| - |
4180 | 4165 | dot-prop@^4.2.0:
|
4181 | 4166 | version "4.2.1"
|
4182 | 4167 | resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4"
|
|
0 commit comments