From e7c6b323007c047a2cfc9f7479c799e1f3386288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 22:12:24 +0000 Subject: [PATCH] Bump eslint from 7.21.0 to 7.22.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.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/v7.21.0...v7.22.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 185ad36..ea14cdf 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/supertest": "^2.0.8", "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "4.16.1", - "eslint": "7.21.0", + "eslint": "7.22.0", "eslint-config-airbnb-typescript": "^12.0.0", "eslint-config-prettier": "^8.0.0", "eslint-plugin-import": "^2.22.1",