diff --git a/package-lock.json b/package-lock.json index e25deef10..8ea4f661d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@angular-eslint/eslint-plugin": "^12.3.1", "@angular-eslint/eslint-plugin-template": "^12.3.1", "@angular-eslint/schematics": "^12.3.1", - "@angular-eslint/template-parser": "^12.3.1", + "@angular-eslint/template-parser": "^12.5.0", "@angular/cli": "^12.2.4", "@angular/compiler": "^12.2.4", "@angular/compiler-cli": "^12.2.4", @@ -576,9 +576,9 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.3.1.tgz", - "integrity": "sha512-6DkXqTaVEHZdcN3isHQ2CDoTsKLuJ5C1SYEOuFzOU1Zp85SvjxO92v6gPkFPKk0iQNVRmQS2XcKef6weehUUGA==", + "version": "12.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.5.0.tgz", + "integrity": "sha512-aAcwoy0X6B2IUvuH6i0zK7leKqM1Lx3QqzFI2gyOWLIgtT81182Wm0VT+3GWwr4pudw+L6n4NhDVDvxBkRJFtA==", "dev": true, "dependencies": { "eslint-scope": "^5.1.0" @@ -25265,9 +25265,9 @@ } }, "@angular-eslint/template-parser": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.3.1.tgz", - "integrity": "sha512-6DkXqTaVEHZdcN3isHQ2CDoTsKLuJ5C1SYEOuFzOU1Zp85SvjxO92v6gPkFPKk0iQNVRmQS2XcKef6weehUUGA==", + "version": "12.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.5.0.tgz", + "integrity": "sha512-aAcwoy0X6B2IUvuH6i0zK7leKqM1Lx3QqzFI2gyOWLIgtT81182Wm0VT+3GWwr4pudw+L6n4NhDVDvxBkRJFtA==", "dev": true, "requires": { "eslint-scope": "^5.1.0" diff --git a/package.json b/package.json index 736cd2e92..7cca5efe3 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@angular-eslint/eslint-plugin": "^12.3.1", "@angular-eslint/eslint-plugin-template": "^12.3.1", "@angular-eslint/schematics": "^12.3.1", - "@angular-eslint/template-parser": "^12.3.1", + "@angular-eslint/template-parser": "^12.5.0", "@angular/cli": "^12.2.4", "@angular/compiler": "^12.2.4", "@angular/compiler-cli": "^12.2.4",