@@ -2392,6 +2392,14 @@ compare-func@^1.3.1:
2392
2392
array-ify "^1.0.0"
2393
2393
dot-prop "^3.0.0"
2394
2394
2395
+ compare-func@^2.0.0 :
2396
+ version "2.0.0"
2397
+ resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
2398
+ integrity sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==
2399
+ dependencies :
2400
+ array-ify "^1.0.0"
2401
+ dot-prop "^5.1.0"
2402
+
2395
2403
compare-versions@^3.6.0 :
2396
2404
version "3.6.0"
2397
2405
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
@@ -2478,14 +2486,22 @@ contains-path@^0.1.0:
2478
2486
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
2479
2487
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
2480
2488
2481
- conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.10 :
2489
+ conventional-changelog-angular@^5.0.0 :
2482
2490
version "5.0.10"
2483
2491
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.10.tgz#5cf7b00dd315b6a6a558223c80d5ef24ddb34205"
2484
2492
integrity sha512-k7RPPRs0vp8+BtPsM9uDxRl6KcgqtCJmzRD1wRtgqmhQ96g8ifBGo9O/TZBG23jqlXS/rg8BKRDELxfnQQGiaA==
2485
2493
dependencies :
2486
2494
compare-func "^1.3.1"
2487
2495
q "^1.5.1"
2488
2496
2497
+ conventional-changelog-angular@^5.0.11 :
2498
+ version "5.0.11"
2499
+ resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.11.tgz#99a3ca16e4a5305e0c2c2fae3ef74fd7631fc3fb"
2500
+ integrity sha512-nSLypht/1yEflhuTogC03i7DX7sOrXGsRn14g131Potqi6cbGbGEE9PSDEHKldabB6N76HiSyw9Ph+kLmC04Qw==
2501
+ dependencies :
2502
+ compare-func "^2.0.0"
2503
+ q "^1.5.1"
2504
+
2489
2505
conventional-changelog-atom@^2.0.7 :
2490
2506
version "2.0.7"
2491
2507
resolved "https://registry.yarnpkg.com/conventional-changelog-atom/-/conventional-changelog-atom-2.0.7.tgz#221575253a04f77a2fd273eb2bf29a138f710abf"
@@ -2505,7 +2521,7 @@ conventional-changelog-config-spec@2.1.0:
2505
2521
resolved "https://registry.yarnpkg.com/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.1.0.tgz#874a635287ef8b581fd8558532bf655d4fb59f2d"
2506
2522
integrity sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ==
2507
2523
2508
- conventional-changelog-conventionalcommits@4.3.0, conventional-changelog-conventionalcommits@^4.3.0 :
2524
+ conventional-changelog-conventionalcommits@4.3.0 :
2509
2525
version "4.3.0"
2510
2526
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.0.tgz#c4205a659f7ca9d7881f29ee78a4e7d6aeb8b3c2"
2511
2527
integrity sha512-oYHydvZKU+bS8LnGqTMlNrrd7769EsuEHKy4fh1oMdvvDi7fem8U+nvfresJ1IDB8K00Mn4LpiA/lR+7Gs6rgg==
@@ -2514,19 +2530,28 @@ conventional-changelog-conventionalcommits@4.3.0, conventional-changelog-convent
2514
2530
lodash "^4.17.15"
2515
2531
q "^1.5.1"
2516
2532
2517
- conventional-changelog-core@^4.1.7 :
2518
- version "4.1.7"
2519
- resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.1.7.tgz#6b5cdadda4430895cc4a75a73dd8b36e322ab346"
2520
- integrity sha512-UBvSrQR2RdKbSQKh7RhueiiY4ZAIOW3+CSWdtKOwRv+KxIMNFKm1rOcGBFx0eA8AKhGkkmmacoTWJTqyz7Q0VA==
2533
+ conventional-changelog-conventionalcommits@4.4.0, conventional-changelog-conventionalcommits@^4.4.0 :
2534
+ version "4.4.0"
2535
+ resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.4.0.tgz#8d96687141c9bbd725a89b95c04966d364194cd4"
2536
+ integrity sha512-ybvx76jTh08tpaYrYn/yd0uJNLt5yMrb1BphDe4WBredMlvPisvMghfpnJb6RmRNcqXeuhR6LfGZGewbkRm9yA==
2537
+ dependencies :
2538
+ compare-func "^2.0.0"
2539
+ lodash "^4.17.15"
2540
+ q "^1.5.1"
2541
+
2542
+ conventional-changelog-core@^4.2.0 :
2543
+ version "4.2.0"
2544
+ resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.2.0.tgz#d8befd1e1f5126bf35a17668276cc8c244650469"
2545
+ integrity sha512-8+xMvN6JvdDtPbGBqA7oRNyZD4od1h/SIzrWqHcKZjitbVXrFpozEeyn4iI4af1UwdrabQpiZMaV07fPUTGd4w==
2521
2546
dependencies :
2522
2547
add-stream "^1.0.0"
2523
- conventional-changelog-writer "^4.0.16 "
2548
+ conventional-changelog-writer "^4.0.17 "
2524
2549
conventional-commits-parser "^3.1.0"
2525
2550
dateformat "^3.0.0"
2526
2551
get-pkg-repo "^1.0.0"
2527
2552
git-raw-commits "2.0.0"
2528
2553
git-remote-origin-url "^2.0.0"
2529
- git-semver-tags "^4.0 .0"
2554
+ git-semver-tags "^4.1 .0"
2530
2555
lodash "^4.17.15"
2531
2556
normalize-package-data "^2.3.5"
2532
2557
q "^1.5.1"
@@ -2563,25 +2588,25 @@ conventional-changelog-jquery@^3.0.10:
2563
2588
dependencies :
2564
2589
q "^1.5.1"
2565
2590
2566
- conventional-changelog-jshint@^2.0.7 :
2567
- version "2.0.7 "
2568
- resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.7 .tgz#955a69266951cd31e8afeb3f1c55e0517fdca943 "
2569
- integrity sha512-qHA8rmwUnLiIxANJbz650+NVzqDIwNtc0TcpIa0+uekbmKHttidvQ1dGximU3vEDdoJVKFgR3TXFqYuZmYy9ZQ ==
2591
+ conventional-changelog-jshint@^2.0.8 :
2592
+ version "2.0.8 "
2593
+ resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.8 .tgz#3fff4df8cb46037f77b9dc3f8e354c7f99332f13 "
2594
+ integrity sha512-hB/iI0IiZwnZ+seYI+qEQ4b+EMQSEC8jGIvhO2Vpz1E5p8FgLz75OX8oB1xJWl+s4xBMB6f8zJr0tC/BL7YOjw ==
2570
2595
dependencies :
2571
- compare-func "^1.3.1 "
2596
+ compare-func "^2.0.0 "
2572
2597
q "^1.5.1"
2573
2598
2574
2599
conventional-changelog-preset-loader@^2.3.4 :
2575
2600
version "2.3.4"
2576
2601
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz#14a855abbffd59027fd602581f1f34d9862ea44c"
2577
2602
integrity sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==
2578
2603
2579
- conventional-changelog-writer@^4.0.16 :
2580
- version "4.0.16 "
2581
- resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.16 .tgz#ca10f2691a8ea6d3c2eb74bd35bcf40aa052dda5 "
2582
- integrity sha512-jmU1sDJDZpm/dkuFxBeRXvyNcJQeKhGtVcFFkwTphUAzyYWcwz2j36Wcv+Mv2hU3tpvLMkysOPXJTLO55AUrYQ ==
2604
+ conventional-changelog-writer@^4.0.17 :
2605
+ version "4.0.17 "
2606
+ resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.17 .tgz#4753aaa138bf5aa59c0b274cb5937efcd2722e21 "
2607
+ integrity sha512-IKQuK3bib/n032KWaSb8YlBFds+aLmzENtnKtxJy3+HqDq5kohu3g/UdNbIHeJWygfnEbZjnCKFxAW0y7ArZAw ==
2583
2608
dependencies :
2584
- compare-func "^1.3.1 "
2609
+ compare-func "^2.0.0 "
2585
2610
conventional-commits-filter "^2.0.6"
2586
2611
dateformat "^3.0.0"
2587
2612
handlebars "^4.7.6"
@@ -2592,21 +2617,21 @@ conventional-changelog-writer@^4.0.16:
2592
2617
split "^1.0.0"
2593
2618
through2 "^3.0.0"
2594
2619
2595
- conventional-changelog@3.1.21 :
2596
- version "3.1.21 "
2597
- resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.21 .tgz#4a774e6bf503acfd7e4685bb750da8c0eccf1e0d "
2598
- integrity sha512-ZGecVZPEo3aC75VVE4nu85589dDhpMyqfqgUM5Myq6wfKWiNqhDJLSDMsc8qKXshZoY7dqs1hR0H/15kI/G2jQ ==
2620
+ conventional-changelog@3.1.23 :
2621
+ version "3.1.23 "
2622
+ resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.23 .tgz#d696408021b579a3814aba79b38729ed86478aea "
2623
+ integrity sha512-sScUu2NHusjRC1dPc5p8/b3kT78OYr95/Bx7Vl8CPB8tF2mG1xei5iylDTRjONV5hTlzt+Cn/tBWrKdd299b7A ==
2599
2624
dependencies :
2600
- conventional-changelog-angular "^5.0.10 "
2625
+ conventional-changelog-angular "^5.0.11 "
2601
2626
conventional-changelog-atom "^2.0.7"
2602
2627
conventional-changelog-codemirror "^2.0.7"
2603
- conventional-changelog-conventionalcommits "^4.3 .0"
2604
- conventional-changelog-core "^4.1.7 "
2628
+ conventional-changelog-conventionalcommits "^4.4 .0"
2629
+ conventional-changelog-core "^4.2.0 "
2605
2630
conventional-changelog-ember "^2.0.8"
2606
2631
conventional-changelog-eslint "^3.0.8"
2607
2632
conventional-changelog-express "^2.0.5"
2608
2633
conventional-changelog-jquery "^3.0.10"
2609
- conventional-changelog-jshint "^2.0.7 "
2634
+ conventional-changelog-jshint "^2.0.8 "
2610
2635
conventional-changelog-preset-loader "^2.3.4"
2611
2636
2612
2637
conventional-commits-filter@^2.0.6 :
@@ -2643,17 +2668,17 @@ conventional-commits-parser@^3.1.0:
2643
2668
through2 "^3.0.0"
2644
2669
trim-off-newlines "^1.0.0"
2645
2670
2646
- conventional-recommended-bump@6.0.9 :
2647
- version "6.0.9 "
2648
- resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.0.9 .tgz#49ee74f52fbafcc63e89e2297d020279fea318f0 "
2649
- integrity sha512-DpRmW1k8CpRrcsXHOPGgHgOd4BMGiq2gtXAveGM8B9pSd9b4r4WKnqp1Fd0vkDtk8l973mIk8KKKUYnKRr9SFw ==
2671
+ conventional-recommended-bump@6.0.10 :
2672
+ version "6.0.10 "
2673
+ resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.0.10 .tgz#ac2fb3e31bad2aeda80086b345bf0c52edd1d1b3 "
2674
+ integrity sha512-2ibrqAFMN3ZA369JgVoSbajdD/BHN6zjY7DZFKTHzyzuQejDUCjQ85S5KHxCRxNwsbDJhTPD5hOKcis/jQhRgg ==
2650
2675
dependencies :
2651
2676
concat-stream "^2.0.0"
2652
2677
conventional-changelog-preset-loader "^2.3.4"
2653
2678
conventional-commits-filter "^2.0.6"
2654
2679
conventional-commits-parser "^3.1.0"
2655
2680
git-raw-commits "2.0.0"
2656
- git-semver-tags "^4.0 .0"
2681
+ git-semver-tags "^4.1 .0"
2657
2682
meow "^7.0.0"
2658
2683
q "^1.5.1"
2659
2684
@@ -3057,6 +3082,13 @@ dot-prop@^3.0.0:
3057
3082
dependencies :
3058
3083
is-obj "^1.0.0"
3059
3084
3085
+ dot-prop@^5.1.0 :
3086
+ version "5.2.0"
3087
+ resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
3088
+ integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==
3089
+ dependencies :
3090
+ is-obj "^2.0.0"
3091
+
3060
3092
dotgitignore@^2.1.0 :
3061
3093
version "2.1.0"
3062
3094
resolved "https://registry.yarnpkg.com/dotgitignore/-/dotgitignore-2.1.0.tgz#a4b15a4e4ef3cf383598aaf1dfa4a04bcc089b7b"
@@ -4022,10 +4054,10 @@ git-remote-origin-url@^2.0.0:
4022
4054
gitconfiglocal "^1.0.0"
4023
4055
pify "^2.3.0"
4024
4056
4025
- git-semver-tags@^4.0.0 :
4026
- version "4.0 .0"
4027
- resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-4.0 .0.tgz#a9dd58a0dd3561a4a9898b7e9731cf441c98fc38 "
4028
- integrity sha512-LajaAWLYVBff+1NVircURJFL8TQ3EMIcLAfHisWYX/nPoMwnTYfWAznQDmMujlLqoD12VtLmoSrF1sQ5MhimEQ ==
4057
+ git-semver-tags@^4.0.0, git-semver-tags@^4.1.0 :
4058
+ version "4.1 .0"
4059
+ resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-4.1 .0.tgz#0146c9bc24ee96104c99f443071c8c2d7dc848e3 "
4060
+ integrity sha512-TcxAGeo03HdErzKzi4fDD+xEL7gi8r2Y5YSxH6N2XYdVSV5UkBwfrt7Gqo1b+uSHCjy/sa9Y6BBBxxFLxfbhTg ==
4029
4061
dependencies :
4030
4062
meow "^7.0.0"
4031
4063
semver "^6.0.0"
@@ -4621,6 +4653,11 @@ is-obj@^1.0.0:
4621
4653
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
4622
4654
integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
4623
4655
4656
+ is-obj@^2.0.0 :
4657
+ version "2.0.0"
4658
+ resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
4659
+ integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
4660
+
4624
4661
is-object@^1.0.1 :
4625
4662
version "1.0.1"
4626
4663
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470"
@@ -7831,16 +7868,16 @@ stack-utils@^1.0.1:
7831
7868
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
7832
7869
integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==
7833
7870
7834
- standard-version@^8 .0.0 :
7835
- version "8 .0.2 "
7836
- resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-8 .0.2 .tgz#02ed7131f83046bd04358dc54f97d42c4b2fd828 "
7837
- integrity sha512-L8X9KFq2SmVmaeZgUmWHFJMOsEWpjgFAwqic6yIIoveM1kdw1vH4Io03WWxUDjypjGqGU6qUtcJoR8UvOv5w3g ==
7871
+ standard-version@^9 .0.0 :
7872
+ version "9 .0.0 "
7873
+ resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9 .0.0 .tgz#814055add91eec8679a773768927f927183fc818 "
7874
+ integrity sha512-eRR04IscMP3xW9MJTykwz13HFNYs8jS33AGuDiBKgfo5YrO0qX0Nxb4rjupVwT5HDYL/aR+MBEVLjlmVFmFEDQ ==
7838
7875
dependencies :
7839
7876
chalk "^2.4.2"
7840
- conventional-changelog "3.1.21 "
7877
+ conventional-changelog "3.1.23 "
7841
7878
conventional-changelog-config-spec "2.1.0"
7842
- conventional-changelog-conventionalcommits "4.3 .0"
7843
- conventional-recommended-bump "6.0.9 "
7879
+ conventional-changelog-conventionalcommits "4.4 .0"
7880
+ conventional-recommended-bump "6.0.10 "
7844
7881
detect-indent "^6.0.0"
7845
7882
detect-newline "^3.1.0"
7846
7883
dotgitignore "^2.1.0"
0 commit comments