diff --git a/package-lock.json b/package-lock.json index 1500ed7..e6de36f 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": "4.2.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-4.2.0.tgz", + "integrity": "sha512-qM4hpweuQ14ul8CU6LKpUWFZs6POUE7HZKdTllUrYuoZMrTpNB1XGelR0pweYzbfo4XRnUaO1NVgWhWOWiD5MA==", "dev": true }, "@angular-eslint/eslint-plugin": { diff --git a/package.json b/package.json index 8e373c0..560a782 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": "^4.2.0", "@angular-eslint/eslint-plugin": "^2.0.0", "@angular-eslint/eslint-plugin-template": "^2.0.0", "@angular-eslint/schematics": "2.0.2",