-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump @commitlint/cli from 19.3.0 to 19.5.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.3.0 to 19.5.0. - [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/v19.5.0/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
8967d9b
commit 9d9266e
Showing
1 changed file
with
101 additions
and
156 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1251,16 +1251,16 @@ | |
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== | ||
|
||
"@commitlint/cli@^19.3.0": | ||
version "19.3.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.3.0.tgz#44e6da9823a01f0cdcc43054bbefdd2c6c5ddf39" | ||
integrity sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g== | ||
dependencies: | ||
"@commitlint/format" "^19.3.0" | ||
"@commitlint/lint" "^19.2.2" | ||
"@commitlint/load" "^19.2.0" | ||
"@commitlint/read" "^19.2.1" | ||
"@commitlint/types" "^19.0.3" | ||
execa "^8.0.1" | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.5.0.tgz#a6e2f7f8397ddf9abd5ee5870e30a1bf51b7be2b" | ||
integrity sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ== | ||
dependencies: | ||
"@commitlint/format" "^19.5.0" | ||
"@commitlint/lint" "^19.5.0" | ||
"@commitlint/load" "^19.5.0" | ||
"@commitlint/read" "^19.5.0" | ||
"@commitlint/types" "^19.5.0" | ||
tinyexec "^0.3.0" | ||
yargs "^17.0.0" | ||
|
||
"@commitlint/config-conventional@^19.2.2": | ||
|
@@ -1271,137 +1271,136 @@ | |
"@commitlint/types" "^19.0.3" | ||
conventional-changelog-conventionalcommits "^7.0.2" | ||
|
||
"@commitlint/config-validator@^19.0.3": | ||
version "19.0.3" | ||
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.0.3.tgz#052b181a30da6b4fc16dc5230f4589ac95e0bc81" | ||
integrity sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q== | ||
"@commitlint/config-validator@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.5.0.tgz#f0a4eda2109fc716ef01bb8831af9b02e3a1e568" | ||
integrity sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw== | ||
dependencies: | ||
"@commitlint/types" "^19.0.3" | ||
"@commitlint/types" "^19.5.0" | ||
ajv "^8.11.0" | ||
|
||
"@commitlint/ensure@^19.0.3": | ||
version "19.0.3" | ||
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.0.3.tgz#d172b1b72ca88cbd317ea1ee79f3a03dbaccc76e" | ||
integrity sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ== | ||
"@commitlint/ensure@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.5.0.tgz#b087374a6a0a0140e5925a82901d234885d9f6dd" | ||
integrity sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg== | ||
dependencies: | ||
"@commitlint/types" "^19.0.3" | ||
"@commitlint/types" "^19.5.0" | ||
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@^19.0.0": | ||
version "19.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz#928fb239ae8deec82a6e3b05ec9cfe20afa83856" | ||
integrity sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw== | ||
"@commitlint/execute-rule@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.5.0.tgz#c13da8c03ea0379f30856111e27d57518e25b8a2" | ||
integrity sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg== | ||
|
||
"@commitlint/format@^19.3.0": | ||
version "19.3.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.3.0.tgz#48dd9e6930d41eb0ca19f36159ee940c5b25d857" | ||
integrity sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg== | ||
"@commitlint/format@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.5.0.tgz#d879db2d97d70ae622397839fb8603d56e85a250" | ||
integrity sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A== | ||
dependencies: | ||
"@commitlint/types" "^19.0.3" | ||
"@commitlint/types" "^19.5.0" | ||
chalk "^5.3.0" | ||
|
||
"@commitlint/is-ignored@^19.2.2": | ||
version "19.2.2" | ||
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz#503ddcf908ac6b2bc4586a49cb53893a1856f5b2" | ||
integrity sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g== | ||
"@commitlint/is-ignored@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.5.0.tgz#f8b7f365887acc1e3bdb31b17117bb435585dddf" | ||
integrity sha512-0XQ7Llsf9iL/ANtwyZ6G0NGp5Y3EQ8eDQSxv/SRcfJ0awlBY4tHFAvwWbw66FVUaWICH7iE5en+FD9TQsokZ5w== | ||
dependencies: | ||
"@commitlint/types" "^19.0.3" | ||
"@commitlint/types" "^19.5.0" | ||
semver "^7.6.0" | ||
|
||
"@commitlint/lint@^19.2.2": | ||
version "19.2.2" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.2.2.tgz#57f69e24bd832a7dcce8ebf82d11e3bf03ccc2a9" | ||
integrity sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA== | ||
dependencies: | ||
"@commitlint/is-ignored" "^19.2.2" | ||
"@commitlint/parse" "^19.0.3" | ||
"@commitlint/rules" "^19.0.3" | ||
"@commitlint/types" "^19.0.3" | ||
|
||
"@commitlint/load@^19.2.0": | ||
version "19.2.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.2.0.tgz#3ca51fdead4f1e1e09c9c7df343306412b1ef295" | ||
integrity sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ== | ||
dependencies: | ||
"@commitlint/config-validator" "^19.0.3" | ||
"@commitlint/execute-rule" "^19.0.0" | ||
"@commitlint/resolve-extends" "^19.1.0" | ||
"@commitlint/types" "^19.0.3" | ||
"@commitlint/lint@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.5.0.tgz#f4e162e7857a1c0694b20b92527704897558ff70" | ||
integrity sha512-cAAQwJcRtiBxQWO0eprrAbOurtJz8U6MgYqLz+p9kLElirzSCc0vGMcyCaA1O7AqBuxo11l1XsY3FhOFowLAAg== | ||
dependencies: | ||
"@commitlint/is-ignored" "^19.5.0" | ||
"@commitlint/parse" "^19.5.0" | ||
"@commitlint/rules" "^19.5.0" | ||
"@commitlint/types" "^19.5.0" | ||
|
||
"@commitlint/load@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.5.0.tgz#67f90a294894d1f99b930b6152bed2df44a81794" | ||
integrity sha512-INOUhkL/qaKqwcTUvCE8iIUf5XHsEPCLY9looJ/ipzi7jtGhgmtH7OOFiNvwYgH7mA8osUWOUDV8t4E2HAi4xA== | ||
dependencies: | ||
"@commitlint/config-validator" "^19.5.0" | ||
"@commitlint/execute-rule" "^19.5.0" | ||
"@commitlint/resolve-extends" "^19.5.0" | ||
"@commitlint/types" "^19.5.0" | ||
chalk "^5.3.0" | ||
cosmiconfig "^9.0.0" | ||
cosmiconfig-typescript-loader "^5.0.0" | ||
lodash.isplainobject "^4.0.6" | ||
lodash.merge "^4.6.2" | ||
lodash.uniq "^4.5.0" | ||
|
||
"@commitlint/message@^19.0.0": | ||
version "19.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.0.0.tgz#f789dd1b7a1f9c784578e0111f46cc3fecf5a531" | ||
integrity sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw== | ||
"@commitlint/message@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.5.0.tgz#c062d9a1d2b3302c3a8cac25d6d1125ea9c019b2" | ||
integrity sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ== | ||
|
||
"@commitlint/parse@^19.0.3": | ||
version "19.0.3" | ||
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.0.3.tgz#a2d09876d458e17ad0e1695b04f41af8b50a41c2" | ||
integrity sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA== | ||
"@commitlint/parse@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.5.0.tgz#b450dad9b5a95ac5ba472d6d0fdab822dce946fc" | ||
integrity sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw== | ||
dependencies: | ||
"@commitlint/types" "^19.0.3" | ||
"@commitlint/types" "^19.5.0" | ||
conventional-changelog-angular "^7.0.0" | ||
conventional-commits-parser "^5.0.0" | ||
|
||
"@commitlint/read@^19.2.1": | ||
version "19.2.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.1.tgz#7296b99c9a989e60e5927fff8388a1dd44299c2f" | ||
integrity sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw== | ||
"@commitlint/read@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.5.0.tgz#601f9f1afe69852b0f28aa81cd455b40979fad6b" | ||
integrity sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ== | ||
dependencies: | ||
"@commitlint/top-level" "^19.0.0" | ||
"@commitlint/types" "^19.0.3" | ||
execa "^8.0.1" | ||
"@commitlint/top-level" "^19.5.0" | ||
"@commitlint/types" "^19.5.0" | ||
git-raw-commits "^4.0.0" | ||
minimist "^1.2.8" | ||
tinyexec "^0.3.0" | ||
|
||
"@commitlint/resolve-extends@^19.1.0": | ||
version "19.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz#fa5b8f921e9c8d76f53624c35bf25b9676bd73fa" | ||
integrity sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg== | ||
"@commitlint/resolve-extends@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.5.0.tgz#f3ec33e12d10df90cae0bfad8e593431fb61b18e" | ||
integrity sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA== | ||
dependencies: | ||
"@commitlint/config-validator" "^19.0.3" | ||
"@commitlint/types" "^19.0.3" | ||
"@commitlint/config-validator" "^19.5.0" | ||
"@commitlint/types" "^19.5.0" | ||
global-directory "^4.0.1" | ||
import-meta-resolve "^4.0.0" | ||
lodash.mergewith "^4.6.2" | ||
resolve-from "^5.0.0" | ||
|
||
"@commitlint/rules@^19.0.3": | ||
version "19.0.3" | ||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.0.3.tgz#de647a9055847cae4f3ae32b4798096b604584f3" | ||
integrity sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw== | ||
"@commitlint/rules@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.5.0.tgz#2a72ab506d49d7f33eda56f0ae072a3479429e74" | ||
integrity sha512-hDW5TPyf/h1/EufSHEKSp6Hs+YVsDMHazfJ2azIk9tHPXS6UqSz1dIRs1gpqS3eMXgtkT7JH6TW4IShdqOwhAw== | ||
dependencies: | ||
"@commitlint/ensure" "^19.0.3" | ||
"@commitlint/message" "^19.0.0" | ||
"@commitlint/to-lines" "^19.0.0" | ||
"@commitlint/types" "^19.0.3" | ||
execa "^8.0.1" | ||
"@commitlint/ensure" "^19.5.0" | ||
"@commitlint/message" "^19.5.0" | ||
"@commitlint/to-lines" "^19.5.0" | ||
"@commitlint/types" "^19.5.0" | ||
|
||
"@commitlint/to-lines@^19.0.0": | ||
version "19.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.0.0.tgz#aa6618eb371bafbc0cd3b48f0db565c4a40462c6" | ||
integrity sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw== | ||
"@commitlint/to-lines@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.5.0.tgz#e4b7f34f09064568c96a74de4f1fc9f466c4d472" | ||
integrity sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ== | ||
|
||
"@commitlint/top-level@^19.0.0": | ||
version "19.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.0.0.tgz#9c44d7cec533bb9598bfae9658737e2d6a903605" | ||
integrity sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ== | ||
"@commitlint/top-level@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.5.0.tgz#0017ffe39b5ba3611a1debd62efe28803601a14f" | ||
integrity sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng== | ||
dependencies: | ||
find-up "^7.0.0" | ||
|
||
"@commitlint/types@^19.0.3": | ||
version "19.0.3" | ||
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.0.3.tgz#feff4ecac2b5c359f2a57f9ab094b2ac80ef0266" | ||
integrity sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA== | ||
"@commitlint/types@^19.0.3", "@commitlint/types@^19.5.0": | ||
version "19.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.5.0.tgz#c5084d1231d4dd50e40bdb656ee7601f691400b3" | ||
integrity sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg== | ||
dependencies: | ||
"@types/conventional-commits-parser" "^5.0.0" | ||
chalk "^5.3.0" | ||
|
@@ -2404,21 +2403,6 @@ execa@^5.0.0: | |
signal-exit "^3.0.3" | ||
strip-final-newline "^2.0.0" | ||
|
||
execa@^8.0.1: | ||
version "8.0.1" | ||
resolved "https://registry.yarnpkg.com/execa/-/execa-8.0.1.tgz#51f6a5943b580f963c3ca9c6321796db8cc39b8c" | ||
integrity sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg== | ||
dependencies: | ||
cross-spawn "^7.0.3" | ||
get-stream "^8.0.1" | ||
human-signals "^5.0.0" | ||
is-stream "^3.0.0" | ||
merge-stream "^2.0.0" | ||
npm-run-path "^5.1.0" | ||
onetime "^6.0.0" | ||
signal-exit "^4.1.0" | ||
strip-final-newline "^3.0.0" | ||
|
||
exit@^0.1.2: | ||
version "0.1.2" | ||
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" | ||
|
@@ -2563,11 +2547,6 @@ get-stream@^6.0.0: | |
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" | ||
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== | ||
|
||
get-stream@^8.0.1: | ||
version "8.0.1" | ||
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-8.0.1.tgz#def9dfd71742cd7754a7761ed43749a27d02eca2" | ||
integrity sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA== | ||
|
||
git-raw-commits@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-4.0.0.tgz#b212fd2bff9726d27c1283a1157e829490593285" | ||
|
@@ -2650,11 +2629,6 @@ human-signals@^2.1.0: | |
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" | ||
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== | ||
|
||
human-signals@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28" | ||
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ== | ||
|
||
husky@^9.0.11: | ||
version "9.0.11" | ||
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.11.tgz#fc91df4c756050de41b3e478b2158b87c1e79af9" | ||
|
@@ -2746,11 +2720,6 @@ is-stream@^2.0.0: | |
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" | ||
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== | ||
|
||
is-stream@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac" | ||
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA== | ||
|
||
is-text-path@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-2.0.0.tgz#b2484e2b720a633feb2e85b67dc193ff72c75636" | ||
|
@@ -3401,11 +3370,6 @@ mimic-fn@^2.1.0: | |
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" | ||
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== | ||
|
||
mimic-fn@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc" | ||
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw== | ||
|
||
minimatch@^10.0.0: | ||
version "10.0.1" | ||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b" | ||
|
@@ -3497,13 +3461,6 @@ npm-run-path@^4.0.1: | |
dependencies: | ||
path-key "^3.0.0" | ||
|
||
npm-run-path@^5.1.0: | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.3.0.tgz#e23353d0ebb9317f174e93417e4a4d82d0249e9f" | ||
integrity sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ== | ||
dependencies: | ||
path-key "^4.0.0" | ||
|
||
npmlog@^6.0.2: | ||
version "6.0.2" | ||
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.2.tgz#c8166017a42f2dea92d6453168dd865186a70830" | ||
|
@@ -3528,13 +3485,6 @@ onetime@^5.1.2: | |
dependencies: | ||
mimic-fn "^2.1.0" | ||
|
||
onetime@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/onetime/-/onetime-6.0.0.tgz#7c24c18ed1fd2e9bca4bd26806a33613c77d34b4" | ||
integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ== | ||
dependencies: | ||
mimic-fn "^4.0.0" | ||
|
||
p-limit@^2.2.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" | ||
|
@@ -3617,11 +3567,6 @@ path-key@^3.0.0, path-key@^3.1.0: | |
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" | ||
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== | ||
|
||
path-key@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18" | ||
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ== | ||
|
||
path-parse@^1.0.7: | ||
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" | ||
|
@@ -3849,7 +3794,7 @@ signal-exit@^3.0.3, signal-exit@^3.0.7: | |
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" | ||
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== | ||
|
||
signal-exit@^4.0.1, signal-exit@^4.1.0: | ||
signal-exit@^4.0.1: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" | ||
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== | ||
|
@@ -3967,11 +3912,6 @@ strip-final-newline@^2.0.0: | |
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" | ||
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== | ||
|
||
strip-final-newline@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd" | ||
integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw== | ||
|
||
strip-json-comments@^3.1.1: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" | ||
|
@@ -4039,6 +3979,11 @@ text-extensions@^2.0.0: | |
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" | ||
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== | ||
|
||
tinyexec@^0.3.0: | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.0.tgz#ed60cfce19c17799d4a241e06b31b0ec2bee69e6" | ||
integrity sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg== | ||
|
||
[email protected]: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" | ||
|