diff --git a/DEPENDENCIES b/DEPENDENCIES index 780d0f9b..166da88f 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -777,7 +777,7 @@ npm/npmjs/@angular-eslint/eslint-plugin-template/16.2.0, MIT, approved, clearlyd npm/npmjs/@angular-eslint/eslint-plugin-template/17.1.0, , restricted, clearlydefined npm/npmjs/@angular-eslint/eslint-plugin/17.1.0, , restricted, clearlydefined npm/npmjs/@angular-eslint/schematics/17.1.0, , restricted, clearlydefined -npm/npmjs/@angular-eslint/template-parser/16.2.0, MIT, approved, clearlydefined +npm/npmjs/@angular-eslint/template-parser/17.1.0, , restricted, clearlydefined npm/npmjs/@angular-eslint/utils/16.2.0, MIT, approved, clearlydefined npm/npmjs/@angular-eslint/utils/17.1.0, , restricted, clearlydefined npm/npmjs/@angular/animations/16.2.12, , restricted, clearlydefined diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index d4ca95a8..cf077361 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -30,7 +30,7 @@ "@angular-eslint/eslint-plugin": "17.1.0", "@angular-eslint/eslint-plugin-template": "16.2.0", "@angular-eslint/schematics": "17.1.0", - "@angular-eslint/template-parser": "16.2.0", + "@angular-eslint/template-parser": "17.1.0", "@angular/cli": "~17.0.1", "@angular/compiler-cli": "^16.2.12", "@types/jasmine": "~5.1.1", @@ -668,12 +668,12 @@ "dev": true }, "node_modules/@angular-eslint/template-parser": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-16.2.0.tgz", - "integrity": "sha512-v2jVKTy2wN7iM9nHpBkxLn2wfL8jSl4IlPrXThIqj8No2VHtpLQZPKuXbGPUXQX05VS2Mj5feScQ36ZVGS8Rbw==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.1.0.tgz", + "integrity": "sha512-CTxzB3stjynngTabdO8xTkiPc6Jvo15C2fxb1pYIlDIH2LgPJJxxCHi+IAt9oJpJOPa8QjLVF9VAXE3fLKAcpg==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.2.0", + "@angular-eslint/bundled-angular-compiler": "17.1.0", "eslint-scope": "^7.0.0" }, "peerDependencies": { @@ -681,6 +681,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.1.0.tgz", + "integrity": "sha512-Y+CN/8nQZaYjsb2b2sXbkQr0LrgBWhCzyLZ+rLfnLE60B9k4GeDt5b7z/OdSObi1xozXfqiaAZ1eXo0iQMN3JA==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "17.1.0", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-17.1.0.tgz", diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 0a6aa960..161405c5 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -34,7 +34,7 @@ "@angular-eslint/eslint-plugin": "17.1.0", "@angular-eslint/eslint-plugin-template": "16.2.0", "@angular-eslint/schematics": "17.1.0", - "@angular-eslint/template-parser": "16.2.0", + "@angular-eslint/template-parser": "17.1.0", "@angular/cli": "~17.0.1", "@angular/compiler-cli": "^16.2.12", "@types/jasmine": "~5.1.1",