From b001f18b96f91dadf742090d631cc774836d820f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 23:22:44 +0000 Subject: [PATCH] Update eslint-config-airbnb-base requirement from ^13.1.0 to ^14.0.0 Updates the requirements on [eslint-config-airbnb-base](https://github.com/airbnb/javascript) to permit the latest version. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-base-v13.1.0...eslint-config-airbnb-base-v14.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f55dfd1..5717e6e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@types/express": "^4.16.1", "eslint": "^5.12.1", - "eslint-config-airbnb-base": "^13.1.0", + "eslint-config-airbnb-base": "^14.0.0", "eslint-config-prettier": "^4.0.0", "eslint-config-typescript": "^1.1.0", "eslint-plugin-import": "^2.15.0",