diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 8cf6e1a4..7a852052 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@angular/animations": "^18.0.6", - "@angular/common": "^18.0.6", + "@angular/common": "^18.2.8", "@angular/compiler": "^18.0.6", "@angular/core": "^18.0.6", "@angular/forms": "^18.0.6", @@ -609,10 +609,9 @@ } }, "node_modules/@angular/common": { - "version": "18.0.6", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.6.tgz", - "integrity": "sha512-ARwNte/POelohW6DaNJQ56rZbEJMCvGSdhvaJNpJ0UlFxvKmK+6QmAcgLb5WwNoCqQcjtjUKavekhfNlpg5NBg==", - "license": "MIT", + "version": "18.2.8", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.8.tgz", + "integrity": "sha512-TYsKtE5nVaIScWSLGSO34Skc+s3hB/BujSddnfQHoNFvPT/WR0dfmdlpVCTeLj+f50htFoMhW11tW99PbK+whQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -620,7 +619,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.6", + "@angular/core": "18.2.8", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index de2e9d65..01fb2c61 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "^18.0.6", - "@angular/common": "^18.0.6", + "@angular/common": "^18.2.8", "@angular/core": "^18.0.6", "@angular/forms": "^18.0.6", "@angular/platform-browser": "^18.0.6",