From 4c35236175a2f1dd7571f98bd78db65d878ab39f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 17:08:37 +0000 Subject: [PATCH] Bump @typescript-eslint/eslint-plugin in /example.web Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.34.0 to 4.29.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] --- example.web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.web/package.json b/example.web/package.json index 4af7730..92322e3 100644 --- a/example.web/package.json +++ b/example.web/package.json @@ -24,7 +24,7 @@ "@types/express": "^4.17.3", "@types/jest": "^25.1.4", "@types/node": "^13.9.5", - "@typescript-eslint/eslint-plugin": "^2.25.0", + "@typescript-eslint/eslint-plugin": "^4.29.0", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1",