Skip to content

Commit dddb18f

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @commitlint/cli to ^13.2.1
1 parent 7063f9c commit dddb18f

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"require": "ts-node/register"
4848
},
4949
"devDependencies": {
50-
"@commitlint/cli": "^13.2.0",
50+
"@commitlint/cli": "^13.2.1",
5151
"@commitlint/config-conventional": "^13.2.0",
5252
"@sourcegraph/eslint-config": "^0.23.0",
5353
"@sourcegraph/prettierrc": "^3.0.3",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@
192192
lodash "^4.17.13"
193193
to-fast-properties "^2.0.0"
194194

195-
"@commitlint/cli@^13.2.0":
196-
version "13.2.0"
197-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.2.0.tgz#9e85756b0d0ee06c34b5635d7ef42d7a6c72bd6f"
198-
integrity sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==
195+
"@commitlint/cli@^13.2.1":
196+
version "13.2.1"
197+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.2.1.tgz#80ebd46beef6ceed3bb0c0842bcda8d02a3c91de"
198+
integrity sha512-JGzYk2ay5JkRS5w+FLQzr0u/Kih52ds4HPpa3vnwVOQN8Q+S1VYr8Nk/6kRm6uNYsAcC1nejtuDxRdLcLh/9TA==
199199
dependencies:
200200
"@commitlint/format" "^13.2.0"
201201
"@commitlint/lint" "^13.2.0"
202-
"@commitlint/load" "^13.2.0"
202+
"@commitlint/load" "^13.2.1"
203203
"@commitlint/read" "^13.2.0"
204204
"@commitlint/types" "^13.2.0"
205205
lodash "^4.17.19"
@@ -253,10 +253,10 @@
253253
"@commitlint/rules" "^13.2.0"
254254
"@commitlint/types" "^13.2.0"
255255

256-
"@commitlint/load@^13.2.0":
257-
version "13.2.0"
258-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.2.0.tgz#6bd90b803f7fd102766731dad207cca075b67a4a"
259-
integrity sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==
256+
"@commitlint/load@^13.2.1":
257+
version "13.2.1"
258+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.2.1.tgz#d5d926dbd05021c02837c438ff1057025b28b745"
259+
integrity sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==
260260
dependencies:
261261
"@commitlint/execute-rule" "^13.2.0"
262262
"@commitlint/resolve-extends" "^13.2.0"
@@ -266,6 +266,7 @@
266266
cosmiconfig "^7.0.0"
267267
lodash "^4.17.19"
268268
resolve-from "^5.0.0"
269+
typescript "^4.4.3"
269270

270271
"@commitlint/message@^13.2.0":
271272
version "13.2.0"
@@ -6921,6 +6922,11 @@ typescript@^3.9.6:
69216922
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
69226923
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
69236924

6925+
typescript@^4.4.3:
6926+
version "4.4.4"
6927+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
6928+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
6929+
69246930
uglify-js@^3.1.4:
69256931
version "3.5.6"
69266932
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.6.tgz#8a5f8a06ee7415ac1fa302f4623bc7344b553da4"

0 commit comments

Comments
 (0)