Skip to content

Commit a4e865c

Browse files
fix: update dependency read-yaml-file to v3
1 parent 6ebf969 commit a4e865c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

@commitlint/config-pnpm-scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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",

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6745,6 +6745,14 @@ read-yaml-file@^2.1.0:
67456745
js-yaml "^4.0.0"
67466746
strip-bom "^4.0.0"
67476747

6748+
read-yaml-file@^3.0.0:
6749+
version "3.0.0"
6750+
resolved "https://registry.npmjs.org/read-yaml-file/-/read-yaml-file-3.0.0.tgz#5d969154c177b31d495c6a162bb9a2231a7be82e"
6751+
integrity sha512-7urDNDyx3oJt9NGkymzT3qudju76BoJhT6ICWclx6274zxMeSUOhyiceHscSBk4Lfbs0IYpjOjUwLkaOzrsJdQ==
6752+
dependencies:
6753+
js-yaml "^4.1.1"
6754+
strip-bom "^5.0.0"
6755+
67486756
read@^3.0.1:
67496757
version "3.0.1"
67506758
resolved "https://registry.npmjs.org/read/-/read-3.0.1.tgz#926808f0f7c83fa95f1ef33c0e2c09dbb28fd192"
@@ -7323,6 +7331,11 @@ strip-bom@^3.0.0:
73237331
resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
73247332
integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==
73257333

7334+
strip-bom@^5.0.0:
7335+
version "5.0.0"
7336+
resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-5.0.0.tgz#88d2e135d154dca7a5e06b4a4ba9653b6bdc0dd2"
7337+
integrity sha512-p+byADHF7SzEcVnLvc/r3uognM1hUhObuHXxJcgLCfD194XAkaLbjq3Wzb0N5G2tgIjH0dgT708Z51QxMeu60A==
7338+
73267339
strip-comments-strings@1.2.0:
73277340
version "1.2.0"
73287341
resolved "https://registry.npmjs.org/strip-comments-strings/-/strip-comments-strings-1.2.0.tgz#b19a1382e8f69a704ef61ad5069c29721c20aaad"

0 commit comments

Comments
 (0)