From d5d1dd77cd1bb6845c828f63b9146f762bd270dd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 10:09:18 +0000 Subject: [PATCH] Bump eslint-config-standard from 13.0.1 to 14.0.0 in /backend Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 13.0.1 to 14.0.0. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v13.0.1...v14.0.0) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index b5a9ecac4..49ab84d7c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -116,7 +116,7 @@ "cucumber": "~5.1.0", "eslint": "~6.2.0", "eslint-config-prettier": "~6.1.0", - "eslint-config-standard": "~13.0.1", + "eslint-config-standard": "~14.0.0", "eslint-plugin-import": "~2.18.2", "eslint-plugin-jest": "~22.15.1", "eslint-plugin-node": "~9.1.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index 9650de0cb..ad8a8778e 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -3274,10 +3274,10 @@ eslint-config-prettier@~6.1.0: dependencies: get-stdin "^6.0.0" -eslint-config-standard@~13.0.1: - version "13.0.1" - resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-13.0.1.tgz#c9c6ffe0cfb8a51535bc5c7ec9f70eafb8c6b2c0" - integrity sha512-zLKp4QOgq6JFgRm1dDCVv1Iu0P5uZ4v5Wa4DTOkg2RFMxdCX/9Qf7lz9ezRj2dBRa955cWQF/O/LWEiYWAHbTw== +eslint-config-standard@~14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.0.0.tgz#1de7bf5af37542dc6eef879ab7eb5e5e0f830747" + integrity sha512-bV6e2LFvJEetrLjVAy4KWPOUsIhPWr040c649MigTPR6yUtaGuOt6CEAyNeez2lRiC+2+vjGWa02byjs25EB3A== eslint-import-resolver-node@^0.3.2: version "0.3.2"