diff --git a/package.json b/package.json index 783b955..238e710 100755 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "ava": "1.4.1", "nyc": "14.1.1", - "standard": "14.3.0" + "standard": "14.3.1" }, "engines": { "node": ">=6" diff --git a/yarn.lock b/yarn.lock index add8cea..ebef5f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3944,10 +3944,10 @@ standard-engine@^12.0.0: minimist "^1.1.0" pkg-conf "^3.1.0" -standard@14.3.0: - version "14.3.0" - resolved "https://registry.yarnpkg.com/standard/-/standard-14.3.0.tgz#0c650fba1ee0cdacf109d91c68f3b837507d6d82" - integrity sha512-F3Su3IAxDrOW+v4O/WiPFp6SZ0FWj+H4NEtGrEI1iaCf5LWD0nIfcXh0GIyKQgpmswQFWBIAvgONihT8U5UM4w== +standard@14.3.1: + version "14.3.1" + resolved "https://registry.yarnpkg.com/standard/-/standard-14.3.1.tgz#f6a5d9244fbb6b76d0c2dbcc1048a03c863038b6" + integrity sha512-TUQwU7znlZLfgKH1Zwn/D84FitWZkUTfbxSiz/vFx+4c9GV+clSfG/qLiLZOlcdyzhw3oF5/pZydNjbNDfHPEw== dependencies: eslint "~6.4.0" eslint-config-standard "14.1.0"