Skip to content

Commit 6d5b6b0

Browse files
chore(deps): update dependency @commitlint/cli to ^19.4.0
1 parent 93125d6 commit 6d5b6b0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"devDependencies": {
39-
"@commitlint/cli": "^19.3.0",
39+
"@commitlint/cli": "^19.4.0",
4040
"@commitlint/config-conventional": "^19.2.2",
4141
"@sourcegraph/eslint-config": "^0.37.1",
4242
"@sourcegraph/prettierrc": "^3.0.3",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@
122122
lodash "^4.17.19"
123123
to-fast-properties "^2.0.0"
124124

125-
"@commitlint/cli@^19.3.0":
126-
version "19.3.0"
127-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.3.0.tgz#44e6da9823a01f0cdcc43054bbefdd2c6c5ddf39"
128-
integrity sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==
125+
"@commitlint/cli@^19.4.0":
126+
version "19.4.0"
127+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
128+
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
129129
dependencies:
130130
"@commitlint/format" "^19.3.0"
131131
"@commitlint/lint" "^19.2.2"
132-
"@commitlint/load" "^19.2.0"
133-
"@commitlint/read" "^19.2.1"
132+
"@commitlint/load" "^19.4.0"
133+
"@commitlint/read" "^19.4.0"
134134
"@commitlint/types" "^19.0.3"
135135
execa "^8.0.1"
136136
yargs "^17.0.0"
@@ -194,10 +194,10 @@
194194
"@commitlint/rules" "^19.0.3"
195195
"@commitlint/types" "^19.0.3"
196196

197-
"@commitlint/load@^19.2.0":
198-
version "19.2.0"
199-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.2.0.tgz#3ca51fdead4f1e1e09c9c7df343306412b1ef295"
200-
integrity sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==
197+
"@commitlint/load@^19.4.0":
198+
version "19.4.0"
199+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.4.0.tgz#7df034e226e300fd577d3f63a72d790d5c821f53"
200+
integrity sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==
201201
dependencies:
202202
"@commitlint/config-validator" "^19.0.3"
203203
"@commitlint/execute-rule" "^19.0.0"
@@ -224,10 +224,10 @@
224224
conventional-changelog-angular "^7.0.0"
225225
conventional-commits-parser "^5.0.0"
226226

227-
"@commitlint/read@^19.2.1":
228-
version "19.2.1"
229-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.1.tgz#7296b99c9a989e60e5927fff8388a1dd44299c2f"
230-
integrity sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==
227+
"@commitlint/read@^19.4.0":
228+
version "19.4.0"
229+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.4.0.tgz#3866b1f9a272ef6a388986efa349d24228fc8b00"
230+
integrity sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==
231231
dependencies:
232232
"@commitlint/top-level" "^19.0.0"
233233
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)