Skip to content

Commit 6be7242

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v13.2.1
1 parent b0077be commit 6be7242

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@babel/preset-env": "7.15.8",
7070
"@babel/register": "7.15.3",
7171
"@binary-search-tree/red-black-tree": "10.0.1",
72-
"@commitlint/cli": "13.2.0",
72+
"@commitlint/cli": "13.2.1",
7373
"@iterable-iterator/iter": "1.0.1",
7474
"@iterable-iterator/range": "2.1.0",
7575
"@iterable-iterator/slice": "1.0.1",

yarn.lock

+10-9
Original file line numberDiff line numberDiff line change
@@ -1473,14 +1473,14 @@
14731473
"@iterable-iterator/filter" "^1.0.0"
14741474
"@iterable-iterator/map" "^1.0.0"
14751475

1476-
"@commitlint/[email protected].0":
1477-
version "13.2.0"
1478-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.2.0.tgz#9e85756b0d0ee06c34b5635d7ef42d7a6c72bd6f"
1479-
integrity sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==
1476+
"@commitlint/[email protected].1":
1477+
version "13.2.1"
1478+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.2.1.tgz#80ebd46beef6ceed3bb0c0842bcda8d02a3c91de"
1479+
integrity sha512-JGzYk2ay5JkRS5w+FLQzr0u/Kih52ds4HPpa3vnwVOQN8Q+S1VYr8Nk/6kRm6uNYsAcC1nejtuDxRdLcLh/9TA==
14801480
dependencies:
14811481
"@commitlint/format" "^13.2.0"
14821482
"@commitlint/lint" "^13.2.0"
1483-
"@commitlint/load" "^13.2.0"
1483+
"@commitlint/load" "^13.2.1"
14841484
"@commitlint/read" "^13.2.0"
14851485
"@commitlint/types" "^13.2.0"
14861486
lodash "^4.17.19"
@@ -1527,10 +1527,10 @@
15271527
"@commitlint/rules" "^13.2.0"
15281528
"@commitlint/types" "^13.2.0"
15291529

1530-
"@commitlint/load@^13.2.0":
1531-
version "13.2.0"
1532-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.2.0.tgz#6bd90b803f7fd102766731dad207cca075b67a4a"
1533-
integrity sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==
1530+
"@commitlint/load@^13.2.1":
1531+
version "13.2.1"
1532+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.2.1.tgz#d5d926dbd05021c02837c438ff1057025b28b745"
1533+
integrity sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==
15341534
dependencies:
15351535
"@commitlint/execute-rule" "^13.2.0"
15361536
"@commitlint/resolve-extends" "^13.2.0"
@@ -1540,6 +1540,7 @@
15401540
cosmiconfig "^7.0.0"
15411541
lodash "^4.17.19"
15421542
resolve-from "^5.0.0"
1543+
typescript "^4.4.3"
15431544

15441545
"@commitlint/message@^13.2.0":
15451546
version "13.2.0"

0 commit comments

Comments
 (0)