diff --git a/openalprwebhookprocessor.client/package-lock.json b/openalprwebhookprocessor.client/package-lock.json index bf055159..040ceb40 100644 --- a/openalprwebhookprocessor.client/package-lock.json +++ b/openalprwebhookprocessor.client/package-lock.json @@ -12,7 +12,7 @@ "@angular/cdk": "^21.2.1", "@angular/common": "^21.2.1", "@angular/compiler": "^21.2.1", - "@angular/core": "^21.2.1", + "@angular/core": "^21.2.17", "@angular/forms": "^21.2.1", "@angular/material": "^21.2.1", "@angular/platform-browser": "^21.2.1", @@ -680,9 +680,9 @@ } }, "node_modules/@angular/core": { - "version": "21.2.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.1.tgz", - "integrity": "sha512-pFTbg03s2ZI5cHNT+eWsGjwIIKiYkeAnodFbCAHjwFi9KCEYlTykFLjr9lcpGrBddfmAH7GE08Q73vgmsdcNHw==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.17.tgz", + "integrity": "sha512-wYHpwIdnUnjQFOJJNqRcGx7LS3u64jT+R9L0TnMR/ViBM9dQgGYImlSikkftg2yrFCNo5aKRxhG2LLskQurVdg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -691,7 +691,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.1", + "@angular/compiler": "21.2.17", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/openalprwebhookprocessor.client/package.json b/openalprwebhookprocessor.client/package.json index 68577830..a942034b 100644 --- a/openalprwebhookprocessor.client/package.json +++ b/openalprwebhookprocessor.client/package.json @@ -21,7 +21,7 @@ "@angular/cdk": "^21.2.1", "@angular/common": "^21.2.1", "@angular/compiler": "^21.2.1", - "@angular/core": "^21.2.1", + "@angular/core": "^21.2.17", "@angular/forms": "^21.2.1", "@angular/material": "^21.2.1", "@angular/platform-browser": "^21.2.1",