Skip to content

Commit 7102840

Browse files
authoredJul 4, 2022
Merge pull request #1160 from Borewit/dependabot/npm_and_yarn/remark-cli-11.0.0
2 parents 1c1f487 + 4c58869 commit 7102840

File tree

2 files changed

+215
-103
lines changed

2 files changed

+215
-103
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"mocha": "^9.2.2",
115115
"npm-run-all": "^4.1.5",
116116
"nyc": "^15.1.0",
117-
"remark-cli": "^10.0.1",
117+
"remark-cli": "^11.0.0",
118118
"remark-preset-lint-recommended": "^6.1.2",
119119
"source-map-support": "^0.5.21",
120120
"ts-node": "^10.8.1",

‎yarn.lock

+214-102
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
dependencies:
1010
"@babel/highlight" "^7.14.5"
1111

12+
"@babel/code-frame@^7.16.0":
13+
version "7.16.7"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
15+
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
16+
dependencies:
17+
"@babel/highlight" "^7.16.7"
18+
1219
"@babel/compat-data@^7.14.5":
1320
version "7.14.7"
1421
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
@@ -136,7 +143,7 @@
136143
dependencies:
137144
"@babel/types" "^7.14.5"
138145

139-
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.15.7":
146+
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.16.7":
140147
version "7.16.7"
141148
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
142149
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
@@ -164,6 +171,15 @@
164171
chalk "^2.0.0"
165172
js-tokens "^4.0.0"
166173

174+
"@babel/highlight@^7.16.7":
175+
version "7.17.12"
176+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.17.12.tgz#257de56ee5afbd20451ac0a75686b6b404257351"
177+
integrity sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==
178+
dependencies:
179+
"@babel/helper-validator-identifier" "^7.16.7"
180+
chalk "^2.0.0"
181+
js-tokens "^4.0.0"
182+
167183
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7":
168184
version "7.14.7"
169185
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
@@ -301,6 +317,35 @@
301317
"@nodelib/fs.scandir" "2.1.5"
302318
fastq "^1.6.0"
303319

320+
"@npmcli/config@^4.0.0":
321+
version "4.1.0"
322+
resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-4.1.0.tgz#5c92e5ded2a44baf76b94926646329c3b39e79b8"
323+
integrity sha512-cPQmIQ2Q0vuOfrenrA3isikdMFMAHgzlXV+EmvZ8f2JeJsU5xTU2bG7ipXECiMvPF9nM+QDnMLuIg8QLw9H4xg==
324+
dependencies:
325+
"@npmcli/map-workspaces" "^2.0.2"
326+
ini "^3.0.0"
327+
mkdirp-infer-owner "^2.0.0"
328+
nopt "^5.0.0"
329+
proc-log "^2.0.0"
330+
read-package-json-fast "^2.0.3"
331+
semver "^7.3.5"
332+
walk-up-path "^1.0.0"
333+
334+
"@npmcli/map-workspaces@^2.0.2":
335+
version "2.0.3"
336+
resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-2.0.3.tgz#2d3c75119ee53246e9aa75bc469a55281cd5f08f"
337+
integrity sha512-X6suAun5QyupNM8iHkNPh0AHdRC2rb1W+MTdMvvA/2ixgmqZwlq5cGUBgmKHUHT2LgrkKJMAXbfAoTxOigpK8Q==
338+
dependencies:
339+
"@npmcli/name-from-folder" "^1.0.1"
340+
glob "^8.0.1"
341+
minimatch "^5.0.1"
342+
read-package-json-fast "^2.0.3"
343+
344+
"@npmcli/name-from-folder@^1.0.1":
345+
version "1.0.1"
346+
resolved "https://registry.yarnpkg.com/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz#77ecd0a4fcb772ba6fe927e2e2e155fbec2e6b1a"
347+
integrity sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA==
348+
304349
"@tokenizer/token@^0.3.0":
305350
version "0.3.0"
306351
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276"
@@ -331,10 +376,10 @@
331376
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.1.tgz#e2c6e73e0bdeb2521d00756d099218e9f5d90a04"
332377
integrity sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==
333378

334-
"@types/concat-stream@^1.0.0":
335-
version "1.6.1"
336-
resolved "https://registry.yarnpkg.com/@types/concat-stream/-/concat-stream-1.6.1.tgz#24bcfc101ecf68e886aaedce60dfd74b632a1b74"
337-
integrity sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA==
379+
"@types/concat-stream@^2.0.0":
380+
version "2.0.0"
381+
resolved "https://registry.yarnpkg.com/@types/concat-stream/-/concat-stream-2.0.0.tgz#a716f0ba9015014e643addb351da05a73bef425c"
382+
integrity sha512-t3YCerNM7NTVjLuICZo5gYAXYoDvpuuTceCcFQWcDQz26kxUR5uIWolxbIR5jRNIXpMqhOpW/b8imCR1LEmuJw==
338383
dependencies:
339384
"@types/node" "*"
340385

@@ -364,11 +409,6 @@
364409
resolved "https://registry.yarnpkg.com/@types/is-empty/-/is-empty-1.2.0.tgz#16bc578060c9b0b6953339eea906c255a375bf86"
365410
integrity sha512-brJKf2boFhUxTDxlpI7cstwiUtA2ovm38UzFTi9aZI6//ARncaV+Q5ALjCaJqXaMtdZk/oPTJnSutugsZR6h8A==
366411

367-
"@types/js-yaml@^4.0.0":
368-
version "4.0.2"
369-
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.2.tgz#4117a7a378593a218e9d6f0ef44ce6d5d9edf7fa"
370-
integrity sha512-KbeHS/Y4R+k+5sWXEYzAZKuB1yQlZtEghuhRxrVRLaqhtoG5+26JwQsa4HyS3AWX8v1Uwukma5HheduUDskasA==
371-
372412
"@types/json-schema@^7.0.9":
373413
version "7.0.9"
374414
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -406,11 +446,6 @@
406446
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a"
407447
integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==
408448

409-
"@types/node@^16.0.0":
410-
version "16.11.12"
411-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.12.tgz#ac7fb693ac587ee182c3780c26eb65546a1a3c10"
412-
integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==
413-
414449
"@types/normalize-package-data@^2.4.0":
415450
version "2.4.1"
416451
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -439,7 +474,7 @@
439474
resolved "https://registry.yarnpkg.com/@types/supports-color/-/supports-color-8.1.1.tgz#1b44b1b096479273adf7f93c75fc4ecc40a61ee4"
440475
integrity sha512-dPWnWsf+kzIG140B8z2w3fr5D03TLWbOAFQl45xUpI3vcizeXriNR5VYkWZ+WTMsUHqZ9Xlt3hrxGNANFyNQfw==
441476

442-
"@types/text-table@^0.2.2":
477+
"@types/text-table@^0.2.0":
443478
version "0.2.2"
444479
resolved "https://registry.yarnpkg.com/@types/text-table/-/text-table-0.2.2.tgz#774c90cfcfbc8b4b0ebb00fecbe861dc8b1e8e26"
445480
integrity sha512-dGoI5Af7To0R2XE8wJuc6vwlavWARsCh3UKJPjWs1YEqGUqfgBI/j/4GX0yf19/DsDPPf0YAXWAp8psNeIehLg==
@@ -568,6 +603,11 @@
568603
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
569604
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
570605

606+
abbrev@1:
607+
version "1.1.1"
608+
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
609+
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
610+
571611
acorn-jsx@^5.3.2:
572612
version "5.3.2"
573613
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -759,6 +799,13 @@ brace-expansion@^1.1.7:
759799
balanced-match "^1.0.0"
760800
concat-map "0.0.1"
761801

802+
brace-expansion@^2.0.1:
803+
version "2.0.1"
804+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
805+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
806+
dependencies:
807+
balanced-match "^1.0.0"
808+
762809
braces@^3.0.1, braces@~3.0.2:
763810
version "3.0.2"
764811
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -792,10 +839,10 @@ builtin-modules@^3.0.0:
792839
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
793840
integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==
794841

795-
builtins@^4.0.0:
796-
version "4.0.0"
797-
resolved "https://registry.yarnpkg.com/builtins/-/builtins-4.0.0.tgz#a8345420de82068fdc4d6559d0456403a8fb1905"
798-
integrity sha512-qC0E2Dxgou1IHhvJSLwGDSTvokbRovU5zZFuDY6oY8Y2lF3nGt5Ad8YZK7GMtqzY84Wu7pXTPeHQeHcXSXsRhw==
842+
builtins@^5.0.0:
843+
version "5.0.1"
844+
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
845+
integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==
799846
dependencies:
800847
semver "^7.0.0"
801848

@@ -842,6 +889,11 @@ camelcase@^6.0.0, camelcase@^6.2.0:
842889
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
843890
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
844891

892+
camelcase@^7.0.0:
893+
version "7.0.0"
894+
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-7.0.0.tgz#fd112621b212126741f998d614cbc2a8623fd174"
895+
integrity sha512-JToIvOmz6nhGsUhAYScbo2d6Py5wojjNfoxoc2mEVLUdJ70gJK2gnd+ABY1Tc3sVMyK7QDPtN0T/XdlCQWITyQ==
896+
845897
caniuse-lite@^1.0.30001219:
846898
version "1.0.30001243"
847899
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa"
@@ -887,6 +939,11 @@ chalk@^4.0.0, chalk@^4.1.0:
887939
ansi-styles "^4.1.0"
888940
supports-color "^7.1.0"
889941

942+
chalk@^5.0.0:
943+
version "5.0.1"
944+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6"
945+
integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==
946+
890947
character-entities-html4@^2.0.0:
891948
version "2.0.0"
892949
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.0.0.tgz#55fcf3ed00febfe41f8f6a5709d25ab8ed73a449"
@@ -927,6 +984,11 @@ chokidar@3.5.3, chokidar@^3.0.0:
927984
optionalDependencies:
928985
fsevents "~2.3.2"
929986

987+
chownr@^2.0.0:
988+
version "2.0.0"
989+
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
990+
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
991+
930992
ci-info@^3.3.0:
931993
version "3.3.0"
932994
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2"
@@ -1246,7 +1308,7 @@ emoji-regex@^9.2.2:
12461308
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
12471309
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
12481310

1249-
error-ex@^1.3.1:
1311+
error-ex@^1.3.1, error-ex@^1.3.2:
12501312
version "1.3.2"
12511313
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
12521314
integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
@@ -1629,11 +1691,6 @@ fault@^2.0.0:
16291691
dependencies:
16301692
format "^0.2.0"
16311693

1632-
figgy-pudding@^3.5.1:
1633-
version "3.5.2"
1634-
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
1635-
integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==
1636-
16371694
file-entry-cache@^6.0.1:
16381695
version "6.0.1"
16391696
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -1681,13 +1738,6 @@ find-up@^2.1.0:
16811738
dependencies:
16821739
locate-path "^2.0.0"
16831740

1684-
find-up@^3.0.0:
1685-
version "3.0.0"
1686-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
1687-
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
1688-
dependencies:
1689-
locate-path "^3.0.0"
1690-
16911741
find-up@^4.0.0, find-up@^4.1.0:
16921742
version "4.1.0"
16931743
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -1824,7 +1874,7 @@ glob-parent@^6.0.1:
18241874
dependencies:
18251875
is-glob "^4.0.3"
18261876

1827-
glob@7.2.0, glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
1877+
glob@7.2.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
18281878
version "7.2.0"
18291879
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
18301880
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -1836,6 +1886,17 @@ glob@7.2.0, glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
18361886
once "^1.3.0"
18371887
path-is-absolute "^1.0.0"
18381888

1889+
glob@^8.0.0, glob@^8.0.1:
1890+
version "8.0.3"
1891+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
1892+
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
1893+
dependencies:
1894+
fs.realpath "^1.0.0"
1895+
inflight "^1.0.4"
1896+
inherits "2"
1897+
minimatch "^5.0.1"
1898+
once "^1.3.0"
1899+
18391900
globals@^11.1.0:
18401901
version "11.12.0"
18411902
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -2062,12 +2123,12 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
20622123
parent-module "^1.0.0"
20632124
resolve-from "^4.0.0"
20642125

2065-
import-meta-resolve@^1.0.0:
2066-
version "1.1.1"
2067-
resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-1.1.1.tgz#244fd542fd1fae73550d4f8b3cde3bba1d7b2b18"
2068-
integrity sha512-JiTuIvVyPaUg11eTrNDx5bgQ/yMKMZffc7YSjvQeSMXy58DO2SQ8BtAf3xteZvmzvjYh14wnqNjL8XVeDy2o9A==
2126+
import-meta-resolve@^2.0.0:
2127+
version "2.0.3"
2128+
resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-2.0.3.tgz#117f3dc9a6415e82c32530545e1cf91be5c0a5d1"
2129+
integrity sha512-fpAppnBpZ3ymQ/dPP97TNsco1HB5+V9SYJ3chY50PP8xn4U/w+Y6ovWBmTImB/prmGsTjzPh8pQYY+EVBlr9mw==
20692130
dependencies:
2070-
builtins "^4.0.0"
2131+
builtins "^5.0.0"
20712132

20722133
imurmurhash@^0.1.4:
20732134
version "0.1.4"
@@ -2084,6 +2145,11 @@ indent-string@^5.0.0:
20842145
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-5.0.0.tgz#4fd2980fccaf8622d14c64d694f4cf33c81951a5"
20852146
integrity sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==
20862147

2148+
infer-owner@^1.0.4:
2149+
version "1.0.4"
2150+
resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
2151+
integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
2152+
20872153
inflight@^1.0.4:
20882154
version "1.0.6"
20892155
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -2097,10 +2163,10 @@ inherits@2, inherits@^2.0.3:
20972163
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
20982164
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
20992165

2100-
ini@^1.3.5:
2101-
version "1.3.8"
2102-
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
2103-
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
2166+
ini@^3.0.0:
2167+
version "3.0.0"
2168+
resolved "https://registry.yarnpkg.com/ini/-/ini-3.0.0.tgz#2f6de95006923aa75feed8894f5686165adc08f1"
2169+
integrity sha512-TxYQaeNW/N8ymDvwAxPyRbhMBtnEwuvaTYpOQkFx1nSeusgezHniEc/l35Vo4iCq/mMiTJbpD7oYxN98hFlfmw==
21042170

21052171
internal-slot@^1.0.3:
21062172
version "1.0.3"
@@ -2402,7 +2468,7 @@ js-tokens@^4.0.0:
24022468
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
24032469
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
24042470

2405-
js-yaml@4.1.0, js-yaml@^4.0.0, js-yaml@^4.1.0:
2471+
js-yaml@4.1.0, js-yaml@^4.1.0:
24062472
version "4.1.0"
24072473
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
24082474
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
@@ -2437,7 +2503,7 @@ json-parse-better-errors@^1.0.1:
24372503
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
24382504
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
24392505

2440-
json-parse-even-better-errors@^2.3.0:
2506+
json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
24412507
version "2.3.1"
24422508
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
24432509
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
@@ -2504,20 +2570,16 @@ levn@^0.4.1:
25042570
prelude-ls "^1.2.1"
25052571
type-check "~0.4.0"
25062572

2507-
libnpmconfig@^1.0.0:
2508-
version "1.2.1"
2509-
resolved "https://registry.yarnpkg.com/libnpmconfig/-/libnpmconfig-1.2.1.tgz#c0c2f793a74e67d4825e5039e7a02a0044dfcbc0"
2510-
integrity sha512-9esX8rTQAHqarx6qeZqmGQKBNZR5OIbl/Ayr0qQDy3oXja2iFVQQI81R6GZ2a02bSNZ9p3YOGX1O6HHCb1X7kA==
2511-
dependencies:
2512-
figgy-pudding "^3.5.1"
2513-
find-up "^3.0.0"
2514-
ini "^1.3.5"
2515-
25162573
lines-and-columns@^1.1.6:
25172574
version "1.1.6"
25182575
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
25192576
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
25202577

2578+
lines-and-columns@^2.0.2:
2579+
version "2.0.3"
2580+
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-2.0.3.tgz#b2f0badedb556b747020ab8ea7f0373e22efac1b"
2581+
integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==
2582+
25212583
load-json-file@^4.0.0:
25222584
version "4.0.0"
25232585
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
@@ -2528,13 +2590,13 @@ load-json-file@^4.0.0:
25282590
pify "^3.0.0"
25292591
strip-bom "^3.0.0"
25302592

2531-
load-plugin@^4.0.0:
2532-
version "4.0.1"
2533-
resolved "https://registry.yarnpkg.com/load-plugin/-/load-plugin-4.0.1.tgz#9a239b0337064c9b8aac82b0c9f89b067db487c5"
2534-
integrity sha512-4kMi+mOSn/TR51pDo4tgxROHfBHXsrcyEYSGHcJ1o6TtRaP2PsRM5EwmYbj1uiLDvbfA/ohwuSWZJzqGiai8Dw==
2593+
load-plugin@^5.0.0:
2594+
version "5.0.0"
2595+
resolved "https://registry.yarnpkg.com/load-plugin/-/load-plugin-5.0.0.tgz#e24f6a69ed905e6b31d4555b1a46603c11e9c1f0"
2596+
integrity sha512-jTz8tvC0BTMtof27lTSV5SAOnCRT0Z++k+S3QeQ5CrF8ZAS5L2nhi3euf4ZhJyDkds+nOQGyPcFqdQZ9s8ELkg==
25352597
dependencies:
2536-
import-meta-resolve "^1.0.0"
2537-
libnpmconfig "^1.0.0"
2598+
"@npmcli/config" "^4.0.0"
2599+
import-meta-resolve "^2.0.0"
25382600

25392601
locate-path@^2.0.0:
25402602
version "2.0.0"
@@ -2544,14 +2606,6 @@ locate-path@^2.0.0:
25442606
p-locate "^2.0.0"
25452607
path-exists "^3.0.0"
25462608

2547-
locate-path@^3.0.0:
2548-
version "3.0.0"
2549-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
2550-
integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
2551-
dependencies:
2552-
p-locate "^3.0.0"
2553-
path-exists "^3.0.0"
2554-
25552609
locate-path@^5.0.0:
25562610
version "5.0.0"
25572611
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
@@ -2937,6 +2991,13 @@ minimatch@^3.0.4, minimatch@^3.1.2:
29372991
dependencies:
29382992
brace-expansion "^1.1.7"
29392993

2994+
minimatch@^5.0.1:
2995+
version "5.1.0"
2996+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
2997+
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
2998+
dependencies:
2999+
brace-expansion "^2.0.1"
3000+
29403001
minimist-options@4.1.0:
29413002
version "4.1.0"
29423003
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -2946,11 +3007,25 @@ minimist-options@4.1.0:
29463007
is-plain-obj "^1.1.0"
29473008
kind-of "^6.0.3"
29483009

2949-
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
3010+
minimist@^1.0.0, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
29503011
version "1.2.6"
29513012
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
29523013
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
29533014

3015+
mkdirp-infer-owner@^2.0.0:
3016+
version "2.0.0"
3017+
resolved "https://registry.yarnpkg.com/mkdirp-infer-owner/-/mkdirp-infer-owner-2.0.0.tgz#55d3b368e7d89065c38f32fd38e638f0ab61d316"
3018+
integrity sha512-sdqtiFt3lkOaYvTXSRIUjkIdPTcxgv5+fgqYE/5qgwdw12cOrAuzzgzvVExIkH/ul1oeHN3bCLOWSG3XOqbKKw==
3019+
dependencies:
3020+
chownr "^2.0.0"
3021+
infer-owner "^1.0.4"
3022+
mkdirp "^1.0.3"
3023+
3024+
mkdirp@^1.0.3:
3025+
version "1.0.4"
3026+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
3027+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
3028+
29543029
mocha@^9.2.2:
29553030
version "9.2.2"
29563031
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.2.2.tgz#d70db46bdb93ca57402c809333e5a84977a88fb9"
@@ -3023,6 +3098,13 @@ node-releases@^1.1.71:
30233098
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"
30243099
integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==
30253100

3101+
nopt@^5.0.0:
3102+
version "5.0.0"
3103+
resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
3104+
integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==
3105+
dependencies:
3106+
abbrev "1"
3107+
30263108
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
30273109
version "2.5.0"
30283110
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
@@ -3048,6 +3130,11 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
30483130
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
30493131
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
30503132

3133+
npm-normalize-package-bin@^1.0.1:
3134+
version "1.0.1"
3135+
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2"
3136+
integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==
3137+
30513138
npm-run-all@^4.1.5:
30523139
version "4.1.5"
30533140
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
@@ -3161,7 +3248,7 @@ p-limit@^1.1.0:
31613248
dependencies:
31623249
p-try "^1.0.0"
31633250

3164-
p-limit@^2.0.0, p-limit@^2.2.0:
3251+
p-limit@^2.2.0:
31653252
version "2.3.0"
31663253
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
31673254
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
@@ -3182,13 +3269,6 @@ p-locate@^2.0.0:
31823269
dependencies:
31833270
p-limit "^1.1.0"
31843271

3185-
p-locate@^3.0.0:
3186-
version "3.0.0"
3187-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
3188-
integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
3189-
dependencies:
3190-
p-limit "^2.0.0"
3191-
31923272
p-locate@^4.1.0:
31933273
version "4.1.0"
31943274
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -3274,6 +3354,16 @@ parse-json@^5.0.0, parse-json@^5.2.0:
32743354
json-parse-even-better-errors "^2.3.0"
32753355
lines-and-columns "^1.1.6"
32763356

3357+
parse-json@^6.0.0:
3358+
version "6.0.2"
3359+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-6.0.2.tgz#6bf79c201351cc12d5d66eba48d5a097c13dc200"
3360+
integrity sha512-SA5aMiaIjXkAiBrW/yPgLgQAQg42f7K3ACO+2l/zOvtQBwX58DMUsFJXelW2fx3yMBmWOVkR6j1MGsdSbCA4UA==
3361+
dependencies:
3362+
"@babel/code-frame" "^7.16.0"
3363+
error-ex "^1.3.2"
3364+
json-parse-even-better-errors "^2.3.1"
3365+
lines-and-columns "^2.0.2"
3366+
32773367
parse5@^6.0.0:
32783368
version "6.0.1"
32793369
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
@@ -3368,6 +3458,11 @@ prelude-ls@^1.2.1:
33683458
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
33693459
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
33703460

3461+
proc-log@^2.0.0:
3462+
version "2.0.1"
3463+
resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-2.0.1.tgz#8f3f69a1f608de27878f91f5c688b225391cb685"
3464+
integrity sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==
3465+
33713466
process-on-spawn@^1.0.0:
33723467
version "1.0.0"
33733468
resolved "https://registry.yarnpkg.com/process-on-spawn/-/process-on-spawn-1.0.0.tgz#95b05a23073d30a17acfdc92a440efd2baefdc93"
@@ -3412,6 +3507,14 @@ randombytes@^2.1.0:
34123507
dependencies:
34133508
safe-buffer "^5.1.0"
34143509

3510+
read-package-json-fast@^2.0.3:
3511+
version "2.0.3"
3512+
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-2.0.3.tgz#323ca529630da82cb34b36cc0b996693c98c2b83"
3513+
integrity sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==
3514+
dependencies:
3515+
json-parse-even-better-errors "^2.3.0"
3516+
npm-normalize-package-bin "^1.0.1"
3517+
34153518
read-pkg-up@^7.0.1:
34163519
version "7.0.1"
34173520
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
@@ -3537,13 +3640,13 @@ release-zalgo@^1.0.0:
35373640
dependencies:
35383641
es6-error "^4.0.1"
35393642

3540-
remark-cli@^10.0.1:
3541-
version "10.0.1"
3542-
resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-10.0.1.tgz#0a38166b8bb1a1720f5ed8a324715563f63dbcba"
3543-
integrity sha512-+eln31zLE69JwBMoa8nd2sPC0DFZyiWgBrshL8aKb3L2XXTRMuEKWE/IAtNPYEtcktceAQw+OpmqVy8pAmGOwQ==
3643+
remark-cli@^11.0.0:
3644+
version "11.0.0"
3645+
resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-11.0.0.tgz#302c15c5e73c0b422a6709f65adb74cac3b5eb53"
3646+
integrity sha512-8JEWwArXquRq1/In4Ftz7gSG9Scwb1ijT2/dEuBETW9omqhmMRxcfjZ3iKqrak3BnCJeZSXCdWEmPhFKC8+RUQ==
35443647
dependencies:
35453648
remark "^14.0.0"
3546-
unified-args "^9.0.0"
3649+
unified-args "^10.0.0"
35473650

35483651
remark-lint-final-newline@^2.0.0:
35493652
version "2.0.0"
@@ -4359,49 +4462,48 @@ unbox-primitive@^1.0.1:
43594462
has-symbols "^1.0.2"
43604463
which-boxed-primitive "^1.0.2"
43614464

4362-
unified-args@^9.0.0:
4363-
version "9.0.0"
4364-
resolved "https://registry.yarnpkg.com/unified-args/-/unified-args-9.0.0.tgz#b49d803d96df1c268459d122a53c939ebb87cf02"
4365-
integrity sha512-DP+p24cr7zba/wor7FxC8EM9p4GA4qsrNabV2eQYHk8Hp5NqEzGPceZcljrDgerZWdAGSZClt/488rlmKETTaA==
4465+
unified-args@^10.0.0:
4466+
version "10.0.0"
4467+
resolved "https://registry.yarnpkg.com/unified-args/-/unified-args-10.0.0.tgz#95994c5558fea83ff07006cb560fd88cdcf31134"
4468+
integrity sha512-PqsqxwkXpGSLiMkbjNnKU33Ffm6gso6rAvz1TlBGzMBx3gpx7ewIhViBX8HEWmy0v7pebA5PM6RkRWWaYmtfYw==
43664469
dependencies:
4367-
"@types/text-table" "^0.2.2"
4368-
camelcase "^6.0.0"
4369-
chalk "^4.0.0"
4470+
"@types/text-table" "^0.2.0"
4471+
camelcase "^7.0.0"
4472+
chalk "^5.0.0"
43704473
chokidar "^3.0.0"
43714474
fault "^2.0.0"
43724475
json5 "^2.0.0"
4373-
minimist "^1.2.0"
4476+
minimist "^1.0.0"
43744477
text-table "^0.2.0"
4375-
unified-engine "^9.0.0"
4478+
unified-engine "^10.0.0"
43764479

4377-
unified-engine@^9.0.0:
4378-
version "9.0.2"
4379-
resolved "https://registry.yarnpkg.com/unified-engine/-/unified-engine-9.0.2.tgz#8e738a5ef3ec83a170e45f4103a42954c85920a9"
4380-
integrity sha512-YWOI74nCpFO+6Ul8NSjGHvmjTsiGeON9LjqjlN5g394Jna1OHVwKjzNHVbrwHM4BDd8v0pL8BIjvvK9GYhvNtA==
4480+
unified-engine@^10.0.0:
4481+
version "10.0.1"
4482+
resolved "https://registry.yarnpkg.com/unified-engine/-/unified-engine-10.0.1.tgz#94f27f1f88660d9b5910595095e4b463ca18e389"
4483+
integrity sha512-lsj7VC8kNWhK87rGBhidklk4llgrEdJoOZHoQFbTZQ/fA22JqowUPM10bEf05eSZOR6UnUSrZ/mPWHrQsHGm7g==
43814484
dependencies:
4382-
"@types/concat-stream" "^1.0.0"
4485+
"@types/concat-stream" "^2.0.0"
43834486
"@types/debug" "^4.0.0"
43844487
"@types/is-empty" "^1.0.0"
4385-
"@types/js-yaml" "^4.0.0"
4386-
"@types/node" "^16.0.0"
4488+
"@types/node" "^18.0.0"
43874489
"@types/unist" "^2.0.0"
43884490
concat-stream "^2.0.0"
43894491
debug "^4.0.0"
43904492
fault "^2.0.0"
4391-
glob "^7.0.0"
4493+
glob "^8.0.0"
43924494
ignore "^5.0.0"
43934495
is-buffer "^2.0.0"
43944496
is-empty "^1.0.0"
43954497
is-plain-obj "^4.0.0"
4396-
js-yaml "^4.0.0"
4397-
load-plugin "^4.0.0"
4398-
parse-json "^5.0.0"
4498+
load-plugin "^5.0.0"
4499+
parse-json "^6.0.0"
43994500
to-vfile "^7.0.0"
44004501
trough "^2.0.0"
44014502
unist-util-inspect "^7.0.0"
44024503
vfile-message "^3.0.0"
44034504
vfile-reporter "^7.0.0"
44044505
vfile-statistics "^2.0.0"
4506+
yaml "^2.0.0"
44054507

44064508
unified-lint-rule@^2.0.0:
44074509
version "2.0.0"
@@ -4599,6 +4701,11 @@ vfile@^5.0.0:
45994701
unist-util-stringify-position "^3.0.0"
46004702
vfile-message "^3.0.0"
46014703

4704+
walk-up-path@^1.0.0:
4705+
version "1.0.0"
4706+
resolved "https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-1.0.0.tgz#d4745e893dd5fd0dbb58dd0a4c6a33d9c9fec53e"
4707+
integrity sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg==
4708+
46024709
web-namespaces@^2.0.0:
46034710
version "2.0.0"
46044711
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.0.tgz#1f6a2d7b5823329abaedeb6bdf09ef2fed35db13"
@@ -4692,6 +4799,11 @@ yallist@^4.0.0:
46924799
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
46934800
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
46944801

4802+
yaml@^2.0.0:
4803+
version "2.1.1"
4804+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.1.1.tgz#1e06fb4ca46e60d9da07e4f786ea370ed3c3cfec"
4805+
integrity sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==
4806+
46954807
yargs-parser@20.2.4:
46964808
version "20.2.4"
46974809
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"

0 commit comments

Comments
 (0)
Please sign in to comment.