diff --git a/package-lock.json b/package-lock.json index 3892df3a2..ae47d0450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^15.2.7", "@angular-eslint/builder": "^16.1.1", - "@angular-eslint/eslint-plugin": "~16.1.1", + "@angular-eslint/eslint-plugin": "~16.1.2", "@angular-eslint/eslint-plugin-template": "~16.1.2", "@angular-eslint/schematics": "^15.2.1", "@angular-eslint/template-parser": "~16.1.2", @@ -516,12 +516,12 @@ "dev": true }, "node_modules/@angular-eslint/eslint-plugin": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-16.1.1.tgz", - "integrity": "sha512-GauEwFGEcgIdsld4cVarFJYYxaRbMLzbpxyvBUDFg4LNjlcQNt7zfqXRLJoZAaFJFPtGtAoo1+6BlEKErsntuQ==", + "version": "16.1.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-16.1.2.tgz", + "integrity": "sha512-lYVvoKUIOg/ez15yfN4zY2A++vnIeJe1xh2ADNTmmjSh2PFV24K9YOgrTbgrY3Ul9kzGDTBkvYqslq+IvMGdIw==", "dev": true, "dependencies": { - "@angular-eslint/utils": "16.1.1", + "@angular-eslint/utils": "16.1.2", "@typescript-eslint/utils": "5.62.0" }, "peerDependencies": { @@ -662,26 +662,6 @@ "dequal": "^2.0.3" } }, - "node_modules/@angular-eslint/eslint-plugin/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.1.1.tgz", - "integrity": "sha512-TB01AWZBDfrZBxN1I50HfBXtC7q4NI5fwl1aS4tOfef2/kQjTtR9zmha8CsxjDkAOa9tA/4MUayAMqEBQLuHKQ==", - "dev": true - }, - "node_modules/@angular-eslint/eslint-plugin/node_modules/@angular-eslint/utils": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-16.1.1.tgz", - "integrity": "sha512-cmSTyFFY2TMLjhKdju0KQ9GB6nnXt1AbY9tZ0UtWGo3NKbrBUogc+PR9ma17VRAGhvdj/sSVkStphJH3F7rUgQ==", - "dev": true, - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.1.1", - "@typescript-eslint/utils": "5.62.0" - }, - "peerDependencies": { - "eslint": "^7.20.0 || ^8.0.0", - "typescript": "*" - } - }, "node_modules/@angular-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", @@ -17650,31 +17630,15 @@ "dev": true }, "@angular-eslint/eslint-plugin": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-16.1.1.tgz", - "integrity": "sha512-GauEwFGEcgIdsld4cVarFJYYxaRbMLzbpxyvBUDFg4LNjlcQNt7zfqXRLJoZAaFJFPtGtAoo1+6BlEKErsntuQ==", + "version": "16.1.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-16.1.2.tgz", + "integrity": "sha512-lYVvoKUIOg/ez15yfN4zY2A++vnIeJe1xh2ADNTmmjSh2PFV24K9YOgrTbgrY3Ul9kzGDTBkvYqslq+IvMGdIw==", "dev": true, "requires": { - "@angular-eslint/utils": "16.1.1", + "@angular-eslint/utils": "16.1.2", "@typescript-eslint/utils": "5.62.0" }, "dependencies": { - "@angular-eslint/bundled-angular-compiler": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.1.1.tgz", - "integrity": "sha512-TB01AWZBDfrZBxN1I50HfBXtC7q4NI5fwl1aS4tOfef2/kQjTtR9zmha8CsxjDkAOa9tA/4MUayAMqEBQLuHKQ==", - "dev": true - }, - "@angular-eslint/utils": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-16.1.1.tgz", - "integrity": "sha512-cmSTyFFY2TMLjhKdju0KQ9GB6nnXt1AbY9tZ0UtWGo3NKbrBUogc+PR9ma17VRAGhvdj/sSVkStphJH3F7rUgQ==", - "dev": true, - "requires": { - "@angular-eslint/bundled-angular-compiler": "16.1.1", - "@typescript-eslint/utils": "5.62.0" - } - }, "@typescript-eslint/scope-manager": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", diff --git a/package.json b/package.json index 18bd50b3b..1af5f8efd 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^15.2.7", "@angular-eslint/builder": "^16.1.1", - "@angular-eslint/eslint-plugin": "~16.1.1", + "@angular-eslint/eslint-plugin": "~16.1.2", "@angular-eslint/eslint-plugin-template": "~16.1.2", "@angular-eslint/schematics": "^15.2.1", "@angular-eslint/template-parser": "~16.1.2",