Skip to content

Commit 8bdca9e

Browse files
committed
chore: pin dependency conventional-changelog-conventionalcommits to 4.1.0
1 parent 24b6e55 commit 8bdca9e

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
@@ -3708,7 +3708,7 @@ conventional-changelog-angular@^5.0.3:
37083708
compare-func "^1.3.1"
37093709
q "^1.5.1"
37103710

3711-
conventional-changelog-conventionalcommits@^4.1.0:
3711+
37123712
version "4.1.0"
37133713
resolved "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.1.0.tgz#eb7d47a9c5f1a6f9846a649482294e4ac50d7683"
37143714
integrity sha512-J3xolGrH8PTxpCqueHOuZtv3Cp73SQOWiBQzlsaugZAZ+hZgcJBonmC+1bQbfGs2neC2S18p2L1Gx+nTEglJTQ==
@@ -9435,7 +9435,7 @@ read@1, read@~1.0.1:
94359435
string_decoder "~1.0.3"
94369436
util-deprecate "~1.0.1"
94379437

9438-
"readable-stream@2 || 3", readable-stream@^3.0.2:
9438+
"readable-stream@2 || 3", readable-stream@^3.0.2, readable-stream@^3.4.0:
94399439
version "3.4.0"
94409440
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc"
94419441
integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==
@@ -9466,15 +9466,6 @@ readable-stream@^3.1.1:
94669466
string_decoder "^1.1.1"
94679467
util-deprecate "^1.0.1"
94689468

9469-
readable-stream@^3.4.0:
9470-
version "3.4.0"
9471-
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc"
9472-
integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==
9473-
dependencies:
9474-
inherits "^2.0.3"
9475-
string_decoder "^1.1.1"
9476-
util-deprecate "^1.0.1"
9477-
94789469
readdir-scoped-modules@^1.0.0:
94799470
version "1.0.2"
94809471
resolved "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"

0 commit comments

Comments
 (0)