From cc48d5cf26e44d657fad54437ad96b0ce68b824f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 06:22:49 +0000 Subject: [PATCH] Bump @angular-eslint/eslint-plugin from 2.0.2 to 4.3.0 Bumps [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) from 2.0.2 to 4.3.0. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v4.3.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++++++--- package.json | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1500ed7..fad9947 100644 --- a/package-lock.json +++ b/package-lock.json @@ -235,9 +235,9 @@ "dev": true }, "@angular-eslint/eslint-plugin": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-2.0.2.tgz", - "integrity": "sha512-/hJNXUjPEXwsmXeWneAW7X3Jg+JwsMavQ8eQ4UevcaKx4Ozthh09n6oyegqc82Y48Adcce7KyalGCKmWY19piA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz", + "integrity": "sha512-an0fyKzPmpWp9OnstZYXFSCvKnc14F8xfl+HXqvynOiBK63cWTZLlzO+7Z4t3pQiSuiXsEYleRPktWkNWGv0tQ==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "4.16.1" @@ -264,6 +264,17 @@ "@angular-eslint/eslint-plugin-template": "2.0.2", "strip-json-comments": "3.1.1", "tslint-to-eslint-config": "2.2.0" + }, + "dependencies": { + "@angular-eslint/eslint-plugin": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-2.0.2.tgz", + "integrity": "sha512-/hJNXUjPEXwsmXeWneAW7X3Jg+JwsMavQ8eQ4UevcaKx4Ozthh09n6oyegqc82Y48Adcce7KyalGCKmWY19piA==", + "dev": true, + "requires": { + "@typescript-eslint/experimental-utils": "4.16.1" + } + } } }, "@angular-eslint/template-parser": { diff --git a/package.json b/package.json index 8e373c0..a4fe4d2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.1102.5", "@angular-eslint/builder": "^2.0.0", - "@angular-eslint/eslint-plugin": "^2.0.0", + "@angular-eslint/eslint-plugin": "^4.3.0", "@angular-eslint/eslint-plugin-template": "^2.0.0", "@angular-eslint/schematics": "2.0.2", "@angular-eslint/template-parser": "^2.0.0",