Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit ba67934

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/markdownlint-0.28.2
2 parents f4d3d3c + b7f31e0 commit ba67934

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"all-contributors-cli": "^6.25.0",
2222
"husky": "^8.0.3",
2323
"lint-staged": "^13.0.3",
24-
"markdownlint-cli": "^0.33.0",
24+
"markdownlint-cli": "^0.34.0",
2525
"lint-staged": "^13.2.2",
2626
"markdownlint-cli": "^0.33.0",
2727
"minimist": "^1.2.8",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ colorette@^2.0.19:
254254
integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==
255255

256256
commander@^10.0.0:
257-
version "10.0.0"
258-
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.0.tgz#71797971162cd3cf65f0b9d24eb28f8d303acdf1"
259-
integrity sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==
257+
version "10.0.1"
258+
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
259+
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
260260

261261
commander@~9.4.1:
262262
version "9.4.1"
@@ -373,7 +373,7 @@ find-up@^4.1.0:
373373
fs.realpath@^1.0.0:
374374
version "1.0.0"
375375
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
376-
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
376+
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
377377

378378
get-caller-file@^2.0.1:
379379
version "2.0.5"
@@ -436,7 +436,7 @@ indent-string@^4.0.0:
436436
inflight@^1.0.4:
437437
version "1.0.6"
438438
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
439-
integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
439+
integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
440440
dependencies:
441441
once "^1.3.0"
442442
wrappy "1"
@@ -711,7 +711,7 @@ object-inspect@^1.12.3:
711711
once@^1.3.0:
712712
version "1.4.0"
713713
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
714-
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
714+
integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
715715
dependencies:
716716
wrappy "1"
717717

@@ -1093,7 +1093,7 @@ wrap-ansi@^7.0.0:
10931093
wrappy@1:
10941094
version "1.0.2"
10951095
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
1096-
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
1096+
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
10971097

10981098
y18n@^4.0.0:
10991099
version "4.0.1"

0 commit comments

Comments
 (0)