Skip to content

Commit 2d628fa

Browse files
committed
chore: pin dependency conventional-changelog-conventionalcommits to 4.1.0
1 parent 81c74e7 commit 2d628fa

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

@commitlint/config-conventional/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"@commitlint/utils": "^8.3.0"
3636
},
3737
"dependencies": {
38-
"conventional-changelog-conventionalcommits": "^4.1.0"
38+
"conventional-changelog-conventionalcommits": "4.1.0"
3939
}
4040
}

yarn.lock

+2-11
Original file line numberDiff line numberDiff line change
@@ -3707,7 +3707,7 @@ conventional-changelog-angular@^5.0.3:
37073707
compare-func "^1.3.1"
37083708
q "^1.5.1"
37093709

3710-
conventional-changelog-conventionalcommits@^4.1.0:
3710+
37113711
version "4.1.0"
37123712
resolved "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.1.0.tgz#eb7d47a9c5f1a6f9846a649482294e4ac50d7683"
37133713
integrity sha512-J3xolGrH8PTxpCqueHOuZtv3Cp73SQOWiBQzlsaugZAZ+hZgcJBonmC+1bQbfGs2neC2S18p2L1Gx+nTEglJTQ==
@@ -9447,7 +9447,7 @@ read@1, read@~1.0.1:
94479447
string_decoder "~1.0.3"
94489448
util-deprecate "~1.0.1"
94499449

9450-
"readable-stream@2 || 3", readable-stream@^3.0.2:
9450+
"readable-stream@2 || 3", readable-stream@^3.0.2, readable-stream@^3.4.0:
94519451
version "3.4.0"
94529452
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc"
94539453
integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==
@@ -9478,15 +9478,6 @@ readable-stream@^3.1.1:
94789478
string_decoder "^1.1.1"
94799479
util-deprecate "^1.0.1"
94809480

9481-
readable-stream@^3.4.0:
9482-
version "3.4.0"
9483-
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc"
9484-
integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==
9485-
dependencies:
9486-
inherits "^2.0.3"
9487-
string_decoder "^1.1.1"
9488-
util-deprecate "^1.0.1"
9489-
94909481
readdir-scoped-modules@^1.0.0:
94919482
version "1.0.2"
94929483
resolved "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"

0 commit comments

Comments
 (0)