File tree Expand file tree Collapse file tree
@commitlint/config-pnpm-scopes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 "dependencies" : {
3838 "@pnpm/read-project-manifest" : " ^5.0.10" ,
3939 "fast-glob" : " ^3.3.1" ,
40- "read-yaml-file" : " ^2.1 .0"
40+ "read-yaml-file" : " ^3.0 .0"
4141 },
4242 "devDependencies" : {
4343 "@commitlint/test" : " ^20.4.3" ,
Original file line number Diff line number Diff line change @@ -6732,6 +6732,14 @@ read-yaml-file@^2.1.0:
67326732 js-yaml "^4.0.0"
67336733 strip-bom "^4.0.0"
67346734
6735+ read-yaml-file@^3.0.0 :
6736+ version "3.0.0"
6737+ resolved "https://registry.npmjs.org/read-yaml-file/-/read-yaml-file-3.0.0.tgz#5d969154c177b31d495c6a162bb9a2231a7be82e"
6738+ integrity sha512-7urDNDyx3oJt9NGkymzT3qudju76BoJhT6ICWclx6274zxMeSUOhyiceHscSBk4Lfbs0IYpjOjUwLkaOzrsJdQ==
6739+ dependencies :
6740+ js-yaml "^4.1.1"
6741+ strip-bom "^5.0.0"
6742+
67356743read@^3.0.1 :
67366744 version "3.0.1"
67376745 resolved "https://registry.npmjs.org/read/-/read-3.0.1.tgz#926808f0f7c83fa95f1ef33c0e2c09dbb28fd192"
@@ -7310,6 +7318,11 @@ strip-bom@^3.0.0:
73107318 resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
73117319 integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==
73127320
7321+ strip-bom@^5.0.0 :
7322+ version "5.0.0"
7323+ resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-5.0.0.tgz#88d2e135d154dca7a5e06b4a4ba9653b6bdc0dd2"
7324+ integrity sha512-p+byADHF7SzEcVnLvc/r3uognM1hUhObuHXxJcgLCfD194XAkaLbjq3Wzb0N5G2tgIjH0dgT708Z51QxMeu60A==
7325+
73137326strip-comments-strings@1.2.0 :
73147327 version "1.2.0"
73157328 resolved "https://registry.npmjs.org/strip-comments-strings/-/strip-comments-strings-1.2.0.tgz#b19a1382e8f69a704ef61ad5069c29721c20aaad"
You can’t perform that action at this time.
0 commit comments