Skip to content

Commit 117b2fb

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

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
@@ -68,7 +68,7 @@
6868
"@babel/core": "7.21.4",
6969
"@babel/preset-env": "7.21.4",
7070
"@babel/register": "7.21.0",
71-
"@commitlint/cli": "17.6.0",
71+
"@commitlint/cli": "17.6.1",
7272
"@js-library/commitlint-config": "0.0.4",
7373
"ava": "5.2.0",
7474
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

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

2144-
"@commitlint/cli@17.6.0":
2145-
version "17.6.0"
2146-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.0.tgz#9e14322fc2eb7b27aa3124d3f0d64571e4ecb230"
2147-
integrity sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==
2144+
"@commitlint/cli@17.6.1":
2145+
version "17.6.1"
2146+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.1.tgz#571a1272a656cd316f4b601cbb0fcb2ef50bfc7a"
2147+
integrity sha512-kCnDD9LE2ySiTnj/VPaxy4/oRayRcdv4aCuVxtoum8SxIU7OADHc0nJPQfheE8bHcs3zZdWzDMWltRosuT13bg==
21482148
dependencies:
21492149
"@commitlint/format" "^17.4.4"
2150-
"@commitlint/lint" "^17.6.0"
2150+
"@commitlint/lint" "^17.6.1"
21512151
"@commitlint/load" "^17.5.0"
21522152
"@commitlint/read" "^17.5.1"
21532153
"@commitlint/types" "^17.4.4"
@@ -2198,14 +2198,14 @@
21982198
"@commitlint/types" "^17.4.4"
21992199
semver "7.3.8"
22002200

2201-
"@commitlint/lint@^17.6.0":
2202-
version "17.6.0"
2203-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.0.tgz#ec40e2267ced1d75e7f62b7e032db1f8a9e6c1f2"
2204-
integrity sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==
2201+
"@commitlint/lint@^17.6.1":
2202+
version "17.6.1"
2203+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.1.tgz#52275acc6b3d92a9ad466535331c5dd8e85b6f42"
2204+
integrity sha512-VARJ9kxH64isgwVnC+ABPafCYzqxpsWJIpDaTuI0gh8aX4GQ0i7cn9tvxtFNfJj4ER2BAJeWJ0vURdNYjK2RQQ==
22052205
dependencies:
22062206
"@commitlint/is-ignored" "^17.4.4"
22072207
"@commitlint/parse" "^17.4.4"
2208-
"@commitlint/rules" "^17.6.0"
2208+
"@commitlint/rules" "^17.6.1"
22092209
"@commitlint/types" "^17.4.4"
22102210

22112211
"@commitlint/load@^17.5.0":
@@ -2265,10 +2265,10 @@
22652265
resolve-from "^5.0.0"
22662266
resolve-global "^1.0.0"
22672267

2268-
"@commitlint/rules@^17.6.0":
2269-
version "17.6.0"
2270-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.0.tgz#1d4029015362ec96690c3e460b8267331dc51077"
2271-
integrity sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==
2268+
"@commitlint/rules@^17.6.1":
2269+
version "17.6.1"
2270+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.1.tgz#dff529b8d1e0455808fe7e3e1fa70617e4eb2759"
2271+
integrity sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==
22722272
dependencies:
22732273
"@commitlint/ensure" "^17.4.4"
22742274
"@commitlint/message" "^17.4.2"

0 commit comments

Comments
 (0)