Skip to content

Commit 49bacc8

Browse files
⬆️ deps: Upgrade dependency @commitlint/cli to v19.2.1
1 parent d797258 commit 49bacc8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"devDependencies": {
7171
"@babel/core": "7.24.0",
7272
"@babel/preset-env": "7.24.0",
73-
"@commitlint/cli": "19.2.0",
73+
"@commitlint/cli": "19.2.1",
7474
"@entropy-source/pseudo-random": "4.0.0",
7575
"@iterable-iterator/consume": "1.0.1",
7676
"@iterable-iterator/list": "1.0.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2082,15 +2082,15 @@
20822082
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
20832083
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
20842084

2085-
"@commitlint/[email protected].0":
2086-
version "19.2.0"
2087-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.0.tgz#90a77b5b27b29d0f78960406b483e9d2da673e68"
2088-
integrity sha512-8XnQDMyQR+1/ldbmIyhonvnDS2enEw48Wompo/967fsEvy9Vj5/JbDutzmSBKxANWDVeEbR9QQm0yHpw6ArrFw==
2085+
"@commitlint/[email protected].1":
2086+
version "19.2.1"
2087+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.1.tgz#8f00d27a8b7c7780e75b06fd4658fdc1e9209f1b"
2088+
integrity sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==
20892089
dependencies:
20902090
"@commitlint/format" "^19.0.3"
20912091
"@commitlint/lint" "^19.1.0"
20922092
"@commitlint/load" "^19.2.0"
2093-
"@commitlint/read" "^19.2.0"
2093+
"@commitlint/read" "^19.2.1"
20942094
"@commitlint/types" "^19.0.3"
20952095
execa "^8.0.1"
20962096
yargs "^17.0.0"
@@ -2176,10 +2176,10 @@
21762176
conventional-changelog-angular "^7.0.0"
21772177
conventional-commits-parser "^5.0.0"
21782178

2179-
"@commitlint/read@^19.2.0":
2180-
version "19.2.0"
2181-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.0.tgz#68b1ff24ed315b0078499615e97b8048e1b12b1a"
2182-
integrity sha512-HlGeEd/jyp2a5Fb9mvtsaDm5hFCmj80dJYjLQkpG3DzWneWBc37YU3kM8Za1D1HUazZaTkdsWq73M3XDE4CvCA==
2179+
"@commitlint/read@^19.2.1":
2180+
version "19.2.1"
2181+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.1.tgz#7296b99c9a989e60e5927fff8388a1dd44299c2f"
2182+
integrity sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==
21832183
dependencies:
21842184
"@commitlint/top-level" "^19.0.0"
21852185
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)