Skip to content

Commit e3be302

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

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
@@ -78,7 +78,7 @@
7878
"@babel/plugin-transform-for-of": "7.24.7",
7979
"@babel/preset-env": "7.25.4",
8080
"@codec-bytes/ascii": "3.0.0",
81-
"@commitlint/cli": "19.4.0",
81+
"@commitlint/cli": "19.4.1",
8282
"@js-library/commitlint-config": "0.0.4",
8383
"@node-loader/babel": "2.1.0",
8484
"@node-loader/core": "2.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,13 +2263,13 @@
22632263
dependencies:
22642264
"@failure-abstraction/error" "^6.0.1"
22652265

2266-
"@commitlint/[email protected].0":
2267-
version "19.4.0"
2268-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
2269-
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
2266+
"@commitlint/[email protected].1":
2267+
version "19.4.1"
2268+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.1.tgz#51dbd88750620c9e5fb6f5bc773872728a29674a"
2269+
integrity sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==
22702270
dependencies:
22712271
"@commitlint/format" "^19.3.0"
2272-
"@commitlint/lint" "^19.2.2"
2272+
"@commitlint/lint" "^19.4.1"
22732273
"@commitlint/load" "^19.4.0"
22742274
"@commitlint/read" "^19.4.0"
22752275
"@commitlint/types" "^19.0.3"
@@ -2317,14 +2317,14 @@
23172317
"@commitlint/types" "^19.0.3"
23182318
semver "^7.6.0"
23192319

2320-
"@commitlint/lint@^19.2.2":
2321-
version "19.2.2"
2322-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
2323-
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
2320+
"@commitlint/lint@^19.4.1":
2321+
version "19.4.1"
2322+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.4.1.tgz#0760d34fcdaee0bf05befe666ca14c0fc1ecb57e"
2323+
integrity sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==
23242324
dependencies:
23252325
"@commitlint/is-ignored" "^19.2.2"
23262326
"@commitlint/parse" "^19.0.3"
2327-
"@commitlint/rules" "^19.0.3"
2327+
"@commitlint/rules" "^19.4.1"
23282328
"@commitlint/types" "^19.0.3"
23292329

23302330
"@commitlint/load@^19.4.0":
@@ -2380,10 +2380,10 @@
23802380
lodash.mergewith "^4.6.2"
23812381
resolve-from "^5.0.0"
23822382

2383-
"@commitlint/rules@^19.0.3":
2384-
version "19.0.3"
2385-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.3.tgz#de647a9055847cae4f3ae32b4798096b604584f3"
2386-
integrity sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==
2383+
"@commitlint/rules@^19.4.1":
2384+
version "19.4.1"
2385+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.4.1.tgz#df15baad1092e2be1b39aa1aa7cc05e12f59f677"
2386+
integrity sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==
23872387
dependencies:
23882388
"@commitlint/ensure" "^19.0.3"
23892389
"@commitlint/message" "^19.0.0"

0 commit comments

Comments
 (0)