From da6121b37256eb5c29785b2e47538f1a6945cc2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 09:15:51 +0000 Subject: [PATCH] Bump standard from 14.3.0 to 14.3.1 Bumps [standard](https://github.com/standard/standard) from 14.3.0 to 14.3.1. - [Release notes](https://github.com/standard/standard/releases) - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/standard/compare/v14.3.0...v14.3.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ea874c..b83c599 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "role-acl": "^3.3.7", "snazzy": "^8.0.0", "sqlite3": "^4.1.0", - "standard": "^14.3.0" + "standard": "^14.3.1" }, "keywords": [ "objection", diff --git a/yarn.lock b/yarn.lock index 3f30c85..226761c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4792,10 +4792,10 @@ standard-json@^1.0.0: dependencies: concat-stream "^2.0.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"