@@ -2377,6 +2377,14 @@ compare-func@^1.3.1:
2377
2377
array-ify "^1.0.0"
2378
2378
dot-prop "^3.0.0"
2379
2379
2380
+ compare-func@^2.0.0 :
2381
+ version "2.0.0"
2382
+ resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
2383
+ integrity sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==
2384
+ dependencies :
2385
+ array-ify "^1.0.0"
2386
+ dot-prop "^5.1.0"
2387
+
2380
2388
compare-versions@^3.6.0 :
2381
2389
version "3.6.0"
2382
2390
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
@@ -2463,14 +2471,22 @@ contains-path@^0.1.0:
2463
2471
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
2464
2472
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
2465
2473
2466
- conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.10 :
2474
+ conventional-changelog-angular@^5.0.0 :
2467
2475
version "5.0.10"
2468
2476
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.10.tgz#5cf7b00dd315b6a6a558223c80d5ef24ddb34205"
2469
2477
integrity sha512-k7RPPRs0vp8+BtPsM9uDxRl6KcgqtCJmzRD1wRtgqmhQ96g8ifBGo9O/TZBG23jqlXS/rg8BKRDELxfnQQGiaA==
2470
2478
dependencies :
2471
2479
compare-func "^1.3.1"
2472
2480
q "^1.5.1"
2473
2481
2482
+ conventional-changelog-angular@^5.0.11 :
2483
+ version "5.0.11"
2484
+ resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.11.tgz#99a3ca16e4a5305e0c2c2fae3ef74fd7631fc3fb"
2485
+ integrity sha512-nSLypht/1yEflhuTogC03i7DX7sOrXGsRn14g131Potqi6cbGbGEE9PSDEHKldabB6N76HiSyw9Ph+kLmC04Qw==
2486
+ dependencies :
2487
+ compare-func "^2.0.0"
2488
+ q "^1.5.1"
2489
+
2474
2490
conventional-changelog-atom@^2.0.7 :
2475
2491
version "2.0.7"
2476
2492
resolved "https://registry.yarnpkg.com/conventional-changelog-atom/-/conventional-changelog-atom-2.0.7.tgz#221575253a04f77a2fd273eb2bf29a138f710abf"
@@ -2490,7 +2506,7 @@ conventional-changelog-config-spec@2.1.0:
2490
2506
resolved "https://registry.yarnpkg.com/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.1.0.tgz#874a635287ef8b581fd8558532bf655d4fb59f2d"
2491
2507
integrity sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ==
2492
2508
2493
- conventional-changelog-conventionalcommits@4.3.0, conventional-changelog-conventionalcommits@^4.3.0 :
2509
+ conventional-changelog-conventionalcommits@4.3.0 :
2494
2510
version "4.3.0"
2495
2511
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.0.tgz#c4205a659f7ca9d7881f29ee78a4e7d6aeb8b3c2"
2496
2512
integrity sha512-oYHydvZKU+bS8LnGqTMlNrrd7769EsuEHKy4fh1oMdvvDi7fem8U+nvfresJ1IDB8K00Mn4LpiA/lR+7Gs6rgg==
@@ -2499,19 +2515,28 @@ conventional-changelog-conventionalcommits@4.3.0, conventional-changelog-convent
2499
2515
lodash "^4.17.15"
2500
2516
q "^1.5.1"
2501
2517
2502
- conventional-changelog-core@^4.1.7 :
2503
- version "4.1.7"
2504
- resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.1.7.tgz#6b5cdadda4430895cc4a75a73dd8b36e322ab346"
2505
- integrity sha512-UBvSrQR2RdKbSQKh7RhueiiY4ZAIOW3+CSWdtKOwRv+KxIMNFKm1rOcGBFx0eA8AKhGkkmmacoTWJTqyz7Q0VA==
2518
+ conventional-changelog-conventionalcommits@4.4.0, conventional-changelog-conventionalcommits@^4.4.0 :
2519
+ version "4.4.0"
2520
+ resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.4.0.tgz#8d96687141c9bbd725a89b95c04966d364194cd4"
2521
+ integrity sha512-ybvx76jTh08tpaYrYn/yd0uJNLt5yMrb1BphDe4WBredMlvPisvMghfpnJb6RmRNcqXeuhR6LfGZGewbkRm9yA==
2522
+ dependencies :
2523
+ compare-func "^2.0.0"
2524
+ lodash "^4.17.15"
2525
+ q "^1.5.1"
2526
+
2527
+ conventional-changelog-core@^4.2.0 :
2528
+ version "4.2.0"
2529
+ resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.2.0.tgz#d8befd1e1f5126bf35a17668276cc8c244650469"
2530
+ integrity sha512-8+xMvN6JvdDtPbGBqA7oRNyZD4od1h/SIzrWqHcKZjitbVXrFpozEeyn4iI4af1UwdrabQpiZMaV07fPUTGd4w==
2506
2531
dependencies :
2507
2532
add-stream "^1.0.0"
2508
- conventional-changelog-writer "^4.0.16 "
2533
+ conventional-changelog-writer "^4.0.17 "
2509
2534
conventional-commits-parser "^3.1.0"
2510
2535
dateformat "^3.0.0"
2511
2536
get-pkg-repo "^1.0.0"
2512
2537
git-raw-commits "2.0.0"
2513
2538
git-remote-origin-url "^2.0.0"
2514
- git-semver-tags "^4.0 .0"
2539
+ git-semver-tags "^4.1 .0"
2515
2540
lodash "^4.17.15"
2516
2541
normalize-package-data "^2.3.5"
2517
2542
q "^1.5.1"
@@ -2548,25 +2573,25 @@ conventional-changelog-jquery@^3.0.10:
2548
2573
dependencies :
2549
2574
q "^1.5.1"
2550
2575
2551
- conventional-changelog-jshint@^2.0.7 :
2552
- version "2.0.7 "
2553
- resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.7 .tgz#955a69266951cd31e8afeb3f1c55e0517fdca943 "
2554
- integrity sha512-qHA8rmwUnLiIxANJbz650+NVzqDIwNtc0TcpIa0+uekbmKHttidvQ1dGximU3vEDdoJVKFgR3TXFqYuZmYy9ZQ ==
2576
+ conventional-changelog-jshint@^2.0.8 :
2577
+ version "2.0.8 "
2578
+ resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.8 .tgz#3fff4df8cb46037f77b9dc3f8e354c7f99332f13 "
2579
+ integrity sha512-hB/iI0IiZwnZ+seYI+qEQ4b+EMQSEC8jGIvhO2Vpz1E5p8FgLz75OX8oB1xJWl+s4xBMB6f8zJr0tC/BL7YOjw ==
2555
2580
dependencies :
2556
- compare-func "^1.3.1 "
2581
+ compare-func "^2.0.0 "
2557
2582
q "^1.5.1"
2558
2583
2559
2584
conventional-changelog-preset-loader@^2.3.4 :
2560
2585
version "2.3.4"
2561
2586
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz#14a855abbffd59027fd602581f1f34d9862ea44c"
2562
2587
integrity sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==
2563
2588
2564
- conventional-changelog-writer@^4.0.16 :
2565
- version "4.0.16 "
2566
- resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.16 .tgz#ca10f2691a8ea6d3c2eb74bd35bcf40aa052dda5 "
2567
- integrity sha512-jmU1sDJDZpm/dkuFxBeRXvyNcJQeKhGtVcFFkwTphUAzyYWcwz2j36Wcv+Mv2hU3tpvLMkysOPXJTLO55AUrYQ ==
2589
+ conventional-changelog-writer@^4.0.17 :
2590
+ version "4.0.17 "
2591
+ resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.17 .tgz#4753aaa138bf5aa59c0b274cb5937efcd2722e21 "
2592
+ integrity sha512-IKQuK3bib/n032KWaSb8YlBFds+aLmzENtnKtxJy3+HqDq5kohu3g/UdNbIHeJWygfnEbZjnCKFxAW0y7ArZAw ==
2568
2593
dependencies :
2569
- compare-func "^1.3.1 "
2594
+ compare-func "^2.0.0 "
2570
2595
conventional-commits-filter "^2.0.6"
2571
2596
dateformat "^3.0.0"
2572
2597
handlebars "^4.7.6"
@@ -2577,21 +2602,21 @@ conventional-changelog-writer@^4.0.16:
2577
2602
split "^1.0.0"
2578
2603
through2 "^3.0.0"
2579
2604
2580
- conventional-changelog@3.1.21 :
2581
- version "3.1.21 "
2582
- resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.21 .tgz#4a774e6bf503acfd7e4685bb750da8c0eccf1e0d "
2583
- integrity sha512-ZGecVZPEo3aC75VVE4nu85589dDhpMyqfqgUM5Myq6wfKWiNqhDJLSDMsc8qKXshZoY7dqs1hR0H/15kI/G2jQ ==
2605
+ conventional-changelog@3.1.23 :
2606
+ version "3.1.23 "
2607
+ resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.23 .tgz#d696408021b579a3814aba79b38729ed86478aea "
2608
+ integrity sha512-sScUu2NHusjRC1dPc5p8/b3kT78OYr95/Bx7Vl8CPB8tF2mG1xei5iylDTRjONV5hTlzt+Cn/tBWrKdd299b7A ==
2584
2609
dependencies :
2585
- conventional-changelog-angular "^5.0.10 "
2610
+ conventional-changelog-angular "^5.0.11 "
2586
2611
conventional-changelog-atom "^2.0.7"
2587
2612
conventional-changelog-codemirror "^2.0.7"
2588
- conventional-changelog-conventionalcommits "^4.3 .0"
2589
- conventional-changelog-core "^4.1.7 "
2613
+ conventional-changelog-conventionalcommits "^4.4 .0"
2614
+ conventional-changelog-core "^4.2.0 "
2590
2615
conventional-changelog-ember "^2.0.8"
2591
2616
conventional-changelog-eslint "^3.0.8"
2592
2617
conventional-changelog-express "^2.0.5"
2593
2618
conventional-changelog-jquery "^3.0.10"
2594
- conventional-changelog-jshint "^2.0.7 "
2619
+ conventional-changelog-jshint "^2.0.8 "
2595
2620
conventional-changelog-preset-loader "^2.3.4"
2596
2621
2597
2622
conventional-commits-filter@^2.0.6 :
@@ -2628,17 +2653,17 @@ conventional-commits-parser@^3.1.0:
2628
2653
through2 "^3.0.0"
2629
2654
trim-off-newlines "^1.0.0"
2630
2655
2631
- conventional-recommended-bump@6.0.9 :
2632
- version "6.0.9 "
2633
- resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.0.9 .tgz#49ee74f52fbafcc63e89e2297d020279fea318f0 "
2634
- integrity sha512-DpRmW1k8CpRrcsXHOPGgHgOd4BMGiq2gtXAveGM8B9pSd9b4r4WKnqp1Fd0vkDtk8l973mIk8KKKUYnKRr9SFw ==
2656
+ conventional-recommended-bump@6.0.10 :
2657
+ version "6.0.10 "
2658
+ resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.0.10 .tgz#ac2fb3e31bad2aeda80086b345bf0c52edd1d1b3 "
2659
+ integrity sha512-2ibrqAFMN3ZA369JgVoSbajdD/BHN6zjY7DZFKTHzyzuQejDUCjQ85S5KHxCRxNwsbDJhTPD5hOKcis/jQhRgg ==
2635
2660
dependencies :
2636
2661
concat-stream "^2.0.0"
2637
2662
conventional-changelog-preset-loader "^2.3.4"
2638
2663
conventional-commits-filter "^2.0.6"
2639
2664
conventional-commits-parser "^3.1.0"
2640
2665
git-raw-commits "2.0.0"
2641
- git-semver-tags "^4.0 .0"
2666
+ git-semver-tags "^4.1 .0"
2642
2667
meow "^7.0.0"
2643
2668
q "^1.5.1"
2644
2669
@@ -3042,6 +3067,13 @@ dot-prop@^3.0.0:
3042
3067
dependencies :
3043
3068
is-obj "^1.0.0"
3044
3069
3070
+ dot-prop@^5.1.0 :
3071
+ version "5.2.0"
3072
+ resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
3073
+ integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==
3074
+ dependencies :
3075
+ is-obj "^2.0.0"
3076
+
3045
3077
dotgitignore@^2.1.0 :
3046
3078
version "2.1.0"
3047
3079
resolved "https://registry.yarnpkg.com/dotgitignore/-/dotgitignore-2.1.0.tgz#a4b15a4e4ef3cf383598aaf1dfa4a04bcc089b7b"
@@ -4007,10 +4039,10 @@ git-remote-origin-url@^2.0.0:
4007
4039
gitconfiglocal "^1.0.0"
4008
4040
pify "^2.3.0"
4009
4041
4010
- git-semver-tags@^4.0.0 :
4011
- version "4.0 .0"
4012
- resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-4.0 .0.tgz#a9dd58a0dd3561a4a9898b7e9731cf441c98fc38 "
4013
- integrity sha512-LajaAWLYVBff+1NVircURJFL8TQ3EMIcLAfHisWYX/nPoMwnTYfWAznQDmMujlLqoD12VtLmoSrF1sQ5MhimEQ ==
4042
+ git-semver-tags@^4.0.0, git-semver-tags@^4.1.0 :
4043
+ version "4.1 .0"
4044
+ resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-4.1 .0.tgz#0146c9bc24ee96104c99f443071c8c2d7dc848e3 "
4045
+ integrity sha512-TcxAGeo03HdErzKzi4fDD+xEL7gi8r2Y5YSxH6N2XYdVSV5UkBwfrt7Gqo1b+uSHCjy/sa9Y6BBBxxFLxfbhTg ==
4014
4046
dependencies :
4015
4047
meow "^7.0.0"
4016
4048
semver "^6.0.0"
@@ -4606,6 +4638,11 @@ is-obj@^1.0.0:
4606
4638
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
4607
4639
integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
4608
4640
4641
+ is-obj@^2.0.0 :
4642
+ version "2.0.0"
4643
+ resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
4644
+ integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
4645
+
4609
4646
is-object@^1.0.1 :
4610
4647
version "1.0.1"
4611
4648
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470"
@@ -7816,16 +7853,16 @@ stack-utils@^1.0.1:
7816
7853
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
7817
7854
integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==
7818
7855
7819
- standard-version@^8 .0.0 :
7820
- version "8 .0.2 "
7821
- resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-8 .0.2 .tgz#02ed7131f83046bd04358dc54f97d42c4b2fd828 "
7822
- integrity sha512-L8X9KFq2SmVmaeZgUmWHFJMOsEWpjgFAwqic6yIIoveM1kdw1vH4Io03WWxUDjypjGqGU6qUtcJoR8UvOv5w3g ==
7856
+ standard-version@^9 .0.0 :
7857
+ version "9 .0.0 "
7858
+ resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9 .0.0 .tgz#814055add91eec8679a773768927f927183fc818 "
7859
+ integrity sha512-eRR04IscMP3xW9MJTykwz13HFNYs8jS33AGuDiBKgfo5YrO0qX0Nxb4rjupVwT5HDYL/aR+MBEVLjlmVFmFEDQ ==
7823
7860
dependencies :
7824
7861
chalk "^2.4.2"
7825
- conventional-changelog "3.1.21 "
7862
+ conventional-changelog "3.1.23 "
7826
7863
conventional-changelog-config-spec "2.1.0"
7827
- conventional-changelog-conventionalcommits "4.3 .0"
7828
- conventional-recommended-bump "6.0.9 "
7864
+ conventional-changelog-conventionalcommits "4.4 .0"
7865
+ conventional-recommended-bump "6.0.10 "
7829
7866
detect-indent "^6.0.0"
7830
7867
detect-newline "^3.1.0"
7831
7868
dotgitignore "^2.1.0"
0 commit comments