Skip to content

Commit 0020b85

Browse files
committed
chore(deps): update dependency lint-staged to ^10.5.1
1 parent 60a2994 commit 0020b85

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"husky": "^4.3.0",
46-
"lint-staged": "^10.5.0",
46+
"lint-staged": "^10.5.1",
4747
"prettier": "^2.0.5"
4848
},
4949
"prettier": {

Diff for: yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ color-name@~1.1.4:
263263
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
264264
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
265265

266-
commander@^6.0.0:
266+
commander@^6.2.0:
267267
version "6.2.0"
268268
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75"
269269
integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==
@@ -331,7 +331,7 @@ crypto-random-string@^2.0.0:
331331
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
332332
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
333333

334-
debug@^4.1.1:
334+
debug@^4.2.0:
335335
version "4.2.0"
336336
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
337337
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
@@ -426,10 +426,10 @@ escape-string-regexp@^1.0.5:
426426
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
427427
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
428428

429-
execa@^4.0.3:
430-
version "4.0.3"
431-
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz#0a34dabbad6d66100bd6f2c576c8669403f317f2"
432-
integrity sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A==
429+
execa@^4.1.0:
430+
version "4.1.0"
431+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
432+
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
433433
dependencies:
434434
cross-spawn "^7.0.0"
435435
get-stream "^5.0.0"
@@ -770,39 +770,39 @@ lines-and-columns@^1.1.6:
770770
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
771771
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
772772

773-
lint-staged@^10.5.0:
774-
version "10.5.0"
775-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.5.0.tgz#c923c2447a84c595874f3de696778736227e7a7a"
776-
integrity sha512-gjC9+HGkBubOF+Yyoj9pd52Qfm/kYB+dRX1UOgWjHKvSDYl+VHkZXlBMlqSZa2cH3Kp5/uNL480sV6e2dTgXSg==
773+
lint-staged@^10.5.1:
774+
version "10.5.1"
775+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.5.1.tgz#901e915c2360072dded0e7d752a0d9a49e079daa"
776+
integrity sha512-fTkTGFtwFIJJzn/PbUO3RXyEBHIhbfYBE7+rJyLcOXabViaO/h6OslgeK6zpeUtzkDrzkgyAYDTLAwx6JzDTHw==
777777
dependencies:
778778
chalk "^4.1.0"
779779
cli-truncate "^2.1.0"
780-
commander "^6.0.0"
780+
commander "^6.2.0"
781781
cosmiconfig "^7.0.0"
782-
debug "^4.1.1"
782+
debug "^4.2.0"
783783
dedent "^0.7.0"
784784
enquirer "^2.3.6"
785-
execa "^4.0.3"
786-
listr2 "^2.6.0"
785+
execa "^4.1.0"
786+
listr2 "^3.2.2"
787787
log-symbols "^4.0.0"
788788
micromatch "^4.0.2"
789789
normalize-path "^3.0.0"
790790
please-upgrade-node "^3.2.0"
791791
string-argv "0.3.1"
792792
stringify-object "^3.3.0"
793793

794-
listr2@^2.6.0:
795-
version "2.6.2"
796-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-2.6.2.tgz#4912eb01e1e2dd72ec37f3895a56bf2622d6f36a"
797-
integrity sha512-6x6pKEMs8DSIpA/tixiYY2m/GcbgMplMVmhQAaLFxEtNSKLeWTGjtmU57xvv6QCm2XcqzyNXL/cTSVf4IChCRA==
794+
listr2@^3.2.2:
795+
version "3.2.2"
796+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.2.2.tgz#d20feb75015e506992b55af40722ba1af168b8f1"
797+
integrity sha512-AajqcZEUikF2ioph6PfH3dIuxJclhr3i3kHgTOP0xeXdWQohrvJAAmqVcV43/GI987HFY/vzT73jYXoa4esDHg==
798798
dependencies:
799799
chalk "^4.1.0"
800800
cli-truncate "^2.1.0"
801801
figures "^3.2.0"
802802
indent-string "^4.0.0"
803803
log-update "^4.0.0"
804804
p-map "^4.0.0"
805-
rxjs "^6.6.2"
805+
rxjs "^6.6.3"
806806
through "^2.3.8"
807807

808808
locate-path@^5.0.0:
@@ -1204,7 +1204,7 @@ rimraf@^3.0.2:
12041204
dependencies:
12051205
glob "^7.1.3"
12061206

1207-
rxjs@^6.6.2:
1207+
rxjs@^6.6.3:
12081208
version "6.6.3"
12091209
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
12101210
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==

0 commit comments

Comments
 (0)