Skip to content

Commit 5f65a30

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v17.4.2
1 parent 68b4c28 commit 5f65a30

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
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.20.12",
7575
"@babel/preset-env": "7.20.2",
7676
"@babel/register": "7.18.9",
77-
"@commitlint/cli": "17.4.1",
77+
"@commitlint/cli": "17.4.2",
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: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,15 +2138,15 @@
21382138
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
21392139
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
21402140

2141-
"@commitlint/cli@17.4.1":
2142-
version "17.4.1"
2143-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.1.tgz#71086653a42abafe5519c6c5f8ada35b17f1dc53"
2144-
integrity sha512-W8OJwz+izY+fVwyUt1HveCDmABMZNRVZHSVPw/Bh9Y62tp11SmmQaycgbsYLMiMy7JGn4mAJqEGlSHS9Uti9ZQ==
2141+
"@commitlint/cli@17.4.2":
2142+
version "17.4.2"
2143+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.2.tgz#8600c83abb7e84191fd59528fc14f436496fb00b"
2144+
integrity sha512-0rPGJ2O1owhpxMIXL9YJ2CgPkdrFLKZElIZHXDN8L8+qWK1DGH7Q7IelBT1pchXTYTuDlqkOTdh//aTvT3bSUA==
21452145
dependencies:
21462146
"@commitlint/format" "^17.4.0"
2147-
"@commitlint/lint" "^17.4.0"
2148-
"@commitlint/load" "^17.4.1"
2149-
"@commitlint/read" "^17.4.0"
2147+
"@commitlint/lint" "^17.4.2"
2148+
"@commitlint/load" "^17.4.2"
2149+
"@commitlint/read" "^17.4.2"
21502150
"@commitlint/types" "^17.4.0"
21512151
execa "^5.0.0"
21522152
lodash.isfunction "^3.0.9"
@@ -2187,28 +2187,28 @@
21872187
"@commitlint/types" "^17.4.0"
21882188
chalk "^4.1.0"
21892189

2190-
"@commitlint/is-ignored@^17.4.0":
2191-
version "17.4.0"
2192-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.4.0.tgz#7c1f35db20c409783935b9305ad695f378287b31"
2193-
integrity sha512-mkRuBlPUaBimvSvJyIHEHEW1/jP1SqEI7NOoaO9/eyJkMbsaiv5b1QgDYL4ZXlHdS64RMV7Y21MVVzuIceImDA==
2190+
"@commitlint/is-ignored@^17.4.2":
2191+
version "17.4.2"
2192+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.4.2.tgz#2d40a34e071c3e595e485fafe8460457a7b7af9d"
2193+
integrity sha512-1b2Y2qJ6n7bHG9K6h8S4lBGUl6kc7mMhJN9gy1SQfUZqe92ToDjUTtgNWb6LbzR1X8Cq4SEus4VU8Z/riEa94Q==
21942194
dependencies:
21952195
"@commitlint/types" "^17.4.0"
21962196
semver "7.3.8"
21972197

2198-
"@commitlint/lint@^17.4.0":
2199-
version "17.4.0"
2200-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.4.0.tgz#ba3554692d8e156db04085caa75eab9d46908449"
2201-
integrity sha512-HG2YT4TUbQKs9v8QvpQjJ6OK+fhflsDB8M+D5tLrY79hbQOWA9mDKdRkABsW/AAhpNI9+zeGUWF3jj245jSHKw==
2198+
"@commitlint/lint@^17.4.2":
2199+
version "17.4.2"
2200+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.4.2.tgz#1277cb4d5395e9d6c39cbc351984bac9dcc6b7cd"
2201+
integrity sha512-HcymabrdBhsDMNzIv146+ZPNBPBK5gMNsVH+el2lCagnYgCi/4ixrHooeVyS64Fgce2K26+MC7OQ4vVH8wQWVw==
22022202
dependencies:
2203-
"@commitlint/is-ignored" "^17.4.0"
2204-
"@commitlint/parse" "^17.4.0"
2205-
"@commitlint/rules" "^17.4.0"
2203+
"@commitlint/is-ignored" "^17.4.2"
2204+
"@commitlint/parse" "^17.4.2"
2205+
"@commitlint/rules" "^17.4.2"
22062206
"@commitlint/types" "^17.4.0"
22072207

2208-
"@commitlint/load@^17.4.1":
2209-
version "17.4.1"
2210-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.1.tgz#e1073e0264c84b304f5ab22862217152daca5d27"
2211-
integrity sha512-6A7/LhIaQpL4ieciIDcVvK2d5z/UI1GBrtDaHm6sQSCL0265clB2/F7XKQNTJHXv9yG4LByT2r+QCpM4GugIfw==
2208+
"@commitlint/load@^17.4.2":
2209+
version "17.4.2"
2210+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.2.tgz#551875c3e1dce6dc0375dc9c8ad551de8ba35de4"
2211+
integrity sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==
22122212
dependencies:
22132213
"@commitlint/config-validator" "^17.4.0"
22142214
"@commitlint/execute-rule" "^17.4.0"
@@ -2225,24 +2225,24 @@
22252225
ts-node "^10.8.1"
22262226
typescript "^4.6.4"
22272227

2228-
"@commitlint/message@^17.4.0":
2229-
version "17.4.0"
2230-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.4.0.tgz#40779163d1cd7946b081077e1ef7f831baa577e5"
2231-
integrity sha512-USGJDU9PPxcgQjKXCzvPUal65KAhxWq3hp+MrU1pNCN2itWM654CLIoY2LMIQ7rScTli9B5dTLH3vXhzbItmzA==
2228+
"@commitlint/message@^17.4.2":
2229+
version "17.4.2"
2230+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.4.2.tgz#f4753a79701ad6db6db21f69076e34de6580e22c"
2231+
integrity sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==
22322232

2233-
"@commitlint/parse@^17.4.0":
2234-
version "17.4.0"
2235-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.4.0.tgz#bb2a78dcad9abd12a53a9d50387a45c5b86afcff"
2236-
integrity sha512-x8opKc5p+Hgs+CrMbq3VAnW2L2foPAX6arW8u9c8nTzksldGgFsENT+XVyPmpSMLlVBswZ1tndcz1xyKiY9TJA==
2233+
"@commitlint/parse@^17.4.2":
2234+
version "17.4.2"
2235+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.4.2.tgz#b0f8a257a1f93387a497408b0b4cadba60ee3359"
2236+
integrity sha512-DK4EwqhxfXpyCA+UH8TBRIAXAfmmX4q9QRBz/2h9F9sI91yt6mltTrL6TKURMcjUVmgaB80wgS9QybNIyVBIJA==
22372237
dependencies:
22382238
"@commitlint/types" "^17.4.0"
22392239
conventional-changelog-angular "^5.0.11"
22402240
conventional-commits-parser "^3.2.2"
22412241

2242-
"@commitlint/read@^17.4.0":
2243-
version "17.4.0"
2244-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.4.0.tgz#946def0be19a2af8fd1d09cd7ad7f33b3c30b610"
2245-
integrity sha512-pGDeZpbkyvhxK8ZoCDUacPPRpauKPWF3n2XpDBEnuGreqUF2clq2PVJpwMMaNN5cHW8iFKCbcoOjXhD01sln0A==
2242+
"@commitlint/read@^17.4.2":
2243+
version "17.4.2"
2244+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.4.2.tgz#4880a05271fb44cefa54d365a17d5753496a6de0"
2245+
integrity sha512-hasYOdbhEg+W4hi0InmXHxtD/1favB4WdwyFxs1eOy/DvMw6+2IZBmATgGOlqhahsypk4kChhxjAFJAZ2F+JBg==
22462246
dependencies:
22472247
"@commitlint/top-level" "^17.4.0"
22482248
"@commitlint/types" "^17.4.0"
@@ -2262,13 +2262,13 @@
22622262
resolve-from "^5.0.0"
22632263
resolve-global "^1.0.0"
22642264

2265-
"@commitlint/rules@^17.4.0":
2266-
version "17.4.0"
2267-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.4.0.tgz#7814f9de38c10ba17b33dd16a05be8f181031538"
2268-
integrity sha512-lz3i1jet2NNjTWpAMwjjQjMZCPWBIHK1Kkja9o09UmUtMjRdALTb8uMLe8gCyeq3DiiZ5lLYOhbsoPK56xGQKA==
2265+
"@commitlint/rules@^17.4.2":
2266+
version "17.4.2"
2267+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.4.2.tgz#cdf203bc82af979cb319210ef9215cb1de216a9b"
2268+
integrity sha512-OGrPsMb9Fx3/bZ64/EzJehY9YDSGWzp81Pj+zJiY+r/NSgJI3nUYdlS37jykNIugzazdEXfMtQ10kmA+Kx2pZQ==
22692269
dependencies:
22702270
"@commitlint/ensure" "^17.4.0"
2271-
"@commitlint/message" "^17.4.0"
2271+
"@commitlint/message" "^17.4.2"
22722272
"@commitlint/to-lines" "^17.4.0"
22732273
"@commitlint/types" "^17.4.0"
22742274
execa "^5.0.0"

0 commit comments

Comments
 (0)