Skip to content

Commit 1ac11e0

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.2.1
1 parent 496b0e2 commit 1ac11e0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"devDependencies": {
7474
"@babel/core": "7.24.1",
7575
"@babel/preset-env": "7.24.1",
76-
"@commitlint/cli": "19.2.0",
76+
"@commitlint/cli": "19.2.1",
7777
"@heap-data-structure/specification": "16.0.1",
7878
"@js-library/commitlint-config": "0.0.4",
7979
"@node-loader/babel": "2.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,15 +1693,15 @@
16931693
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
16941694
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
16951695

1696-
"@commitlint/[email protected].0":
1697-
version "19.2.0"
1698-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.0.tgz#90a77b5b27b29d0f78960406b483e9d2da673e68"
1699-
integrity sha512-8XnQDMyQR+1/ldbmIyhonvnDS2enEw48Wompo/967fsEvy9Vj5/JbDutzmSBKxANWDVeEbR9QQm0yHpw6ArrFw==
1696+
"@commitlint/[email protected].1":
1697+
version "19.2.1"
1698+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.1.tgz#8f00d27a8b7c7780e75b06fd4658fdc1e9209f1b"
1699+
integrity sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==
17001700
dependencies:
17011701
"@commitlint/format" "^19.0.3"
17021702
"@commitlint/lint" "^19.1.0"
17031703
"@commitlint/load" "^19.2.0"
1704-
"@commitlint/read" "^19.2.0"
1704+
"@commitlint/read" "^19.2.1"
17051705
"@commitlint/types" "^19.0.3"
17061706
execa "^8.0.1"
17071707
yargs "^17.0.0"
@@ -1787,10 +1787,10 @@
17871787
conventional-changelog-angular "^7.0.0"
17881788
conventional-commits-parser "^5.0.0"
17891789

1790-
"@commitlint/read@^19.2.0":
1791-
version "19.2.0"
1792-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.0.tgz#68b1ff24ed315b0078499615e97b8048e1b12b1a"
1793-
integrity sha512-HlGeEd/jyp2a5Fb9mvtsaDm5hFCmj80dJYjLQkpG3DzWneWBc37YU3kM8Za1D1HUazZaTkdsWq73M3XDE4CvCA==
1790+
"@commitlint/read@^19.2.1":
1791+
version "19.2.1"
1792+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.1.tgz#7296b99c9a989e60e5927fff8388a1dd44299c2f"
1793+
integrity sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==
17941794
dependencies:
17951795
"@commitlint/top-level" "^19.0.0"
17961796
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)