diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4851e6c..a852ecf 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -393,12 +393,12 @@ } }, "@angular-eslint/eslint-plugin-template": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.1.0.tgz", - "integrity": "sha512-QZt17MY2SLmf436uxUXtTe2fw4v49ey7GLnzbqmtnjlC450VTNXjV7MBcmLiu4h4nr+tlylgRrIU3fl0oXl1hw==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.1.1.tgz", + "integrity": "sha512-jFvUFx+rn7cqLjsvvZP8Sr0VA9ihYYzaXJHDx5KBVyyA1+VpTecBBKNW9nKW23IcJFwuW2Xxx2lqwj2H8xcTtQ==", "dev": true, "requires": { - "@angular-eslint/bundled-angular-compiler": "14.1.0", + "@angular-eslint/bundled-angular-compiler": "14.1.1", "@typescript-eslint/type-utils": "5.37.0", "@typescript-eslint/utils": "5.37.0", "aria-query": "5.0.2", @@ -406,9 +406,9 @@ }, "dependencies": { "@angular-eslint/bundled-angular-compiler": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.0.tgz", - "integrity": "sha512-djAVpNNY08NxZMNWq3pxb0Upj5vrYjOdaLo4vIev7KCgNgXFdd05L+5gvxOdhLH09NkIYwInhuVTEWfATG3UWQ==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.1.tgz", + "integrity": "sha512-/l4741bivWuyA7zDXXjQc/MENOkIGKG6f7b5dTgquEGLyafFNIGXVHbHKD8BYOJ8ou6cheWGGKB9gL/JOltn7w==", "dev": true }, "@typescript-eslint/scope-manager": { diff --git a/frontend/package.json b/frontend/package.json index 70d5a6e..4dd5a32 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "@angular-devkit/build-angular": "~13.3.5", "@angular-eslint/builder": "14.1.0", "@angular-eslint/eslint-plugin": "13.5.0", - "@angular-eslint/eslint-plugin-template": "14.1.0", + "@angular-eslint/eslint-plugin-template": "14.1.1", "@angular-eslint/schematics": "13.2.1", "@angular-eslint/template-parser": "13.5.0", "@angular/cli": "~14.2.0",