From 5eeb754a9ee117ca5cb5c4148b5102ab62a7e012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 17:23:23 +0100 Subject: [PATCH] build(deps-dev): bump eslint-config-standard in /frontend (#643) Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 15.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/v14.1.1...v15.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 5e6b4f1de..18b18dc6f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "css-loader": "^5.0.0", "eslint": "^7.5.0", "eslint-config-prettier": "^6.2.0", - "eslint-config-standard": "^14.1.0", + "eslint-config-standard": "^15.0.0", "eslint-loader": "^4.0.0", "eslint-plugin-fetch-options": "0.0.5", "eslint-plugin-html": "^6.0.0",