From b367adfa0b221e87ffd34e7f3b743a4133a79c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:19:14 +0100 Subject: [PATCH] chore(deps-dev): bump @angular-eslint/template-parser from 17.1.0 to 17.1.1 in /edc-policy-playground (#184) * chore(deps-dev): bump @angular-eslint/template-parser Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 17.1.0 to 17.1.1. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * chore: update dependencies file --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Enrico Risa --- DEPENDENCIES | 2 +- edc-policy-playground/package-lock.json | 16 +++++----------- edc-policy-playground/package.json | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index a1600c3b..a3f846ae 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -768,7 +768,7 @@ npm/npmjs/@angular-eslint/eslint-plugin-template/17.1.0, MIT, approved, clearlyd npm/npmjs/@angular-eslint/eslint-plugin-template/17.1.1, MIT, approved, clearlydefined npm/npmjs/@angular-eslint/eslint-plugin/17.1.0, MIT, approved, clearlydefined npm/npmjs/@angular-eslint/schematics/17.1.0, MIT, approved, clearlydefined -npm/npmjs/@angular-eslint/template-parser/17.1.0, MIT, approved, clearlydefined +npm/npmjs/@angular-eslint/template-parser/17.1.1, , restricted, clearlydefined npm/npmjs/@angular-eslint/utils/17.1.0, MIT, approved, clearlydefined npm/npmjs/@angular-eslint/utils/17.1.1, MIT, approved, clearlydefined npm/npmjs/@angular/animations/17.0.6, , restricted, clearlydefined diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 9e229064..fe1c7cdc 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": "17.1.1", "@angular-eslint/schematics": "17.1.0", - "@angular-eslint/template-parser": "17.1.0", + "@angular-eslint/template-parser": "17.1.1", "@angular/cli": "~17.0.6", "@angular/compiler-cli": "^17.0.6", "@types/jasmine": "~5.1.4", @@ -564,12 +564,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.1.0.tgz", - "integrity": "sha512-CTxzB3stjynngTabdO8xTkiPc6Jvo15C2fxb1pYIlDIH2LgPJJxxCHi+IAt9oJpJOPa8QjLVF9VAXE3fLKAcpg==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.1.1.tgz", + "integrity": "sha512-ofL46rNhRVeSxrSQF0vwhKMco+vJuo+ZGjSOzFmT9N3KAMB0j+WXTbpyGGMy0gQSBc4W6p+j+zxGa2CR2xb6wA==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "17.1.0", + "@angular-eslint/bundled-angular-compiler": "17.1.1", "eslint-scope": "^7.0.0" }, "peerDependencies": { @@ -577,12 +577,6 @@ "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 74c71b7d..a208561a 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": "17.1.1", "@angular-eslint/schematics": "17.1.0", - "@angular-eslint/template-parser": "17.1.0", + "@angular-eslint/template-parser": "17.1.1", "@angular/cli": "~17.0.6", "@angular/compiler-cli": "^17.0.6", "@types/jasmine": "~5.1.4",