Skip to content

Commit 0e4065c

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.3.0.
1 parent cd7c0bf commit 0e4065c

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
@@ -78,7 +78,7 @@
7878
"@babel/core": "7.24.4",
7979
"@babel/preset-env": "7.24.4",
8080
"@collection-abstraction/counter": "6.0.1",
81-
"@commitlint/cli": "19.2.2",
81+
"@commitlint/cli": "19.3.0",
8282
"@iterable-iterator/list": "1.0.1",
8383
"@iterable-iterator/map": "1.0.1",
8484
"@iterable-iterator/range": "2.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2091,12 +2091,12 @@
20912091
"@iterable-iterator/filter" "^1.0.0"
20922092
"@iterable-iterator/map" "^1.0.0"
20932093

2094-
"@commitlint/cli@19.2.2":
2095-
version "19.2.2"
2096-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.2.tgz#7b6d78596dcf6d716942b147aa07c04c4ee126df"
2097-
integrity sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg==
2094+
"@commitlint/cli@19.3.0":
2095+
version "19.3.0"
2096+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.3.0.tgz#44e6da9823a01f0cdcc43054bbefdd2c6c5ddf39"
2097+
integrity sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==
20982098
dependencies:
2099-
"@commitlint/format" "^19.0.3"
2099+
"@commitlint/format" "^19.3.0"
21002100
"@commitlint/lint" "^19.2.2"
21012101
"@commitlint/load" "^19.2.0"
21022102
"@commitlint/read" "^19.2.1"
@@ -2129,10 +2129,10 @@
21292129
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz#928fb239ae8deec82a6e3b05ec9cfe20afa83856"
21302130
integrity sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==
21312131

2132-
"@commitlint/format@^19.0.3":
2133-
version "19.0.3"
2134-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.0.3.tgz#6e3dcdc028b39d370ba717b8bde0853705c467dc"
2135-
integrity sha512-QjjyGyoiVWzx1f5xOteKHNLFyhyweVifMgopozSgx1fGNrGV8+wp7k6n1t6StHdJ6maQJ+UUtO2TcEiBFRyR6Q==
2132+
"@commitlint/format@^19.3.0":
2133+
version "19.3.0"
2134+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.3.0.tgz#48dd9e6930d41eb0ca19f36159ee940c5b25d857"
2135+
integrity sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==
21362136
dependencies:
21372137
"@commitlint/types" "^19.0.3"
21382138
chalk "^5.3.0"

0 commit comments

Comments
 (0)