Skip to content

Commit f8ebfc4

Browse files
build(deps-dev): bump @commitlint/cli from 18.6.0 to 18.6.1 (#1785)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.0 to 18.6.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.1/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61fb881 commit f8ebfc4

File tree

1 file changed

+105
-97
lines changed

1 file changed

+105
-97
lines changed

yarn.lock

+105-97
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,15 @@
217217
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
218218

219219
"@commitlint/cli@^18.0.0":
220-
version "18.6.0"
221-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.0.tgz#f065e0514f3870b6dc9a3c608a78820806b46527"
222-
integrity sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==
223-
dependencies:
224-
"@commitlint/format" "^18.6.0"
225-
"@commitlint/lint" "^18.6.0"
226-
"@commitlint/load" "^18.6.0"
227-
"@commitlint/read" "^18.6.0"
228-
"@commitlint/types" "^18.6.0"
220+
version "18.6.1"
221+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.1.tgz#78bffdfa00d6f01425d53096954993d83f2b343d"
222+
integrity sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==
223+
dependencies:
224+
"@commitlint/format" "^18.6.1"
225+
"@commitlint/lint" "^18.6.1"
226+
"@commitlint/load" "^18.6.1"
227+
"@commitlint/read" "^18.6.1"
228+
"@commitlint/types" "^18.6.1"
229229
execa "^5.0.0"
230230
lodash.isfunction "^3.0.9"
231231
resolve-from "5.0.0"
@@ -240,66 +240,66 @@
240240
"@commitlint/types" "^18.6.1"
241241
conventional-changelog-conventionalcommits "^7.0.2"
242242

243-
"@commitlint/config-validator@^18.6.0":
244-
version "18.6.0"
245-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.0.tgz#ea1e04e92829dd7b90cea444f245b0bdefa0a586"
246-
integrity sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g==
243+
"@commitlint/config-validator@^18.6.1":
244+
version "18.6.1"
245+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.1.tgz#e0d71a99c984a68586c7ae7afd3f52342022fae8"
246+
integrity sha512-05uiToBVfPhepcQWE1ZQBR/Io3+tb3gEotZjnI4tTzzPk16NffN6YABgwFQCLmzZefbDcmwWqJWc2XT47q7Znw==
247247
dependencies:
248-
"@commitlint/types" "^18.6.0"
248+
"@commitlint/types" "^18.6.1"
249249
ajv "^8.11.0"
250250

251-
"@commitlint/ensure@^18.6.0":
252-
version "18.6.0"
253-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.0.tgz#3f3dc09d99016eaab0da9423123effd820d11931"
254-
integrity sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw==
251+
"@commitlint/ensure@^18.6.1":
252+
version "18.6.1"
253+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.1.tgz#17141e083200ca94d8480dc23b0e8f8b1fd37b7f"
254+
integrity sha512-BPm6+SspyxQ7ZTsZwXc7TRQL5kh5YWt3euKmEIBZnocMFkJevqs3fbLRb8+8I/cfbVcAo4mxRlpTPfz8zX7SnQ==
255255
dependencies:
256-
"@commitlint/types" "^18.6.0"
256+
"@commitlint/types" "^18.6.1"
257257
lodash.camelcase "^4.3.0"
258258
lodash.kebabcase "^4.1.1"
259259
lodash.snakecase "^4.1.1"
260260
lodash.startcase "^4.4.0"
261261
lodash.upperfirst "^4.3.1"
262262

263-
"@commitlint/execute-rule@^18.4.4":
264-
version "18.4.4"
265-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz#ade986742c1944c8162a54288747e54a8c6146b5"
266-
integrity sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==
263+
"@commitlint/execute-rule@^18.6.1":
264+
version "18.6.1"
265+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.6.1.tgz#18175e043fe6fb5fceea7b8530316c644f93dfe6"
266+
integrity sha512-7s37a+iWyJiGUeMFF6qBlyZciUkF8odSAnHijbD36YDctLhGKoYltdvuJ/AFfRm6cBLRtRk9cCVPdsEFtt/2rg==
267267

268-
"@commitlint/format@^18.6.0":
269-
version "18.6.0"
270-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.0.tgz#e13ef8419cd8eb37be5825a2e84e73cabbfb56ad"
271-
integrity sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==
268+
"@commitlint/format@^18.6.1":
269+
version "18.6.1"
270+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.1.tgz#5f2b8b3ae4d8d80bd9239178e97df63e5b8d280a"
271+
integrity sha512-K8mNcfU/JEFCharj2xVjxGSF+My+FbUHoqR+4GqPGrHNqXOGNio47ziiR4HQUPKtiNs05o8/WyLBoIpMVOP7wg==
272272
dependencies:
273-
"@commitlint/types" "^18.6.0"
273+
"@commitlint/types" "^18.6.1"
274274
chalk "^4.1.0"
275275

276-
"@commitlint/is-ignored@^18.6.0":
277-
version "18.6.0"
278-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz#d15ab04f547f7554cc3377d50f8e19178502b8af"
279-
integrity sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog==
280-
dependencies:
281-
"@commitlint/types" "^18.6.0"
282-
semver "7.5.4"
283-
284-
"@commitlint/lint@^18.6.0":
285-
version "18.6.0"
286-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.0.tgz#f54c856840a6238e0c2972588c2dc986317f1b7b"
287-
integrity sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==
288-
dependencies:
289-
"@commitlint/is-ignored" "^18.6.0"
290-
"@commitlint/parse" "^18.6.0"
291-
"@commitlint/rules" "^18.6.0"
292-
"@commitlint/types" "^18.6.0"
293-
294-
"@commitlint/load@>6.1.1", "@commitlint/load@^18.6.0":
295-
version "18.6.0"
296-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.0.tgz#98108294b9383aa2905781b192215df4718babb7"
297-
integrity sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==
298-
dependencies:
299-
"@commitlint/config-validator" "^18.6.0"
300-
"@commitlint/execute-rule" "^18.4.4"
301-
"@commitlint/resolve-extends" "^18.6.0"
302-
"@commitlint/types" "^18.6.0"
276+
"@commitlint/is-ignored@^18.6.1":
277+
version "18.6.1"
278+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.1.tgz#4ee08ba91ff3defb06e0ef19259a9c6734a8d06e"
279+
integrity sha512-MOfJjkEJj/wOaPBw5jFjTtfnx72RGwqYIROABudOtJKW7isVjFe9j0t8xhceA02QebtYf4P/zea4HIwnXg8rvA==
280+
dependencies:
281+
"@commitlint/types" "^18.6.1"
282+
semver "7.6.0"
283+
284+
"@commitlint/lint@^18.6.1":
285+
version "18.6.1"
286+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.1.tgz#fe3834636c99ee14534a8eb3832831ac362e9fd8"
287+
integrity sha512-8WwIFo3jAuU+h1PkYe5SfnIOzp+TtBHpFr4S8oJWhu44IWKuVx6GOPux3+9H1iHOan/rGBaiacicZkMZuluhfQ==
288+
dependencies:
289+
"@commitlint/is-ignored" "^18.6.1"
290+
"@commitlint/parse" "^18.6.1"
291+
"@commitlint/rules" "^18.6.1"
292+
"@commitlint/types" "^18.6.1"
293+
294+
"@commitlint/load@>6.1.1", "@commitlint/load@^18.6.1":
295+
version "18.6.1"
296+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.1.tgz#fb79ed7ee8b5897a9b5c274c1e24eda9162df816"
297+
integrity sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA==
298+
dependencies:
299+
"@commitlint/config-validator" "^18.6.1"
300+
"@commitlint/execute-rule" "^18.6.1"
301+
"@commitlint/resolve-extends" "^18.6.1"
302+
"@commitlint/types" "^18.6.1"
303303
chalk "^4.1.0"
304304
cosmiconfig "^8.3.6"
305305
cosmiconfig-typescript-loader "^5.0.0"
@@ -308,66 +308,66 @@
308308
lodash.uniq "^4.5.0"
309309
resolve-from "^5.0.0"
310310

311-
"@commitlint/message@^18.4.4":
312-
version "18.4.4"
313-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.4.tgz#811682a0d147a24e5c467acdb52071434df2b9f5"
314-
integrity sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ==
311+
"@commitlint/message@^18.6.1":
312+
version "18.6.1"
313+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.6.1.tgz#107bd40923ad23d2de56c92a68b179ebfb7e314e"
314+
integrity sha512-VKC10UTMLcpVjMIaHHsY1KwhuTQtdIKPkIdVEwWV+YuzKkzhlI3aNy6oo1eAN6b/D2LTtZkJe2enHmX0corYRw==
315315

316-
"@commitlint/parse@^18.6.0":
317-
version "18.6.0"
318-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.0.tgz#ae19ff8ceb0c8ffab131158829b06b505b9921fd"
319-
integrity sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ==
316+
"@commitlint/parse@^18.6.1":
317+
version "18.6.1"
318+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.1.tgz#2946b814125e907b9c4d63d3e71d0c1b54b30b62"
319+
integrity sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==
320320
dependencies:
321-
"@commitlint/types" "^18.6.0"
321+
"@commitlint/types" "^18.6.1"
322322
conventional-changelog-angular "^7.0.0"
323323
conventional-commits-parser "^5.0.0"
324324

325-
"@commitlint/read@^18.6.0":
326-
version "18.6.0"
327-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.0.tgz#324ea1fa625f88427780df23fffe4a92d383d665"
328-
integrity sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==
325+
"@commitlint/read@^18.6.1":
326+
version "18.6.1"
327+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.1.tgz#8c138311ed9749427920c369f6276be136f2aa50"
328+
integrity sha512-ia6ODaQFzXrVul07ffSgbZGFajpe8xhnDeLIprLeyfz3ivQU1dIoHp7yz0QIorZ6yuf4nlzg4ZUkluDrGN/J/w==
329329
dependencies:
330-
"@commitlint/top-level" "^18.4.4"
331-
"@commitlint/types" "^18.6.0"
330+
"@commitlint/top-level" "^18.6.1"
331+
"@commitlint/types" "^18.6.1"
332332
git-raw-commits "^2.0.11"
333333
minimist "^1.2.6"
334334

335-
"@commitlint/resolve-extends@^18.6.0":
336-
version "18.6.0"
337-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz#db55be2b32e12593bc98dc44c6d9a9d90941bab4"
338-
integrity sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg==
335+
"@commitlint/resolve-extends@^18.6.1":
336+
version "18.6.1"
337+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.1.tgz#f0572c682fc24dbabe2e0f42873261e0fa42c91a"
338+
integrity sha512-ifRAQtHwK+Gj3Bxj/5chhc4L2LIc3s30lpsyW67yyjsETR6ctHAHRu1FSpt0KqahK5xESqoJ92v6XxoDRtjwEQ==
339339
dependencies:
340-
"@commitlint/config-validator" "^18.6.0"
341-
"@commitlint/types" "^18.6.0"
340+
"@commitlint/config-validator" "^18.6.1"
341+
"@commitlint/types" "^18.6.1"
342342
import-fresh "^3.0.0"
343343
lodash.mergewith "^4.6.2"
344344
resolve-from "^5.0.0"
345345
resolve-global "^1.0.0"
346346

347-
"@commitlint/rules@^18.6.0":
348-
version "18.6.0"
349-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.0.tgz#6d933e2de5639b75b4946120b3880e72e66a6051"
350-
integrity sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg==
347+
"@commitlint/rules@^18.6.1":
348+
version "18.6.1"
349+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.1.tgz#da25aeffe6c0e1c7625e44f46089fb8860986caf"
350+
integrity sha512-kguM6HxZDtz60v/zQYOe0voAtTdGybWXefA1iidjWYmyUUspO1zBPQEmJZ05/plIAqCVyNUTAiRPWIBKLCrGew==
351351
dependencies:
352-
"@commitlint/ensure" "^18.6.0"
353-
"@commitlint/message" "^18.4.4"
354-
"@commitlint/to-lines" "^18.4.4"
355-
"@commitlint/types" "^18.6.0"
352+
"@commitlint/ensure" "^18.6.1"
353+
"@commitlint/message" "^18.6.1"
354+
"@commitlint/to-lines" "^18.6.1"
355+
"@commitlint/types" "^18.6.1"
356356
execa "^5.0.0"
357357

358-
"@commitlint/to-lines@^18.4.4":
359-
version "18.4.4"
360-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.4.4.tgz#546cf8d985459f3526359b6a63d7a5b421e1ed60"
361-
integrity sha512-mwe2Roa59NCz/krniAdCygFabg7+fQCkIhXqBHw00XQ8Y7lw4poZLLxeGI3p3bLpcEOXdqIDrEGLwHmG5lBdwQ==
358+
"@commitlint/to-lines@^18.6.1":
359+
version "18.6.1"
360+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.6.1.tgz#d28827a4a540c98eea1aae31dafd66f80b2f1b9e"
361+
integrity sha512-Gl+orGBxYSNphx1+83GYeNy5N0dQsHBQ9PJMriaLQDB51UQHCVLBT/HBdOx5VaYksivSf5Os55TLePbRLlW50Q==
362362

363-
"@commitlint/top-level@^18.4.4":
364-
version "18.4.4"
365-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.4.4.tgz#df69ffa49fdc4541d1f05e814352d575fb0f3b0d"
366-
integrity sha512-PBwW1drgeavl9CadB7IPRUk6rkUP/O8jEkxjlC+ofuh3pw0bzJdAT+Kw7M1Yc9KtTb9xTaqUB8uvRtaybHa/tQ==
363+
"@commitlint/top-level@^18.6.1":
364+
version "18.6.1"
365+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.6.1.tgz#429fcb985e3beaba9b17e05c0ae61926c647baf0"
366+
integrity sha512-HyiHQZUTf0+r0goTCDs/bbVv/LiiQ7AVtz6KIar+8ZrseB9+YJAIo8HQ2IC2QT1y3N1lbW6OqVEsTHjbT6hGSw==
367367
dependencies:
368368
find-up "^5.0.0"
369369

370-
"@commitlint/types@^18.6.0", "@commitlint/types@^18.6.1":
370+
"@commitlint/types@^18.6.1":
371371
version "18.6.1"
372372
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.1.tgz#7eb3ab2d799d9166fbb98b96b0744581e59a4ad4"
373373
integrity sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==
@@ -6646,10 +6646,10 @@ semantic-release-githubsquash@^0.2.12:
66466646
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
66476647
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
66486648

6649-
semver@7.5.4, semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4:
6650-
version "7.5.4"
6651-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
6652-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
6649+
semver@7.6.0:
6650+
version "7.6.0"
6651+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
6652+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
66536653
dependencies:
66546654
lru-cache "^6.0.0"
66556655

@@ -6658,6 +6658,13 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
66586658
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
66596659
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
66606660

6661+
semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4:
6662+
version "7.5.4"
6663+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
6664+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
6665+
dependencies:
6666+
lru-cache "^6.0.0"
6667+
66616668
serialize-javascript@^6.0.1:
66626669
version "6.0.2"
66636670
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
@@ -7831,6 +7838,7 @@ wordwrap@^1.0.0:
78317838
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
78327839

78337840
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7841+
name wrap-ansi-cjs
78347842
version "7.0.0"
78357843
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
78367844
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)