diff --git a/package-lock.json b/package-lock.json index 127bf068..0f82a911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@angular-builders/jest": "^19.0.1", "@angular-devkit/build-angular": "^19.0.6", "@angular-eslint/builder": "^20.1.1", - "@angular-eslint/eslint-plugin": "19.8.0", + "@angular-eslint/eslint-plugin": "19.8.1", "@angular-eslint/eslint-plugin-template": "20.0.0", "@angular-eslint/schematics": "^20.0.0", "@angular-eslint/template-parser": "20.0.0", @@ -1589,14 +1589,13 @@ "license": "MIT" }, "node_modules/@angular-eslint/eslint-plugin": { - "version": "19.8.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-19.8.0.tgz", - "integrity": "sha512-4wmMopW9mEum3MI865WkWiVvQ7/Ia691LO006zr7Hp6VB+4+zzxZW4CH7X6tuxE2DMVILlU5fsSjR04ex9vuew==", + "version": "19.8.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-19.8.1.tgz", + "integrity": "sha512-wZEBMPwD2TRhifG751hcj137EMIEaFmsxRB2EI+vfINCgPnFGSGGOHXqi8aInn9fXqHs7VbXkAzXYdBsvy1m4Q==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "19.8.0", - "@angular-eslint/utils": "19.8.0" + "@angular-eslint/bundled-angular-compiler": "19.8.1", + "@angular-eslint/utils": "19.8.1" }, "peerDependencies": { "@typescript-eslint/utils": "^7.11.0 || ^8.0.0", @@ -1625,20 +1624,18 @@ } }, "node_modules/@angular-eslint/eslint-plugin/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "19.8.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.8.0.tgz", - "integrity": "sha512-nschDOyrAZPwS2mdC63pAf6vtVRZJ81imnosziOTx5jh1TTEwYdmFpfLA3LBvZUMkwDxkFOjxrMyl/k+c+oLBw==", - "dev": true, - "license": "MIT" + "version": "19.8.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-19.8.1.tgz", + "integrity": "sha512-WXi1YbSs7SIQo48u+fCcc5Nt14/T4QzYQPLZUnjtsUXPgQG7ZoahhcGf7PPQ+n0V3pSopHOlSHwqK+tSsYK87A==", + "dev": true }, "node_modules/@angular-eslint/eslint-plugin/node_modules/@angular-eslint/utils": { - "version": "19.8.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-19.8.0.tgz", - "integrity": "sha512-ue3seSy4b+H5MN/m1m0SgyWr0XpDjfkGwyYo+uz2bhxpCyhZNzTBKeNRPkTTs+yeq9NhSKEhjvgUSA2nK5LqmA==", + "version": "19.8.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-19.8.1.tgz", + "integrity": "sha512-gVDKYWmAjeTPtaYmddT/HS03fCebXJtrk8G1MouQIviZbHqLjap6TbVlzlkBigRzaF0WnFnrDduQslkJzEdceA==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "19.8.0" + "@angular-eslint/bundled-angular-compiler": "19.8.1" }, "peerDependencies": { "@typescript-eslint/utils": "^7.11.0 || ^8.0.0", diff --git a/package.json b/package.json index 63382fc1..1b4ce26a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@angular-builders/jest": "^19.0.1", "@angular-devkit/build-angular": "^19.0.6", "@angular-eslint/builder": "^20.1.1", - "@angular-eslint/eslint-plugin": "19.8.0", + "@angular-eslint/eslint-plugin": "19.8.1", "@angular-eslint/eslint-plugin-template": "20.0.0", "@angular-eslint/schematics": "^20.0.0", "@angular-eslint/template-parser": "20.0.0",