-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dev-deps): bump commitlint from 18.6.0 to 18.6.1 (#625)
Bumps [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) 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/@alias/commitlint/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.1/@alias/commitlint) --- updated-dependencies: - dependency-name: commitlint 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>
- Loading branch information
1 parent
f8384eb
commit 578a93b
Showing
2 changed files
with
115 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -919,16 +919,16 @@ | |
"@babel/helper-validator-identifier" "^7.22.20" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@commitlint/cli@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.0.tgz#f065e0514f3870b6dc9a3c608a78820806b46527" | ||
integrity sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w== | ||
dependencies: | ||
"@commitlint/format" "^18.6.0" | ||
"@commitlint/lint" "^18.6.0" | ||
"@commitlint/load" "^18.6.0" | ||
"@commitlint/read" "^18.6.0" | ||
"@commitlint/types" "^18.6.0" | ||
"@commitlint/cli@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.1.tgz#78bffdfa00d6f01425d53096954993d83f2b343d" | ||
integrity sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw== | ||
dependencies: | ||
"@commitlint/format" "^18.6.1" | ||
"@commitlint/lint" "^18.6.1" | ||
"@commitlint/load" "^18.6.1" | ||
"@commitlint/read" "^18.6.1" | ||
"@commitlint/types" "^18.6.1" | ||
execa "^5.0.0" | ||
lodash.isfunction "^3.0.9" | ||
resolve-from "5.0.0" | ||
|
@@ -942,66 +942,66 @@ | |
dependencies: | ||
conventional-changelog-conventionalcommits "^7.0.2" | ||
|
||
"@commitlint/config-validator@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.0.tgz#ea1e04e92829dd7b90cea444f245b0bdefa0a586" | ||
integrity sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g== | ||
"@commitlint/config-validator@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.1.tgz#e0d71a99c984a68586c7ae7afd3f52342022fae8" | ||
integrity sha512-05uiToBVfPhepcQWE1ZQBR/Io3+tb3gEotZjnI4tTzzPk16NffN6YABgwFQCLmzZefbDcmwWqJWc2XT47q7Znw== | ||
dependencies: | ||
"@commitlint/types" "^18.6.0" | ||
"@commitlint/types" "^18.6.1" | ||
ajv "^8.11.0" | ||
|
||
"@commitlint/ensure@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.0.tgz#3f3dc09d99016eaab0da9423123effd820d11931" | ||
integrity sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw== | ||
"@commitlint/ensure@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.1.tgz#17141e083200ca94d8480dc23b0e8f8b1fd37b7f" | ||
integrity sha512-BPm6+SspyxQ7ZTsZwXc7TRQL5kh5YWt3euKmEIBZnocMFkJevqs3fbLRb8+8I/cfbVcAo4mxRlpTPfz8zX7SnQ== | ||
dependencies: | ||
"@commitlint/types" "^18.6.0" | ||
"@commitlint/types" "^18.6.1" | ||
lodash.camelcase "^4.3.0" | ||
lodash.kebabcase "^4.1.1" | ||
lodash.snakecase "^4.1.1" | ||
lodash.startcase "^4.4.0" | ||
lodash.upperfirst "^4.3.1" | ||
|
||
"@commitlint/execute-rule@^18.4.4": | ||
version "18.4.4" | ||
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz#ade986742c1944c8162a54288747e54a8c6146b5" | ||
integrity sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg== | ||
"@commitlint/execute-rule@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.6.1.tgz#18175e043fe6fb5fceea7b8530316c644f93dfe6" | ||
integrity sha512-7s37a+iWyJiGUeMFF6qBlyZciUkF8odSAnHijbD36YDctLhGKoYltdvuJ/AFfRm6cBLRtRk9cCVPdsEFtt/2rg== | ||
|
||
"@commitlint/format@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.0.tgz#e13ef8419cd8eb37be5825a2e84e73cabbfb56ad" | ||
integrity sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg== | ||
"@commitlint/format@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.1.tgz#5f2b8b3ae4d8d80bd9239178e97df63e5b8d280a" | ||
integrity sha512-K8mNcfU/JEFCharj2xVjxGSF+My+FbUHoqR+4GqPGrHNqXOGNio47ziiR4HQUPKtiNs05o8/WyLBoIpMVOP7wg== | ||
dependencies: | ||
"@commitlint/types" "^18.6.0" | ||
"@commitlint/types" "^18.6.1" | ||
chalk "^4.1.0" | ||
|
||
"@commitlint/is-ignored@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz#d15ab04f547f7554cc3377d50f8e19178502b8af" | ||
integrity sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog== | ||
dependencies: | ||
"@commitlint/types" "^18.6.0" | ||
semver "7.5.4" | ||
|
||
"@commitlint/lint@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.0.tgz#f54c856840a6238e0c2972588c2dc986317f1b7b" | ||
integrity sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q== | ||
dependencies: | ||
"@commitlint/is-ignored" "^18.6.0" | ||
"@commitlint/parse" "^18.6.0" | ||
"@commitlint/rules" "^18.6.0" | ||
"@commitlint/types" "^18.6.0" | ||
|
||
"@commitlint/load@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.0.tgz#98108294b9383aa2905781b192215df4718babb7" | ||
integrity sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA== | ||
dependencies: | ||
"@commitlint/config-validator" "^18.6.0" | ||
"@commitlint/execute-rule" "^18.4.4" | ||
"@commitlint/resolve-extends" "^18.6.0" | ||
"@commitlint/types" "^18.6.0" | ||
"@commitlint/is-ignored@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.1.tgz#4ee08ba91ff3defb06e0ef19259a9c6734a8d06e" | ||
integrity sha512-MOfJjkEJj/wOaPBw5jFjTtfnx72RGwqYIROABudOtJKW7isVjFe9j0t8xhceA02QebtYf4P/zea4HIwnXg8rvA== | ||
dependencies: | ||
"@commitlint/types" "^18.6.1" | ||
semver "7.6.0" | ||
|
||
"@commitlint/lint@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.1.tgz#fe3834636c99ee14534a8eb3832831ac362e9fd8" | ||
integrity sha512-8WwIFo3jAuU+h1PkYe5SfnIOzp+TtBHpFr4S8oJWhu44IWKuVx6GOPux3+9H1iHOan/rGBaiacicZkMZuluhfQ== | ||
dependencies: | ||
"@commitlint/is-ignored" "^18.6.1" | ||
"@commitlint/parse" "^18.6.1" | ||
"@commitlint/rules" "^18.6.1" | ||
"@commitlint/types" "^18.6.1" | ||
|
||
"@commitlint/load@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.1.tgz#fb79ed7ee8b5897a9b5c274c1e24eda9162df816" | ||
integrity sha512-p26x8734tSXUHoAw0ERIiHyW4RaI4Bj99D8YgUlVV9SedLf8hlWAfyIFhHRIhfPngLlCe0QYOdRKYFt8gy56TA== | ||
dependencies: | ||
"@commitlint/config-validator" "^18.6.1" | ||
"@commitlint/execute-rule" "^18.6.1" | ||
"@commitlint/resolve-extends" "^18.6.1" | ||
"@commitlint/types" "^18.6.1" | ||
chalk "^4.1.0" | ||
cosmiconfig "^8.3.6" | ||
cosmiconfig-typescript-loader "^5.0.0" | ||
|
@@ -1010,69 +1010,69 @@ | |
lodash.uniq "^4.5.0" | ||
resolve-from "^5.0.0" | ||
|
||
"@commitlint/message@^18.4.4": | ||
version "18.4.4" | ||
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.4.tgz#811682a0d147a24e5c467acdb52071434df2b9f5" | ||
integrity sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ== | ||
"@commitlint/message@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.6.1.tgz#107bd40923ad23d2de56c92a68b179ebfb7e314e" | ||
integrity sha512-VKC10UTMLcpVjMIaHHsY1KwhuTQtdIKPkIdVEwWV+YuzKkzhlI3aNy6oo1eAN6b/D2LTtZkJe2enHmX0corYRw== | ||
|
||
"@commitlint/parse@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.0.tgz#ae19ff8ceb0c8ffab131158829b06b505b9921fd" | ||
integrity sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ== | ||
"@commitlint/parse@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.1.tgz#2946b814125e907b9c4d63d3e71d0c1b54b30b62" | ||
integrity sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ== | ||
dependencies: | ||
"@commitlint/types" "^18.6.0" | ||
"@commitlint/types" "^18.6.1" | ||
conventional-changelog-angular "^7.0.0" | ||
conventional-commits-parser "^5.0.0" | ||
|
||
"@commitlint/read@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.0.tgz#324ea1fa625f88427780df23fffe4a92d383d665" | ||
integrity sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA== | ||
"@commitlint/read@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.1.tgz#8c138311ed9749427920c369f6276be136f2aa50" | ||
integrity sha512-ia6ODaQFzXrVul07ffSgbZGFajpe8xhnDeLIprLeyfz3ivQU1dIoHp7yz0QIorZ6yuf4nlzg4ZUkluDrGN/J/w== | ||
dependencies: | ||
"@commitlint/top-level" "^18.4.4" | ||
"@commitlint/types" "^18.6.0" | ||
"@commitlint/top-level" "^18.6.1" | ||
"@commitlint/types" "^18.6.1" | ||
git-raw-commits "^2.0.11" | ||
minimist "^1.2.6" | ||
|
||
"@commitlint/resolve-extends@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz#db55be2b32e12593bc98dc44c6d9a9d90941bab4" | ||
integrity sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg== | ||
"@commitlint/resolve-extends@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.1.tgz#f0572c682fc24dbabe2e0f42873261e0fa42c91a" | ||
integrity sha512-ifRAQtHwK+Gj3Bxj/5chhc4L2LIc3s30lpsyW67yyjsETR6ctHAHRu1FSpt0KqahK5xESqoJ92v6XxoDRtjwEQ== | ||
dependencies: | ||
"@commitlint/config-validator" "^18.6.0" | ||
"@commitlint/types" "^18.6.0" | ||
"@commitlint/config-validator" "^18.6.1" | ||
"@commitlint/types" "^18.6.1" | ||
import-fresh "^3.0.0" | ||
lodash.mergewith "^4.6.2" | ||
resolve-from "^5.0.0" | ||
resolve-global "^1.0.0" | ||
|
||
"@commitlint/rules@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.0.tgz#6d933e2de5639b75b4946120b3880e72e66a6051" | ||
integrity sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg== | ||
"@commitlint/rules@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.1.tgz#da25aeffe6c0e1c7625e44f46089fb8860986caf" | ||
integrity sha512-kguM6HxZDtz60v/zQYOe0voAtTdGybWXefA1iidjWYmyUUspO1zBPQEmJZ05/plIAqCVyNUTAiRPWIBKLCrGew== | ||
dependencies: | ||
"@commitlint/ensure" "^18.6.0" | ||
"@commitlint/message" "^18.4.4" | ||
"@commitlint/to-lines" "^18.4.4" | ||
"@commitlint/types" "^18.6.0" | ||
"@commitlint/ensure" "^18.6.1" | ||
"@commitlint/message" "^18.6.1" | ||
"@commitlint/to-lines" "^18.6.1" | ||
"@commitlint/types" "^18.6.1" | ||
execa "^5.0.0" | ||
|
||
"@commitlint/to-lines@^18.4.4": | ||
version "18.4.4" | ||
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.4.4.tgz#546cf8d985459f3526359b6a63d7a5b421e1ed60" | ||
integrity sha512-mwe2Roa59NCz/krniAdCygFabg7+fQCkIhXqBHw00XQ8Y7lw4poZLLxeGI3p3bLpcEOXdqIDrEGLwHmG5lBdwQ== | ||
"@commitlint/to-lines@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-18.6.1.tgz#d28827a4a540c98eea1aae31dafd66f80b2f1b9e" | ||
integrity sha512-Gl+orGBxYSNphx1+83GYeNy5N0dQsHBQ9PJMriaLQDB51UQHCVLBT/HBdOx5VaYksivSf5Os55TLePbRLlW50Q== | ||
|
||
"@commitlint/top-level@^18.4.4": | ||
version "18.4.4" | ||
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.4.4.tgz#df69ffa49fdc4541d1f05e814352d575fb0f3b0d" | ||
integrity sha512-PBwW1drgeavl9CadB7IPRUk6rkUP/O8jEkxjlC+ofuh3pw0bzJdAT+Kw7M1Yc9KtTb9xTaqUB8uvRtaybHa/tQ== | ||
"@commitlint/top-level@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-18.6.1.tgz#429fcb985e3beaba9b17e05c0ae61926c647baf0" | ||
integrity sha512-HyiHQZUTf0+r0goTCDs/bbVv/LiiQ7AVtz6KIar+8ZrseB9+YJAIo8HQ2IC2QT1y3N1lbW6OqVEsTHjbT6hGSw== | ||
dependencies: | ||
find-up "^5.0.0" | ||
|
||
"@commitlint/types@^18.6.0": | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.0.tgz#3d3493cb5910f60f3749a8eb56aca47dc2e1b662" | ||
integrity sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA== | ||
"@commitlint/types@^18.6.1": | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.1.tgz#7eb3ab2d799d9166fbb98b96b0744581e59a4ad4" | ||
integrity sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg== | ||
dependencies: | ||
chalk "^4.1.0" | ||
|
||
|
@@ -3169,13 +3169,13 @@ [email protected]: | |
resolved "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz#f2eaecf131f10e36e07d894698226e36ae0eb5ff" | ||
integrity sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg== | ||
|
||
commitlint@^18.6.0: | ||
version "18.6.0" | ||
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-18.6.0.tgz#496653f6ecd0445a80cba34a5086d01bdf5ba09c" | ||
integrity sha512-CiY4gz0ftWwr96aYvXfbCX0pvJ1mupdUL2HACzXyyb7YMRU4vodjFROCZ8ny4i5Dhpu8uRZerPPaGkUOZY/kVQ== | ||
commitlint@^18.6.1: | ||
version "18.6.1" | ||
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-18.6.1.tgz#0f583f08dbef1d54599b3022b553c52b0c0b5db3" | ||
integrity sha512-I10mj1OmBCrPUHItRqeCEj0uxCdWxL15sCfS1Poq8av2FcX/KvRoiH8jTNG0cVDA2ns7IftugTAM+nLvOavLsw== | ||
dependencies: | ||
"@commitlint/cli" "^18.6.0" | ||
"@commitlint/types" "^18.6.0" | ||
"@commitlint/cli" "^18.6.1" | ||
"@commitlint/types" "^18.6.1" | ||
|
||
common-ancestor-path@^1.0.1: | ||
version "1.0.1" | ||
|
@@ -6836,10 +6836,10 @@ scoped-regex@^2.0.0: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" | ||
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== | ||
|
||
semver@7.5.4, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4: | ||
version "7.5.4" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" | ||
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== | ||
semver@7.6.0: | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d" | ||
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg== | ||
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
|
@@ -6848,6 +6848,13 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0, semver@^6.3.1: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" | ||
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== | ||
|
||
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4: | ||
version "7.5.4" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" | ||
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== | ||
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
sentence-case@^3.0.4: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f" | ||
|