@@ -871,9 +871,10 @@ enhance-visitors@^1.0.0:
871
871
dependencies :
872
872
lodash "^4.13.1"
873
873
874
- entities@~1.1.1 :
875
- version "1.1.1"
876
- resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
874
+ entities@~2.0.0 :
875
+ version "2.0.3"
876
+ resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f"
877
+ integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
877
878
878
879
env-editor@^0.3.1 :
879
880
version "0.3.1"
@@ -1670,6 +1671,11 @@ ignore@^3.3.3, ignore@^3.3.5, ignore@^3.3.6:
1670
1671
version "3.3.7"
1671
1672
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
1672
1673
1674
+ ignore@~5.1.4 :
1675
+ version "5.1.8"
1676
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
1677
+ integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
1678
+
1673
1679
import-lazy@^2.1.0 :
1674
1680
version "2.1.0"
1675
1681
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -2032,13 +2038,21 @@ js-yaml@^3.12.0:
2032
2038
argparse "^1.0.7"
2033
2039
esprima "^4.0.0"
2034
2040
2035
- js-yaml@^3.9.1, js-yaml@~3.11.0 :
2041
+ js-yaml@^3.9.1 :
2036
2042
version "3.11.0"
2037
2043
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
2038
2044
dependencies :
2039
2045
argparse "^1.0.7"
2040
2046
esprima "^4.0.0"
2041
2047
2048
+ js-yaml@~3.13.1 :
2049
+ version "3.13.1"
2050
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
2051
+ integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
2052
+ dependencies :
2053
+ argparse "^1.0.7"
2054
+ esprima "^4.0.0"
2055
+
2042
2056
jsome@^2.3.25 :
2043
2057
version "2.5.0"
2044
2058
resolved "https://registry.yarnpkg.com/jsome/-/jsome-2.5.0.tgz#5e417eef4341ffeb83ee8bfa9265b36d56fe49ed"
@@ -2079,6 +2093,11 @@ json5@^1.0.0:
2079
2093
dependencies :
2080
2094
minimist "^1.2.0"
2081
2095
2096
+ jsonc-parser@~2.2.0 :
2097
+ version "2.2.1"
2098
+ resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.2.1.tgz#db73cd59d78cce28723199466b2a03d1be1df2bc"
2099
+ integrity sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==
2100
+
2082
2101
jsonfile@^4.0.0 :
2083
2102
version "4.0.0"
2084
2103
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -2389,36 +2408,48 @@ map-visit@^1.0.0:
2389
2408
dependencies :
2390
2409
object-visit "^1.0.0"
2391
2410
2392
-
2393
- version "8.4.2"
2394
- resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54"
2411
+
2412
+ version "10.0.0"
2413
+ resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz#abfc64f141b1722d663402044e43927f1f50a8dc"
2414
+ integrity sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==
2395
2415
dependencies :
2396
2416
argparse "^1.0.7"
2397
- entities "~1.1.1 "
2417
+ entities "~2.0.0 "
2398
2418
linkify-it "^2.0.0"
2399
2419
mdurl "^1.0.1"
2400
2420
uc.micro "^1.0.5"
2401
2421
2402
-
2403
- version "0.13.0"
2404
- resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.13.0.tgz#af1d29e5d8b434256c451c81b87dff1c218844cb"
2422
+
2423
+ version "0.23.2"
2424
+ resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.23.2.tgz#43f0a96e2699542b74fb5e6188c025e4934357fc"
2425
+ integrity sha512-OSl5OZ8xzGN6z355cqRkiq67zPi3reJimklaF72p0554q85Dng5ToOjjSB9tDKZebSt85jX8cp+ruoQlPqOsPA==
2405
2426
dependencies :
2406
2427
commander "~2.9.0"
2407
2428
deep-extend "~0.5.1"
2408
2429
get-stdin "~5.0.1"
2409
2430
glob "~7.1.2"
2410
- js-yaml "~3.11.0"
2431
+ ignore "~5.1.4"
2432
+ js-yaml "~3.13.1"
2433
+ jsonc-parser "~2.2.0"
2411
2434
lodash.differencewith "~4.5.0"
2412
2435
lodash.flatten "~4.4.0"
2413
- markdownlint "~0.11.0"
2436
+ markdownlint "~0.20.4"
2437
+ markdownlint-rule-helpers "~0.11.0"
2414
2438
minimatch "~3.0.4"
2439
+ minimist "~1.2.5"
2415
2440
rc "~1.2.7"
2416
2441
2417
- markdownlint@~0.11.0 :
2442
+ markdownlint-rule-helpers @~0.11.0 :
2418
2443
version "0.11.0"
2419
- resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.11.0.tgz#3858bbdbc1ab78abf0c098d841c72b63dd3206a0"
2444
+ resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.11.0.tgz#faaaae4337771c7d88ca38ef6265afb4fbe0fb3f"
2445
+ integrity sha512-PhGii9dOiDJDXxiRMpK8N0FM9powprvRPsXALgkjlSPTwLh6ymH+iF3iUe3nq8KGu26tclFBlLL5xAGy/zb7FA==
2446
+
2447
+ markdownlint@~0.20.4 :
2448
+ version "0.20.4"
2449
+ resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.20.4.tgz#3b34681494cdad174e14a27182b5cdefaa537823"
2450
+ integrity sha512-jpfaPgjT0OpeBbemjYNZbzGG3hCLcAIvrm/pEY3+q/szDScG6ZonDacqySVRJAv9glbo8y4wBPJ0wgW17+9GGA==
2420
2451
dependencies :
2421
- markdown-it "8.4.2 "
2452
+ markdown-it "10.0.0 "
2422
2453
2423
2454
mdurl@^1.0.1 :
2424
2455
version "1.0.1"
@@ -2502,6 +2533,11 @@ minimist@^1.1.3, minimist@^1.2.0:
2502
2533
version "1.2.0"
2503
2534
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
2504
2535
2536
+ minimist@~1.2.5 :
2537
+ version "1.2.5"
2538
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
2539
+ integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
2540
+
2505
2541
mixin-deep@^1.2.0 :
2506
2542
version "1.3.1"
2507
2543
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
0 commit comments