Skip to content

Commit 6339aaa

Browse files
committed
dependencies(lint-staged): upgrade to 10.5.1
1 parent 1cb1fec commit 6339aaa

File tree

2 files changed

+28
-70
lines changed

2 files changed

+28
-70
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"husky": "4.3.0",
2929
"jest": "26.6.1",
3030
"lerna": "3.22.1",
31-
"lint-staged": "10.5.0",
31+
"lint-staged": "10.5.1",
3232
"prettier": "2.1.2",
3333
"semantic-release": "17.2.2",
3434
"ts-jest": "26.4.3",

yarn.lock

Lines changed: 27 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -3115,10 +3115,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
31153115
dependencies:
31163116
delayed-stream "~1.0.0"
31173117

3118-
commander@^6.0.0:
3119-
version "6.1.0"
3120-
resolved "https://registry.yarnpkg.com/commander/-/commander-6.1.0.tgz#f8d722b78103141006b66f4c7ba1e97315ba75bc"
3121-
integrity sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==
3118+
commander@^6.2.0:
3119+
version "6.2.0"
3120+
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75"
3121+
integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==
31223122

31233123
31243124
version "11.0.0"
@@ -3508,7 +3508,7 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
35083508
dependencies:
35093509
ms "^2.1.1"
35103510

3511-
debuglog@*, debuglog@^1.0.1:
3511+
debuglog@^1.0.1:
35123512
version "1.0.1"
35133513
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
35143514
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -4104,7 +4104,7 @@ execa@^1.0.0:
41044104
signal-exit "^3.0.0"
41054105
strip-eof "^1.0.0"
41064106

4107-
execa@^4.0.0:
4107+
execa@^4.0.0, execa@^4.1.0:
41084108
version "4.1.0"
41094109
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
41104110
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
@@ -4119,21 +4119,6 @@ execa@^4.0.0:
41194119
signal-exit "^3.0.2"
41204120
strip-final-newline "^2.0.0"
41214121

4122-
execa@^4.0.3:
4123-
version "4.0.3"
4124-
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz#0a34dabbad6d66100bd6f2c576c8669403f317f2"
4125-
integrity sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A==
4126-
dependencies:
4127-
cross-spawn "^7.0.0"
4128-
get-stream "^5.0.0"
4129-
human-signals "^1.1.1"
4130-
is-stream "^2.0.0"
4131-
merge-stream "^2.0.0"
4132-
npm-run-path "^4.0.0"
4133-
onetime "^5.1.0"
4134-
signal-exit "^3.0.2"
4135-
strip-final-newline "^2.0.0"
4136-
41374122
exit@^0.1.2:
41384123
version "0.1.2"
41394124
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -5142,7 +5127,7 @@ import-local@^3.0.2:
51425127
pkg-dir "^4.2.0"
51435128
resolve-cwd "^3.0.0"
51445129

5145-
imurmurhash@*, imurmurhash@^0.1.4:
5130+
imurmurhash@^0.1.4:
51465131
version "0.1.4"
51475132
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
51485133
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -6425,39 +6410,39 @@ lines-and-columns@^1.1.6:
64256410
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
64266411
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
64276412

6428-
6429-
version "10.5.0"
6430-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.5.0.tgz#c923c2447a84c595874f3de696778736227e7a7a"
6431-
integrity sha512-gjC9+HGkBubOF+Yyoj9pd52Qfm/kYB+dRX1UOgWjHKvSDYl+VHkZXlBMlqSZa2cH3Kp5/uNL480sV6e2dTgXSg==
6413+
6414+
version "10.5.1"
6415+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.5.1.tgz#901e915c2360072dded0e7d752a0d9a49e079daa"
6416+
integrity sha512-fTkTGFtwFIJJzn/PbUO3RXyEBHIhbfYBE7+rJyLcOXabViaO/h6OslgeK6zpeUtzkDrzkgyAYDTLAwx6JzDTHw==
64326417
dependencies:
64336418
chalk "^4.1.0"
64346419
cli-truncate "^2.1.0"
6435-
commander "^6.0.0"
6420+
commander "^6.2.0"
64366421
cosmiconfig "^7.0.0"
6437-
debug "^4.1.1"
6422+
debug "^4.2.0"
64386423
dedent "^0.7.0"
64396424
enquirer "^2.3.6"
6440-
execa "^4.0.3"
6441-
listr2 "^2.6.0"
6425+
execa "^4.1.0"
6426+
listr2 "^3.2.2"
64426427
log-symbols "^4.0.0"
64436428
micromatch "^4.0.2"
64446429
normalize-path "^3.0.0"
64456430
please-upgrade-node "^3.2.0"
64466431
string-argv "0.3.1"
64476432
stringify-object "^3.3.0"
64486433

6449-
listr2@^2.6.0:
6450-
version "2.6.2"
6451-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-2.6.2.tgz#4912eb01e1e2dd72ec37f3895a56bf2622d6f36a"
6452-
integrity sha512-6x6pKEMs8DSIpA/tixiYY2m/GcbgMplMVmhQAaLFxEtNSKLeWTGjtmU57xvv6QCm2XcqzyNXL/cTSVf4IChCRA==
6434+
listr2@^3.2.2:
6435+
version "3.2.2"
6436+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.2.2.tgz#d20feb75015e506992b55af40722ba1af168b8f1"
6437+
integrity sha512-AajqcZEUikF2ioph6PfH3dIuxJclhr3i3kHgTOP0xeXdWQohrvJAAmqVcV43/GI987HFY/vzT73jYXoa4esDHg==
64536438
dependencies:
64546439
chalk "^4.1.0"
64556440
cli-truncate "^2.1.0"
64566441
figures "^3.2.0"
64576442
indent-string "^4.0.0"
64586443
log-update "^4.0.0"
64596444
p-map "^4.0.0"
6460-
rxjs "^6.6.2"
6445+
rxjs "^6.6.3"
64616446
through "^2.3.8"
64626447

64636448
load-json-file@^1.0.0:
@@ -6548,11 +6533,6 @@ lockfile@^1.0.4:
65486533
dependencies:
65496534
signal-exit "^3.0.2"
65506535

6551-
lodash._baseindexof@*:
6552-
version "3.1.0"
6553-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
6554-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
6555-
65566536
lodash._baseuniq@~4.6.0:
65576537
version "4.6.0"
65586538
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -6561,33 +6541,11 @@ lodash._baseuniq@~4.6.0:
65616541
lodash._createset "~4.0.0"
65626542
lodash._root "~3.0.0"
65636543

6564-
lodash._bindcallback@*:
6565-
version "3.0.1"
6566-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
6567-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
6568-
6569-
lodash._cacheindexof@*:
6570-
version "3.0.2"
6571-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
6572-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
6573-
6574-
lodash._createcache@*:
6575-
version "3.1.2"
6576-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
6577-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
6578-
dependencies:
6579-
lodash._getnative "^3.0.0"
6580-
65816544
lodash._createset@~4.0.0:
65826545
version "4.0.3"
65836546
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
65846547
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
65856548

6586-
lodash._getnative@*, lodash._getnative@^3.0.0:
6587-
version "3.9.1"
6588-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
6589-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
6590-
65916549
lodash._reinterpolate@^3.0.0:
65926550
version "3.0.0"
65936551
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -6638,11 +6596,6 @@ [email protected]:
66386596
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
66396597
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
66406598

6641-
lodash.restparam@*:
6642-
version "3.6.1"
6643-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
6644-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
6645-
66466599
lodash.set@^4.3.2:
66476600
version "4.3.2"
66486601
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
@@ -8842,7 +8795,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
88428795
dependencies:
88438796
aproba "^1.1.1"
88448797

8845-
rxjs@^6.4.0, rxjs@^6.6.2:
8798+
rxjs@^6.4.0, rxjs@^6.6.3:
88468799
version "6.6.3"
88478800
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
88488801
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
@@ -9878,11 +9831,16 @@ [email protected]:
98789831
semver "7.x"
98799832
yargs-parser "20.x"
98809833

9881-
tslib@^1.8.1, tslib@^1.9.0:
9834+
tslib@^1.8.1:
98829835
version "1.13.0"
98839836
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
98849837
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
98859838

9839+
tslib@^1.9.0:
9840+
version "1.14.1"
9841+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
9842+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
9843+
98869844
tslib@^2.0.3:
98879845
version "2.0.3"
98889846
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)