diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index a423fa7b..3630912d 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.10", "@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 40febca7..c7b1f1c4 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.10", "@typescript-eslint/eslint-plugin": "7.12.0",