Skip to content

Commit f57cfd0

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v17.6.1
1 parent 8186431 commit f57cfd0

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
@@ -74,7 +74,7 @@
7474
"@babel/core": "7.21.4",
7575
"@babel/preset-env": "7.21.4",
7676
"@babel/register": "7.21.0",
77-
"@commitlint/cli": "17.6.0",
77+
"@commitlint/cli": "17.6.1",
7878
"@iterable-iterator/list": "1.0.1",
7979
"@iterable-iterator/map": "1.0.1",
8080
"@iterable-iterator/range": "2.1.0",

yarn.lock

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

2136-
"@commitlint/cli@17.6.0":
2137-
version "17.6.0"
2138-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.0.tgz#9e14322fc2eb7b27aa3124d3f0d64571e4ecb230"
2139-
integrity sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==
2136+
"@commitlint/cli@17.6.1":
2137+
version "17.6.1"
2138+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.1.tgz#571a1272a656cd316f4b601cbb0fcb2ef50bfc7a"
2139+
integrity sha512-kCnDD9LE2ySiTnj/VPaxy4/oRayRcdv4aCuVxtoum8SxIU7OADHc0nJPQfheE8bHcs3zZdWzDMWltRosuT13bg==
21402140
dependencies:
21412141
"@commitlint/format" "^17.4.4"
2142-
"@commitlint/lint" "^17.6.0"
2142+
"@commitlint/lint" "^17.6.1"
21432143
"@commitlint/load" "^17.5.0"
21442144
"@commitlint/read" "^17.5.1"
21452145
"@commitlint/types" "^17.4.4"
@@ -2190,14 +2190,14 @@
21902190
"@commitlint/types" "^17.4.4"
21912191
semver "7.3.8"
21922192

2193-
"@commitlint/lint@^17.6.0":
2194-
version "17.6.0"
2195-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.0.tgz#ec40e2267ced1d75e7f62b7e032db1f8a9e6c1f2"
2196-
integrity sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==
2193+
"@commitlint/lint@^17.6.1":
2194+
version "17.6.1"
2195+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.1.tgz#52275acc6b3d92a9ad466535331c5dd8e85b6f42"
2196+
integrity sha512-VARJ9kxH64isgwVnC+ABPafCYzqxpsWJIpDaTuI0gh8aX4GQ0i7cn9tvxtFNfJj4ER2BAJeWJ0vURdNYjK2RQQ==
21972197
dependencies:
21982198
"@commitlint/is-ignored" "^17.4.4"
21992199
"@commitlint/parse" "^17.4.4"
2200-
"@commitlint/rules" "^17.6.0"
2200+
"@commitlint/rules" "^17.6.1"
22012201
"@commitlint/types" "^17.4.4"
22022202

22032203
"@commitlint/load@^17.5.0":
@@ -2257,10 +2257,10 @@
22572257
resolve-from "^5.0.0"
22582258
resolve-global "^1.0.0"
22592259

2260-
"@commitlint/rules@^17.6.0":
2261-
version "17.6.0"
2262-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.0.tgz#1d4029015362ec96690c3e460b8267331dc51077"
2263-
integrity sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==
2260+
"@commitlint/rules@^17.6.1":
2261+
version "17.6.1"
2262+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.1.tgz#dff529b8d1e0455808fe7e3e1fa70617e4eb2759"
2263+
integrity sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==
22642264
dependencies:
22652265
"@commitlint/ensure" "^17.4.4"
22662266
"@commitlint/message" "^17.4.2"

0 commit comments

Comments
 (0)