Skip to content

Commit e60af3d

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.4.1.
1 parent d9851ba commit e60af3d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@babel/core": "7.25.2",
7676
"@babel/preset-env": "7.25.4",
7777
"@binary-search-tree/red-black-tree": "10.0.1",
78-
"@commitlint/cli": "19.4.0",
78+
"@commitlint/cli": "19.4.1",
7979
"@iterable-iterator/iter": "1.0.1",
8080
"@iterable-iterator/range": "2.1.0",
8181
"@iterable-iterator/slice": "1.0.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2259,13 +2259,13 @@
22592259
"@iterable-iterator/filter" "^1.0.0"
22602260
"@iterable-iterator/map" "^1.0.0"
22612261

2262-
"@commitlint/[email protected].0":
2263-
version "19.4.0"
2264-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
2265-
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
2262+
"@commitlint/[email protected].1":
2263+
version "19.4.1"
2264+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.1.tgz#51dbd88750620c9e5fb6f5bc773872728a29674a"
2265+
integrity sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==
22662266
dependencies:
22672267
"@commitlint/format" "^19.3.0"
2268-
"@commitlint/lint" "^19.2.2"
2268+
"@commitlint/lint" "^19.4.1"
22692269
"@commitlint/load" "^19.4.0"
22702270
"@commitlint/read" "^19.4.0"
22712271
"@commitlint/types" "^19.0.3"
@@ -2313,14 +2313,14 @@
23132313
"@commitlint/types" "^19.0.3"
23142314
semver "^7.6.0"
23152315

2316-
"@commitlint/lint@^19.2.2":
2317-
version "19.2.2"
2318-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
2319-
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
2316+
"@commitlint/lint@^19.4.1":
2317+
version "19.4.1"
2318+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.4.1.tgz#0760d34fcdaee0bf05befe666ca14c0fc1ecb57e"
2319+
integrity sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==
23202320
dependencies:
23212321
"@commitlint/is-ignored" "^19.2.2"
23222322
"@commitlint/parse" "^19.0.3"
2323-
"@commitlint/rules" "^19.0.3"
2323+
"@commitlint/rules" "^19.4.1"
23242324
"@commitlint/types" "^19.0.3"
23252325

23262326
"@commitlint/load@^19.4.0":
@@ -2376,10 +2376,10 @@
23762376
lodash.mergewith "^4.6.2"
23772377
resolve-from "^5.0.0"
23782378

2379-
"@commitlint/rules@^19.0.3":
2380-
version "19.0.3"
2381-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.3.tgz#de647a9055847cae4f3ae32b4798096b604584f3"
2382-
integrity sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==
2379+
"@commitlint/rules@^19.4.1":
2380+
version "19.4.1"
2381+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.4.1.tgz#df15baad1092e2be1b39aa1aa7cc05e12f59f677"
2382+
integrity sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==
23832383
dependencies:
23842384
"@commitlint/ensure" "^19.0.3"
23852385
"@commitlint/message" "^19.0.0"

0 commit comments

Comments
 (0)