diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index ae1b52d1..b8ed7de5 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": "^17.0.6", - "@angular/common": "^17.0.6", + "@angular/common": "^17.0.8", "@angular/compiler": "^17.0.6", "@angular/core": "^17.0.6", "@angular/forms": "^17.0.6", @@ -874,9 +874,9 @@ } }, "node_modules/@angular/common": { - "version": "17.0.6", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.6.tgz", - "integrity": "sha512-FZtf8ol8W2V21ZDgFtcxmJ6JJKUO97QZ+wr/bosyYEryWMmn6VGrbOARhfW7BlrEgn14NdFkLb72KKtqoqRjrg==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.8.tgz", + "integrity": "sha512-fFfwtdg7H+OkqnvV/ENu8F8KGfgIiH16DDbQqYY5KQyyQB+SMsoVW29F1fGx6Y30s7ZlsLOy6cHhgrw74itkSw==", "dependencies": { "tslib": "^2.3.0" }, @@ -884,7 +884,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.6", + "@angular/core": "17.0.8", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 90d1a715..7b36fe90 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "^17.0.6", - "@angular/common": "^17.0.6", + "@angular/common": "^17.0.8", "@angular/core": "^17.0.6", "@angular/forms": "^17.0.6", "@angular/platform-browser": "^17.0.6",