Skip to content

Commit 4c65938

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

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
@@ -70,7 +70,7 @@
7070
"devDependencies": {
7171
"@babel/core": "7.25.2",
7272
"@babel/preset-env": "7.25.4",
73-
"@commitlint/cli": "19.4.0",
73+
"@commitlint/cli": "19.4.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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,13 +2277,13 @@
22772277
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
22782278
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
22792279

2280-
"@commitlint/[email protected].0":
2281-
version "19.4.0"
2282-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
2283-
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
2280+
"@commitlint/[email protected].1":
2281+
version "19.4.1"
2282+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.1.tgz#51dbd88750620c9e5fb6f5bc773872728a29674a"
2283+
integrity sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==
22842284
dependencies:
22852285
"@commitlint/format" "^19.3.0"
2286-
"@commitlint/lint" "^19.2.2"
2286+
"@commitlint/lint" "^19.4.1"
22872287
"@commitlint/load" "^19.4.0"
22882288
"@commitlint/read" "^19.4.0"
22892289
"@commitlint/types" "^19.0.3"
@@ -2331,14 +2331,14 @@
23312331
"@commitlint/types" "^19.0.3"
23322332
semver "^7.6.0"
23332333

2334-
"@commitlint/lint@^19.2.2":
2335-
version "19.2.2"
2336-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
2337-
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
2334+
"@commitlint/lint@^19.4.1":
2335+
version "19.4.1"
2336+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.4.1.tgz#0760d34fcdaee0bf05befe666ca14c0fc1ecb57e"
2337+
integrity sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==
23382338
dependencies:
23392339
"@commitlint/is-ignored" "^19.2.2"
23402340
"@commitlint/parse" "^19.0.3"
2341-
"@commitlint/rules" "^19.0.3"
2341+
"@commitlint/rules" "^19.4.1"
23422342
"@commitlint/types" "^19.0.3"
23432343

23442344
"@commitlint/load@^19.4.0":
@@ -2394,10 +2394,10 @@
23942394
lodash.mergewith "^4.6.2"
23952395
resolve-from "^5.0.0"
23962396

2397-
"@commitlint/rules@^19.0.3":
2398-
version "19.0.3"
2399-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.3.tgz#de647a9055847cae4f3ae32b4798096b604584f3"
2400-
integrity sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==
2397+
"@commitlint/rules@^19.4.1":
2398+
version "19.4.1"
2399+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.4.1.tgz#df15baad1092e2be1b39aa1aa7cc05e12f59f677"
2400+
integrity sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==
24012401
dependencies:
24022402
"@commitlint/ensure" "^19.0.3"
24032403
"@commitlint/message" "^19.0.0"

0 commit comments

Comments
 (0)