From 1f3532ec1c6c4a1ae48baecd7f5135c1b19e242c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:30:53 +0000 Subject: [PATCH] Bump @angular-eslint/builder from 2.0.2 to 15.2.0 Bumps [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) from 2.0.2 to 15.2.0. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v15.2.0/packages/builder) --- updated-dependencies: - dependency-name: "@angular-eslint/builder" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1500ed7..6f4c3fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -229,9 +229,9 @@ } }, "@angular-eslint/builder": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-2.0.2.tgz", - "integrity": "sha512-bs5ITrQNEaVD+oonrpJN17VSqZ1+094NIsvfkaQ4wQb22sc7BkDAMB2lcfhXgyH1mN+0bw1SP7DYuHSo3+r4Jw==", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-15.2.0.tgz", + "integrity": "sha512-5xnJub1G7+F9Ra75N90Ln9yn/KFzWnMIHfqDVRRDrlwgja1Zc9ZmqcazLWc/k12yzKyJoO3uwBSycyVwG2fYVg==", "dev": true }, "@angular-eslint/eslint-plugin": { diff --git a/package.json b/package.json index 8e373c0..5002ac0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "~0.1102.5", - "@angular-eslint/builder": "^2.0.0", + "@angular-eslint/builder": "^15.2.0", "@angular-eslint/eslint-plugin": "^2.0.0", "@angular-eslint/eslint-plugin-template": "^2.0.0", "@angular-eslint/schematics": "2.0.2",