Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 71d29cd

Browse files
committed
chore(deps): update dependency @commitlint/cli to ^13.2.1
1 parent a0735b7 commit 71d29cd

File tree

3 files changed

+40
-37
lines changed

3 files changed

+40
-37
lines changed

package-lock.json

Lines changed: 25 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"spec": "src/**/*.test.ts"
138138
},
139139
"devDependencies": {
140-
"@commitlint/cli": "^13.2.0",
140+
"@commitlint/cli": "^13.2.1",
141141
"@commitlint/config-conventional": "^13.2.0",
142142
"@sourcegraph/eslint-config": "^0.23.0",
143143
"@sourcegraph/prettierrc": "^3.0.3",

yarn.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,14 @@
248248
lodash "^4.17.19"
249249
to-fast-properties "^2.0.0"
250250

251-
"@commitlint/cli@^13.2.0":
252-
version "13.2.0"
253-
resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-13.2.0.tgz"
254-
integrity sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==
251+
"@commitlint/cli@^13.2.1":
252+
version "13.2.1"
253+
resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-13.2.1.tgz"
254+
integrity sha512-JGzYk2ay5JkRS5w+FLQzr0u/Kih52ds4HPpa3vnwVOQN8Q+S1VYr8Nk/6kRm6uNYsAcC1nejtuDxRdLcLh/9TA==
255255
dependencies:
256256
"@commitlint/format" "^13.2.0"
257257
"@commitlint/lint" "^13.2.0"
258-
"@commitlint/load" "^13.2.0"
258+
"@commitlint/load" "^13.2.1"
259259
"@commitlint/read" "^13.2.0"
260260
"@commitlint/types" "^13.2.0"
261261
lodash "^4.17.19"
@@ -309,10 +309,10 @@
309309
"@commitlint/rules" "^13.2.0"
310310
"@commitlint/types" "^13.2.0"
311311

312-
"@commitlint/load@^13.2.0":
313-
version "13.2.0"
314-
resolved "https://registry.npmjs.org/@commitlint/load/-/load-13.2.0.tgz"
315-
integrity sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==
312+
"@commitlint/load@^13.2.1":
313+
version "13.2.1"
314+
resolved "https://registry.npmjs.org/@commitlint/load/-/load-13.2.1.tgz"
315+
integrity sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==
316316
dependencies:
317317
"@commitlint/execute-rule" "^13.2.0"
318318
"@commitlint/resolve-extends" "^13.2.0"
@@ -322,6 +322,7 @@
322322
cosmiconfig "^7.0.0"
323323
lodash "^4.17.19"
324324
resolve-from "^5.0.0"
325+
typescript "^4.4.3"
325326

326327
"@commitlint/message@^13.2.0":
327328
version "13.2.0"
@@ -6823,10 +6824,10 @@ typedarray@^0.0.6:
68236824
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
68246825
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
68256826

6826-
typescript@^4.1.3:
6827-
version "4.1.3"
6828-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz"
6829-
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
6827+
typescript@^4.1.3, typescript@^4.4.3:
6828+
version "4.4.4"
6829+
resolved "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz"
6830+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
68306831

68316832
uc.micro@^1.0.1, uc.micro@^1.0.5:
68326833
version "1.0.6"

0 commit comments

Comments
 (0)