diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0f52b9a..8c8d617 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -230,12 +230,6 @@ "integrity": "sha512-J+LRidjlJOGfRNXJwUyOhz5TnasEBK+kL3QkkCE4ZSt/dH40QqT+3q9qV5zc45wdaAeJM4/jp1IhI6kPwWI5Yw==", "dev": true }, - "@angular-eslint/bundled-angular-compiler": { - "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 - }, "@angular-eslint/eslint-plugin": { "version": "14.1.2", "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.2.tgz", @@ -268,51 +262,16 @@ } }, "@angular-eslint/schematics": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-14.1.1.tgz", - "integrity": "sha512-+/IvAJs0YaEtH/2ZLqDb4V8NgqPAnpJoEP97zk8ypJFyT0EGkDFfi2VIxwpxiMWBap4Fdwd2Fo7XanLonboSeg==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-14.1.2.tgz", + "integrity": "sha512-jyaCDQf+MGjMCf+U6KXvvpPESKMUoSGXYhsh2XYtSSUhXook9f2cPI6bHBMyrDgV43zH42jMS+yMC1EO24ZP1w==", "dev": true, "requires": { - "@angular-eslint/eslint-plugin": "14.1.1", - "@angular-eslint/eslint-plugin-template": "14.1.1", + "@angular-eslint/eslint-plugin": "14.1.2", + "@angular-eslint/eslint-plugin-template": "14.1.2", "ignore": "5.2.0", "strip-json-comments": "3.1.1", "tmp": "0.2.1" - }, - "dependencies": { - "@angular-eslint/eslint-plugin": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.1.tgz", - "integrity": "sha512-mqo/kdb5gWA+OJjjaz5Is0f2NUYjJ50iwrCWLnLQFVGAvXABZD4GUCPjWFD8VbUv1KMNQ4J/+Ptgn3qBf0AOQQ==", - "dev": true, - "requires": { - "@angular-eslint/utils": "14.1.1", - "@typescript-eslint/utils": "5.37.0" - } - }, - "@angular-eslint/eslint-plugin-template": { - "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.1", - "@typescript-eslint/type-utils": "5.37.0", - "@typescript-eslint/utils": "5.37.0", - "aria-query": "5.0.2", - "axobject-query": "3.0.1" - } - }, - "@angular-eslint/utils": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.1.1.tgz", - "integrity": "sha512-J9Q8XbS5SpNbCJ4NWnGirU33lLNWs1jXp+G2Rm7uTHyHeQYU+JYe9P6ZQ6P90htMomyP648nazfVXWki5skscQ==", - "dev": true, - "requires": { - "@angular-eslint/bundled-angular-compiler": "14.1.1", - "@typescript-eslint/utils": "5.37.0" - } - } } }, "@angular-eslint/template-parser": { diff --git a/frontend/package.json b/frontend/package.json index 1159bd8..21e01fc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "@angular-eslint/builder": "14.1.2", "@angular-eslint/eslint-plugin": "14.1.2", "@angular-eslint/eslint-plugin-template": "14.1.2", - "@angular-eslint/schematics": "14.1.1", + "@angular-eslint/schematics": "14.1.2", "@angular-eslint/template-parser": "14.1.2", "@angular/cli": "~14.2.0", "@angular/compiler-cli": "~14.2.0",