Skip to content

Commit fcc325a

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

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"electron-builder": "20.39.0",
6262
"electron-devtools-installer": "2.2.4",
6363
"husky": "1.3.1",
64-
"lint-staged": "8.1.5",
64+
"lint-staged": "8.1.6",
6565
"metro-react-native-babel-preset": "0.53.1",
6666
"nodemon": "1.18.11",
6767
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -962,13 +962,6 @@
962962
pirates "^4.0.0"
963963
source-map-support "^0.5.9"
964964

965-
966-
version "7.0.0"
967-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0.tgz#adeb78fedfc855aa05bc041640f3f6f98e85424c"
968-
integrity sha512-7hGhzlcmg01CvH1EHdSPVXYX1aJ8KCEyz6I9xYIi/asDtzBPMyMhVibhM/K6g/5qnKBwjZtp10bNZIEFTRW1MA==
969-
dependencies:
970-
regenerator-runtime "^0.12.0"
971-
972965
973966
version "7.3.1"
974967
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
@@ -7412,10 +7405,10 @@ levn@^0.3.0, levn@~0.3.0:
74127405
prelude-ls "~1.1.2"
74137406
type-check "~0.3.2"
74147407

7415-
7416-
version "8.1.5"
7417-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.5.tgz#372476fe1a58b8834eb562ed4c99126bd60bdd79"
7418-
integrity sha512-e5ZavfnSLcBJE1BTzRTqw6ly8OkqVyO3GL2M6teSmTBYQ/2BuueD5GIt2RPsP31u/vjKdexUyDCxSyK75q4BDA==
7408+
7409+
version "8.1.6"
7410+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-8.1.6.tgz#128a9bc5effbf69a359fb8f7eeb2da71a998daf6"
7411+
integrity sha512-QT13AniHN6swAtTjsrzxOfE4TVCiQ39xESwLmjGVNCMMZ/PK5aopwvbxLrzw+Zf9OxM3cQG6WCx9lceLzETOnQ==
74197412
dependencies:
74207413
chalk "^2.3.1"
74217414
commander "^2.14.1"
@@ -7441,7 +7434,7 @@ [email protected]:
74417434
staged-git-files "1.1.2"
74427435
string-argv "^0.0.2"
74437436
stringify-object "^3.2.2"
7444-
yup "^0.26.10"
7437+
yup "^0.27.0"
74457438

74467439
listr-silent-renderer@^1.1.1:
74477440
version "1.1.1"
@@ -11955,7 +11948,7 @@ symbol-tree@^3.2.2:
1195511948
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
1195611949
integrity sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=
1195711950

11958-
synchronous-promise@^2.0.5:
11951+
synchronous-promise@^2.0.6:
1195911952
version "2.0.7"
1196011953
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.7.tgz#3574b3d2fae86b145356a4b89103e1577f646fe3"
1196111954
integrity sha512-16GbgwTmFMYFyQMLvtQjvNWh30dsFe1cAW5Fg1wm5+dg84L9Pe36mftsIRU95/W2YsISxsz/xq4VB23sqpgb/A==
@@ -13443,14 +13436,14 @@ [email protected]:
1344313436
dependencies:
1344413437
fd-slicer "~1.0.1"
1344513438

13446-
yup@^0.26.10:
13447-
version "0.26.10"
13448-
resolved "https://registry.yarnpkg.com/yup/-/yup-0.26.10.tgz#3545839663289038faf25facfc07e11fd67c0cb1"
13449-
integrity sha512-keuNEbNSnsOTOuGCt3UJW69jDE3O4P+UHAakO7vSeFMnjaitcmlbij/a3oNb9g1Y1KvSKH/7O1R2PQ4m4TRylw==
13439+
yup@^0.27.0:
13440+
version "0.27.0"
13441+
resolved "https://registry.yarnpkg.com/yup/-/yup-0.27.0.tgz#f8cb198c8e7dd2124beddc2457571329096b06e7"
13442+
integrity sha512-v1yFnE4+u9za42gG/b/081E7uNW9mUj3qtkmelLbW5YPROZzSH/KUUyJu9Wt8vxFJcT9otL/eZopS0YK1L5yPQ==
1345013443
dependencies:
13451-
"@babel/runtime" "7.0.0"
13444+
"@babel/runtime" "^7.0.0"
1345213445
fn-name "~2.0.1"
13453-
lodash "^4.17.10"
13446+
lodash "^4.17.11"
1345413447
property-expr "^1.5.0"
13455-
synchronous-promise "^2.0.5"
13448+
synchronous-promise "^2.0.6"
1345613449
toposort "^2.0.2"

0 commit comments

Comments
 (0)