Skip to content

Commit ef77182

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v17.5.1
1 parent 076713b commit ef77182

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.3",
7171
"@babel/preset-env": "7.20.2",
7272
"@babel/register": "7.21.0",
73-
"@commitlint/cli": "17.5.0",
73+
"@commitlint/cli": "17.5.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,15 +2199,15 @@
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.5.0":
2203-
version "17.5.0"
2204-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.0.tgz#045bf46fc38bb4246da30b462d8db66f48c28f9a"
2205-
integrity sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==
2202+
"@commitlint/cli@17.5.1":
2203+
version "17.5.1"
2204+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.1.tgz#db176538db7b4140c8856c88a46bd15ec705f881"
2205+
integrity sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==
22062206
dependencies:
22072207
"@commitlint/format" "^17.4.4"
22082208
"@commitlint/lint" "^17.4.4"
22092209
"@commitlint/load" "^17.5.0"
2210-
"@commitlint/read" "^17.4.4"
2210+
"@commitlint/read" "^17.5.1"
22112211
"@commitlint/types" "^17.4.4"
22122212
execa "^5.0.0"
22132213
lodash.isfunction "^3.0.9"
@@ -2300,15 +2300,15 @@
23002300
conventional-changelog-angular "^5.0.11"
23012301
conventional-commits-parser "^3.2.2"
23022302

2303-
"@commitlint/read@^17.4.4":
2304-
version "17.4.4"
2305-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.4.4.tgz#de6ec00aad827764153009aa54517e3df2154555"
2306-
integrity sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==
2303+
"@commitlint/read@^17.5.1":
2304+
version "17.5.1"
2305+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.5.1.tgz#fec903b766e2c41e3cefa80630040fcaba4f786c"
2306+
integrity sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==
23072307
dependencies:
23082308
"@commitlint/top-level" "^17.4.0"
23092309
"@commitlint/types" "^17.4.4"
23102310
fs-extra "^11.0.0"
2311-
git-raw-commits "^2.0.0"
2311+
git-raw-commits "^2.0.11"
23122312
minimist "^1.2.6"
23132313

23142314
"@commitlint/resolve-extends@^17.4.4":
@@ -5775,10 +5775,10 @@ getpass@^0.1.1:
57755775
dependencies:
57765776
assert-plus "^1.0.0"
57775777

5778-
git-raw-commits@^2.0.0:
5779-
version "2.0.10"
5780-
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.10.tgz#e2255ed9563b1c9c3ea6bd05806410290297bbc1"
5781-
integrity sha512-sHhX5lsbG9SOO6yXdlwgEMQ/ljIn7qMpAbJZCGfXX2fq5T8M5SrDnpYk9/4HswTildcIqatsWa91vty6VhWSaQ==
5778+
git-raw-commits@^2.0.11:
5779+
version "2.0.11"
5780+
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
5781+
integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==
57825782
dependencies:
57835783
dargs "^7.0.0"
57845784
lodash "^4.17.15"

0 commit comments

Comments
 (0)