From 5e0ee9a3f59d9bc76017e57c3f3f49eb53073c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 18:37:01 +0000 Subject: [PATCH] Bump eslint from 2.13.1 to 7.4.0 Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 7.4.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v2.13.1...v7.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e821a07f..c1a2c8579 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/YaleSTC/reservations#readme", "devDependencies": { - "eslint": "^2.12.0", + "eslint": "^7.4.0", "eslint-config-standard": "^5.3.1", "eslint-plugin-standard": "^1.3.2" },