Skip to content

Commit 2c7de9e

Browse files
committed
chore(deps): update dependency @commitlint/cli to v17.4.1
1 parent 9859ebc commit 2c7de9e

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"graphql": "15.8.0"
3030
},
3131
"devDependencies": {
32-
"@commitlint/cli": "17.4.0",
32+
"@commitlint/cli": "17.4.1",
3333
"@commitlint/config-angular": "17.4.0",
3434
"@types/graphql": "14.5.0",
3535
"@types/jest": "29.2.5",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -817,14 +817,14 @@
817817
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
818818
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
819819

820-
"@commitlint/[email protected].0":
821-
version "17.4.0"
822-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.0.tgz#14a5f9b713a5b60ff1a0cfce66b0bb207954c1ad"
823-
integrity sha512-SEY4sYe8yVlgxPP7X0wJb96DBAGBPsCsy6QbqJt/UECbIAjDeDV5xXBV4jnS7T/qMC10sk6Ub9kDhEX0VWvblw==
820+
"@commitlint/[email protected].1":
821+
version "17.4.1"
822+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.1.tgz#71086653a42abafe5519c6c5f8ada35b17f1dc53"
823+
integrity sha512-W8OJwz+izY+fVwyUt1HveCDmABMZNRVZHSVPw/Bh9Y62tp11SmmQaycgbsYLMiMy7JGn4mAJqEGlSHS9Uti9ZQ==
824824
dependencies:
825825
"@commitlint/format" "^17.4.0"
826826
"@commitlint/lint" "^17.4.0"
827-
"@commitlint/load" "^17.4.0"
827+
"@commitlint/load" "^17.4.1"
828828
"@commitlint/read" "^17.4.0"
829829
"@commitlint/types" "^17.4.0"
830830
execa "^5.0.0"
@@ -896,15 +896,16 @@
896896
"@commitlint/rules" "^17.4.0"
897897
"@commitlint/types" "^17.4.0"
898898

899-
"@commitlint/load@^17.4.0":
900-
version "17.4.0"
901-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.0.tgz#d0136d38f3d533e706340efbccc2fb38ebb97538"
902-
integrity sha512-wDKNvAJqukqZqKmhRlf3KNo/12QGo1AQcd80EbV01SxtGvyHOsJ/g+/IbrZpopZv8rvzmEVktcpfDYH6ITepFA==
899+
"@commitlint/load@^17.4.1":
900+
version "17.4.1"
901+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.1.tgz#e1073e0264c84b304f5ab22862217152daca5d27"
902+
integrity sha512-6A7/LhIaQpL4ieciIDcVvK2d5z/UI1GBrtDaHm6sQSCL0265clB2/F7XKQNTJHXv9yG4LByT2r+QCpM4GugIfw==
903903
dependencies:
904904
"@commitlint/config-validator" "^17.4.0"
905905
"@commitlint/execute-rule" "^17.4.0"
906906
"@commitlint/resolve-extends" "^17.4.0"
907907
"@commitlint/types" "^17.4.0"
908+
"@types/node" "*"
908909
chalk "^4.1.0"
909910
cosmiconfig "^8.0.0"
910911
cosmiconfig-typescript-loader "^4.0.0"

0 commit comments

Comments
 (0)