Skip to content

Commit df47013

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

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
@@ -70,7 +70,7 @@
7070
"@babel/core": "7.21.5",
7171
"@babel/preset-env": "7.21.5",
7272
"@babel/register": "7.21.0",
73-
"@commitlint/cli": "17.6.0",
73+
"@commitlint/cli": "17.6.1",
7474
"@js-library/commitlint-config": "0.0.4",
7575
"ava": "5.2.0",
7676
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

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

2202-
"@commitlint/cli@17.6.0":
2203-
version "17.6.0"
2204-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.0.tgz#9e14322fc2eb7b27aa3124d3f0d64571e4ecb230"
2205-
integrity sha512-JaZeZ1p6kfkSiZlDoQjK09AuiI9zYQMiIUJzTOM8qNRHFOXOPmiTM56nI67yzeUSNTFu6M/DRqjmdjtA5q3hEg==
2202+
"@commitlint/cli@17.6.1":
2203+
version "17.6.1"
2204+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.1.tgz#571a1272a656cd316f4b601cbb0fcb2ef50bfc7a"
2205+
integrity sha512-kCnDD9LE2ySiTnj/VPaxy4/oRayRcdv4aCuVxtoum8SxIU7OADHc0nJPQfheE8bHcs3zZdWzDMWltRosuT13bg==
22062206
dependencies:
22072207
"@commitlint/format" "^17.4.4"
2208-
"@commitlint/lint" "^17.6.0"
2208+
"@commitlint/lint" "^17.6.1"
22092209
"@commitlint/load" "^17.5.0"
22102210
"@commitlint/read" "^17.5.1"
22112211
"@commitlint/types" "^17.4.4"
@@ -2256,14 +2256,14 @@
22562256
"@commitlint/types" "^17.4.4"
22572257
semver "7.3.8"
22582258

2259-
"@commitlint/lint@^17.6.0":
2260-
version "17.6.0"
2261-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.0.tgz#ec40e2267ced1d75e7f62b7e032db1f8a9e6c1f2"
2262-
integrity sha512-6cEXxpxZd7fbtYMxeosOum/Nnwu3VdSuZcrFSqP9lWNsrHRv4ijVsnLeomvo6WHPchGOeEWAazAI7Q6Ap22fJw==
2259+
"@commitlint/lint@^17.6.1":
2260+
version "17.6.1"
2261+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.1.tgz#52275acc6b3d92a9ad466535331c5dd8e85b6f42"
2262+
integrity sha512-VARJ9kxH64isgwVnC+ABPafCYzqxpsWJIpDaTuI0gh8aX4GQ0i7cn9tvxtFNfJj4ER2BAJeWJ0vURdNYjK2RQQ==
22632263
dependencies:
22642264
"@commitlint/is-ignored" "^17.4.4"
22652265
"@commitlint/parse" "^17.4.4"
2266-
"@commitlint/rules" "^17.6.0"
2266+
"@commitlint/rules" "^17.6.1"
22672267
"@commitlint/types" "^17.4.4"
22682268

22692269
"@commitlint/load@^17.5.0":
@@ -2323,10 +2323,10 @@
23232323
resolve-from "^5.0.0"
23242324
resolve-global "^1.0.0"
23252325

2326-
"@commitlint/rules@^17.6.0":
2327-
version "17.6.0"
2328-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.0.tgz#1d4029015362ec96690c3e460b8267331dc51077"
2329-
integrity sha512-Ka7AsRFvkKMYYE7itgo7hddRGCiV+0BgbTIAq4PWmnkHAECxYpdqMVzW5jaATmXZfwfRRTB57e7KZWj6EPmK1A==
2326+
"@commitlint/rules@^17.6.1":
2327+
version "17.6.1"
2328+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.1.tgz#dff529b8d1e0455808fe7e3e1fa70617e4eb2759"
2329+
integrity sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==
23302330
dependencies:
23312331
"@commitlint/ensure" "^17.4.4"
23322332
"@commitlint/message" "^17.4.2"

0 commit comments

Comments
 (0)