Skip to content

Commit 190a880

Browse files
committed
chore(deps): update dependency lint-staged to v8.1.6
1 parent d3c7679 commit 190a880

File tree

2 files changed

+18
-39
lines changed

2 files changed

+18
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"hsu-scripts": "1.0.7",
3939
"husky": "1.3.1",
4040
"jest": "24.1.0",
41-
"lint-staged": "8.1.4",
41+
"lint-staged": "8.1.6",
4242
"prettier": "1.16.4"
4343
},
4444
"jest": {

yarn.lock

Lines changed: 17 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -722,13 +722,6 @@
722722
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
723723
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
724724

725-
"@babel/runtime@7.0.0":
726-
version "7.0.0"
727-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0.tgz#adeb78fedfc855aa05bc041640f3f6f98e85424c"
728-
integrity sha512-7hGhzlcmg01CvH1EHdSPVXYX1aJ8KCEyz6I9xYIi/asDtzBPMyMhVibhM/K6g/5qnKBwjZtp10bNZIEFTRW1MA==
729-
dependencies:
730-
regenerator-runtime "^0.12.0"
731-
732725
"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.1":
733726
version "7.3.1"
734727
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
@@ -778,20 +771,6 @@
778771
lodash "^4.17.11"
779772
to-fast-properties "^2.0.0"
780773

781-
"@iamstarkov/listr-update-renderer@0.4.1":
782-
version "0.4.1"
783-
resolved "https://registry.yarnpkg.com/@iamstarkov/listr-update-renderer/-/listr-update-renderer-0.4.1.tgz#d7c48092a2dcf90fd672b6c8b458649cb350c77e"
784-
integrity sha512-IJyxQWsYDEkf8C8QthBn5N8tIUR9V9je6j3sMIpAkonaadjbvxmRC6RAhpa3RKxndhNnU2M6iNbtJwd7usQYIA==
785-
dependencies:
786-
chalk "^1.1.3"
787-
cli-truncate "^0.2.1"
788-
elegant-spinner "^1.0.1"
789-
figures "^1.7.0"
790-
indent-string "^3.0.0"
791-
log-symbols "^1.0.2"
792-
log-update "^2.3.0"
793-
strip-ansi "^3.0.1"
794-
795774
"@nxmix/is-full-width@^0.1.0":
796775
version "0.1.0"
797776
resolved "https://registry.yarnpkg.com/@nxmix/is-full-width/-/is-full-width-0.1.0.tgz#1b78a5fbe1936b18412d1fd8d84b058b791f4fd2"
@@ -4427,12 +4406,11 @@ levn@^0.3.0, levn@~0.3.0:
44274406
prelude-ls "~1.1.2"
44284407
type-check "~0.3.2"
44294408

4430-
lint-staged@8.1.4:
4431-
version "8.1.4"
4432-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.4.tgz#a726592c0e55231116af295e730643bb711c169b"
4433-
integrity sha512-oFbbhB/VzN8B3i/sIdb9gMfngGArI6jIfxSn+WPdQb2Ni3GJeS6T4j5VriSbQfxfMuYoQlMHOoFt+lfcWV0HfA==
4409+
lint-staged@8.1.6:
4410+
version "8.1.6"
4411+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.6.tgz#128a9bc5effbf69a359fb8f7eeb2da71a998daf6"
4412+
integrity sha512-QT13AniHN6swAtTjsrzxOfE4TVCiQ39xESwLmjGVNCMMZ/PK5aopwvbxLrzw+Zf9OxM3cQG6WCx9lceLzETOnQ==
44344413
dependencies:
4435-
"@iamstarkov/listr-update-renderer" "0.4.1"
44364414
chalk "^2.3.1"
44374415
commander "^2.14.1"
44384416
cosmiconfig "^5.0.2"
@@ -4445,6 +4423,7 @@ lint-staged@8.1.4:
44454423
is-glob "^4.0.0"
44464424
is-windows "^1.0.2"
44474425
listr "^0.14.2"
4426+
listr-update-renderer "^0.5.0"
44484427
lodash "^4.17.11"
44494428
log-symbols "^2.2.0"
44504429
micromatch "^3.1.8"
@@ -4456,7 +4435,7 @@ lint-staged@8.1.4:
44564435
staged-git-files "1.1.2"
44574436
string-argv "^0.0.2"
44584437
stringify-object "^3.2.2"
4459-
yup "^0.26.10"
4438+
yup "^0.27.0"
44604439

44614440
listr-silent-renderer@^1.1.1:
44624441
version "1.1.1"
@@ -6631,10 +6610,10 @@ symbol-tree@^3.2.2:
66316610
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
66326611
integrity sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=
66336612

6634-
synchronous-promise@^2.0.5:
6635-
version "2.0.6"
6636-
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.6.tgz#de76e0ea2b3558c1e673942e47e714a930fa64aa"
6637-
integrity sha512-TyOuWLwkmtPL49LHCX1caIwHjRzcVd62+GF6h8W/jHOeZUFHpnd2XJDVuUlaTaLPH1nuu2M69mfHr5XbQJnf/g==
6613+
synchronous-promise@^2.0.6:
6614+
version "2.0.7"
6615+
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.7.tgz#3574b3d2fae86b145356a4b89103e1577f646fe3"
6616+
integrity sha512-16GbgwTmFMYFyQMLvtQjvNWh30dsFe1cAW5Fg1wm5+dg84L9Pe36mftsIRU95/W2YsISxsz/xq4VB23sqpgb/A==
66386617

66396618
table@^5.2.3:
66406619
version "5.2.3"
@@ -7348,14 +7327,14 @@ yargs@^13.1.0, yargs@^13.2.1:
73487327
y18n "^4.0.0"
73497328
yargs-parser "^13.0.0"
73507329

7351-
yup@^0.26.10:
7352-
version "0.26.10"
7353-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.26.10.tgz#3545839663289038faf25facfc07e11fd67c0cb1"
7354-
integrity sha512-keuNEbNSnsOTOuGCt3UJW69jDE3O4P+UHAakO7vSeFMnjaitcmlbij/a3oNb9g1Y1KvSKH/7O1R2PQ4m4TRylw==
7330+
yup@^0.27.0:
7331+
version "0.27.0"
7332+
resolved "https://registry.yarnpkg.com/yup/-/yup-0.27.0.tgz#f8cb198c8e7dd2124beddc2457571329096b06e7"
7333+
integrity sha512-v1yFnE4+u9za42gG/b/081E7uNW9mUj3qtkmelLbW5YPROZzSH/KUUyJu9Wt8vxFJcT9otL/eZopS0YK1L5yPQ==
73557334
dependencies:
7356-
"@babel/runtime" "7.0.0"
7335+
"@babel/runtime" "^7.0.0"
73577336
fn-name "~2.0.1"
7358-
lodash "^4.17.10"
7337+
lodash "^4.17.11"
73597338
property-expr "^1.5.0"
7360-
synchronous-promise "^2.0.5"
7339+
synchronous-promise "^2.0.6"
73617340
toposort "^2.0.2"

0 commit comments

Comments
 (0)