diff --git a/package-lock.json b/package-lock.json index 80d3e424d..3c5d21124 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@angular-devkit/build-angular": "^13.3.7", "@angular-eslint/builder": "^14.0.2", "@angular-eslint/eslint-plugin": "~14.0.2", - "@angular-eslint/eslint-plugin-template": "~14.0.2", + "@angular-eslint/eslint-plugin-template": "~14.0.3", "@angular-eslint/schematics": "^13.2.1", "@angular-eslint/template-parser": "~14.0.2", "@angular-eslint/utils": "^14.0.2", @@ -579,12 +579,12 @@ } }, "node_modules/@angular-eslint/eslint-plugin-template": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.2.tgz", - "integrity": "sha512-egan0a2GVkubST4H7x2mPMTz3Ee9QXeLEchJyWXdFBZ6Nrpfjaki5dOQYhLU7KyxqhrSW4XugMWPGj2KW2gMxQ==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.3.tgz", + "integrity": "sha512-0m1dShhn6NVReBABecBn8UnMRidc61s3SGQIJWCkDBIeLOD+qVVaxZo04uNDNrXZhHWHqHAVIEBjG+qK2Xq6Nw==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "14.0.2", + "@angular-eslint/bundled-angular-compiler": "14.0.3", "@typescript-eslint/utils": "5.29.0", "aria-query": "5.0.0", "axobject-query": "3.0.1" @@ -595,9 +595,9 @@ } }, "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.2.tgz", - "integrity": "sha512-Ev001tGwBfy6lFd1IDrAHfW87VUqDmMQY5KWY+LM3dn0PY2XZv1RsBM16tBFbi7EaDeaxeFZg/G8PN5x+anNbg==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.3.tgz", + "integrity": "sha512-1JMdb5IrgFH+bxY8ZYXyNyu31+BELbahGKOi+jX0ZyZgGA8nbukzjL+QVNwwaw1RNuyiCxZzCwA/tRSGJMqSYA==", "dev": true }, "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/scope-manager": { @@ -15543,21 +15543,21 @@ } }, "@angular-eslint/eslint-plugin-template": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.2.tgz", - "integrity": "sha512-egan0a2GVkubST4H7x2mPMTz3Ee9QXeLEchJyWXdFBZ6Nrpfjaki5dOQYhLU7KyxqhrSW4XugMWPGj2KW2gMxQ==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.3.tgz", + "integrity": "sha512-0m1dShhn6NVReBABecBn8UnMRidc61s3SGQIJWCkDBIeLOD+qVVaxZo04uNDNrXZhHWHqHAVIEBjG+qK2Xq6Nw==", "dev": true, "requires": { - "@angular-eslint/bundled-angular-compiler": "14.0.2", + "@angular-eslint/bundled-angular-compiler": "14.0.3", "@typescript-eslint/utils": "5.29.0", "aria-query": "5.0.0", "axobject-query": "3.0.1" }, "dependencies": { "@angular-eslint/bundled-angular-compiler": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.2.tgz", - "integrity": "sha512-Ev001tGwBfy6lFd1IDrAHfW87VUqDmMQY5KWY+LM3dn0PY2XZv1RsBM16tBFbi7EaDeaxeFZg/G8PN5x+anNbg==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.3.tgz", + "integrity": "sha512-1JMdb5IrgFH+bxY8ZYXyNyu31+BELbahGKOi+jX0ZyZgGA8nbukzjL+QVNwwaw1RNuyiCxZzCwA/tRSGJMqSYA==", "dev": true }, "@typescript-eslint/scope-manager": { diff --git a/package.json b/package.json index 0389bd0a8..6956adfff 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@angular-devkit/build-angular": "^13.3.7", "@angular-eslint/builder": "^14.0.2", "@angular-eslint/eslint-plugin": "~14.0.2", - "@angular-eslint/eslint-plugin-template": "~14.0.2", + "@angular-eslint/eslint-plugin-template": "~14.0.3", "@angular-eslint/schematics": "^13.2.1", "@angular-eslint/template-parser": "~14.0.2", "@angular-eslint/utils": "^14.0.2",