From 1fbf4d84304c715f809ed8c9a776e47a38f87dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:01:33 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler-cli in /edc-policy-playground Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 18.0.3 to 18.0.4. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/18.0.4/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- edc-policy-playground/package-lock.json | 11 +++++------ edc-policy-playground/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index b5cf024b..ea1af164 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -32,7 +32,7 @@ "@angular-eslint/schematics": "18.0.1", "@angular-eslint/template-parser": "18.0.1", "@angular/cli": "~18.0.3", - "@angular/compiler-cli": "^18.0.3", + "@angular/compiler-cli": "^18.0.6", "@types/jasmine": "~5.1.4", "@types/node": "^20.14.9", "@typescript-eslint/eslint-plugin": "7.12.0", @@ -562,11 +562,10 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-18.0.3.tgz", - "integrity": "sha512-mxwQEeP94YBM6C9A2YfkV7ug1sHgh0fU/TSBpQcm5ni4cZiVPu6q/+Ft7hyFTKe2p3tKQme33+xVjsWhtOCx0A==", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-18.0.6.tgz", + "integrity": "sha512-D5UUcSB0JywnwsPg6svHjh+uZVhvJ9iHDFbj3sBGYSQ4NWu0P7tk9g43s8eOF53goYRkPeyCI1QkRGMLZLE8Vg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/core": "7.24.7", "@jridgewell/sourcemap-codec": "^1.4.14", @@ -586,7 +585,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "18.0.3", + "@angular/compiler": "18.0.6", "typescript": ">=5.4 <5.5" } }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 444ab69b..f2a35e56 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -36,7 +36,7 @@ "@angular-eslint/schematics": "18.0.1", "@angular-eslint/template-parser": "18.0.1", "@angular/cli": "~18.0.3", - "@angular/compiler-cli": "^18.0.3", + "@angular/compiler-cli": "^18.0.6", "@types/jasmine": "~5.1.4", "@types/node": "^20.14.9", "@typescript-eslint/eslint-plugin": "7.12.0",