1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

chore: upgrade lint-staged to version 9.4.1

This commit is contained in:
ivaosthu 2019-10-02 22:26:44 +02:00 committed by Ivar Conradi Østhus
parent 3e4ab827d3
commit 68e3ff93b0
2 changed files with 6 additions and 4 deletions

View File

@ -100,7 +100,7 @@
"eslint-config-finn": "^3.0.1",
"eslint-config-finn-prettier": "^3.0.2",
"husky": "^3.0.8",
"lint-staged": "^9.2.1",
"lint-staged": "^9.4.1",
"lolex": "^4.0.1",
"nyc": "^14.1.1",
"passport": "^0.4.0",

View File

@ -3338,9 +3338,10 @@ lines-and-columns@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
lint-staged@^9.2.1:
version "9.2.1"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.2.1.tgz#57fc5947611604d5a32e478734a13f3e4687f646"
lint-staged@^9.4.1:
version "9.4.1"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.4.1.tgz#60c0f85745bd398e6460aa7f5adb3cad3a2b862c"
integrity sha512-zFRbo1bAJEVf1m33paTTjDVfy2v3lICCqHfmQSgNoI+lWpi7HPG5y/R2Y7Whdce+FKxlZYs/U1sDSx8+nmQdDA==
dependencies:
chalk "^2.4.2"
commander "^2.20.0"
@ -3352,6 +3353,7 @@ lint-staged@^9.2.1:
listr "^0.14.3"
log-symbols "^3.0.0"
micromatch "^4.0.2"
normalize-path "^3.0.0"
please-upgrade-node "^3.1.1"
string-argv "^0.3.0"
stringify-object "^3.3.0"