Skip to content

Commit b83f514

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

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.3",
6969
"@babel/preset-env": "7.20.2",
7070
"@babel/register": "7.21.0",
71-
"@commitlint/cli": "17.5.0",
71+
"@commitlint/cli": "17.5.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
@@ -2194,15 +2194,15 @@
21942194
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
21952195
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
21962196

2197-
"@commitlint/cli@17.5.0":
2198-
version "17.5.0"
2199-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.0.tgz#045bf46fc38bb4246da30b462d8db66f48c28f9a"
2200-
integrity sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==
2197+
"@commitlint/cli@17.5.1":
2198+
version "17.5.1"
2199+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.1.tgz#db176538db7b4140c8856c88a46bd15ec705f881"
2200+
integrity sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==
22012201
dependencies:
22022202
"@commitlint/format" "^17.4.4"
22032203
"@commitlint/lint" "^17.4.4"
22042204
"@commitlint/load" "^17.5.0"
2205-
"@commitlint/read" "^17.4.4"
2205+
"@commitlint/read" "^17.5.1"
22062206
"@commitlint/types" "^17.4.4"
22072207
execa "^5.0.0"
22082208
lodash.isfunction "^3.0.9"
@@ -2295,15 +2295,15 @@
22952295
conventional-changelog-angular "^5.0.11"
22962296
conventional-commits-parser "^3.2.2"
22972297

2298-
"@commitlint/read@^17.4.4":
2299-
version "17.4.4"
2300-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.4.4.tgz#de6ec00aad827764153009aa54517e3df2154555"
2301-
integrity sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==
2298+
"@commitlint/read@^17.5.1":
2299+
version "17.5.1"
2300+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.5.1.tgz#fec903b766e2c41e3cefa80630040fcaba4f786c"
2301+
integrity sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==
23022302
dependencies:
23032303
"@commitlint/top-level" "^17.4.0"
23042304
"@commitlint/types" "^17.4.4"
23052305
fs-extra "^11.0.0"
2306-
git-raw-commits "^2.0.0"
2306+
git-raw-commits "^2.0.11"
23072307
minimist "^1.2.6"
23082308

23092309
"@commitlint/resolve-extends@^17.4.4":
@@ -5770,10 +5770,10 @@ getpass@^0.1.1:
57705770
dependencies:
57715771
assert-plus "^1.0.0"
57725772

5773-
git-raw-commits@^2.0.0:
5774-
version "2.0.10"
5775-
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.10.tgz#e2255ed9563b1c9c3ea6bd05806410290297bbc1"
5776-
integrity sha512-sHhX5lsbG9SOO6yXdlwgEMQ/ljIn7qMpAbJZCGfXX2fq5T8M5SrDnpYk9/4HswTildcIqatsWa91vty6VhWSaQ==
5773+
git-raw-commits@^2.0.11:
5774+
version "2.0.11"
5775+
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
5776+
integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==
57775777
dependencies:
57785778
dargs "^7.0.0"
57795779
lodash "^4.17.15"

0 commit comments

Comments
 (0)