Skip to content

Commit 481e639

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v19.4.1.
1 parent 6cb53d7 commit 481e639

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
@@ -80,7 +80,7 @@
8080
"devDependencies": {
8181
"@babel/core": "7.25.2",
8282
"@babel/preset-env": "7.25.4",
83-
"@commitlint/cli": "19.4.0",
83+
"@commitlint/cli": "19.4.1",
8484
"@iterable-iterator/list": "1.0.1",
8585
"@iterable-iterator/map": "1.0.1",
8686
"@iterable-iterator/range": "2.1.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,13 +2269,13 @@
22692269
resolved "https://registry.yarnpkg.com/@combinatorics/permutation/-/permutation-4.0.1.tgz#d2de16f745ee3b1994a98ce90a33276be8a58445"
22702270
integrity sha512-avheUVr41i0bKTyBS2Xb1vTnLI1aw2L2Xz2/vMtk52IveiXCnR1e5xOWoVUWpWuM1M9H9qkclMPbnK5vNCJ/Nw==
22712271

2272-
"@commitlint/[email protected].0":
2273-
version "19.4.0"
2274-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
2275-
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
2272+
"@commitlint/[email protected].1":
2273+
version "19.4.1"
2274+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.1.tgz#51dbd88750620c9e5fb6f5bc773872728a29674a"
2275+
integrity sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==
22762276
dependencies:
22772277
"@commitlint/format" "^19.3.0"
2278-
"@commitlint/lint" "^19.2.2"
2278+
"@commitlint/lint" "^19.4.1"
22792279
"@commitlint/load" "^19.4.0"
22802280
"@commitlint/read" "^19.4.0"
22812281
"@commitlint/types" "^19.0.3"
@@ -2323,14 +2323,14 @@
23232323
"@commitlint/types" "^19.0.3"
23242324
semver "^7.6.0"
23252325

2326-
"@commitlint/lint@^19.2.2":
2327-
version "19.2.2"
2328-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9"
2329-
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==
2326+
"@commitlint/lint@^19.4.1":
2327+
version "19.4.1"
2328+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.4.1.tgz#0760d34fcdaee0bf05befe666ca14c0fc1ecb57e"
2329+
integrity sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==
23302330
dependencies:
23312331
"@commitlint/is-ignored" "^19.2.2"
23322332
"@commitlint/parse" "^19.0.3"
2333-
"@commitlint/rules" "^19.0.3"
2333+
"@commitlint/rules" "^19.4.1"
23342334
"@commitlint/types" "^19.0.3"
23352335

23362336
"@commitlint/load@^19.4.0":
@@ -2386,10 +2386,10 @@
23862386
lodash.mergewith "^4.6.2"
23872387
resolve-from "^5.0.0"
23882388

2389-
"@commitlint/rules@^19.0.3":
2390-
version "19.0.3"
2391-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.3.tgz#de647a9055847cae4f3ae32b4798096b604584f3"
2392-
integrity sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==
2389+
"@commitlint/rules@^19.4.1":
2390+
version "19.4.1"
2391+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.4.1.tgz#df15baad1092e2be1b39aa1aa7cc05e12f59f677"
2392+
integrity sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==
23932393
dependencies:
23942394
"@commitlint/ensure" "^19.0.3"
23952395
"@commitlint/message" "^19.0.0"

0 commit comments

Comments
 (0)