diff --git a/openalprwebhookprocessor.client/package-lock.json b/openalprwebhookprocessor.client/package-lock.json index 71aefae0..353cf2e6 100644 --- a/openalprwebhookprocessor.client/package-lock.json +++ b/openalprwebhookprocessor.client/package-lock.json @@ -12,7 +12,7 @@ "@angular/cdk": "^21.1.5", "@angular/common": "^21.1.5", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^21.1.6", "@angular/forms": "^21.1.5", "@angular/material": "^21.1.5", "@angular/platform-browser": "^21.1.5", @@ -707,9 +707,9 @@ } }, "node_modules/@angular/core": { - "version": "21.1.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.5.tgz", - "integrity": "sha512-m61YHiyE+SIvS8UXcFLjYCucv6ShJJCwz9xxEk7ysYW9wOtHdfIf9tgyOsucZDAvrvpSyQLRj5jGBCGm1VIvXA==", + "version": "21.1.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.6.tgz", + "integrity": "sha512-c+n9Ynq1Ar+4SOaL10C/arqBje0dUFFUaDyErXp3jPXU/L29fsFTlmKM2EWunM1RhJckYonJ/xtH0gwwrH6W9Q==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -718,7 +718,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.1.5", + "@angular/compiler": "21.1.6", "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 7645298a..9d44b02f 100644 --- a/openalprwebhookprocessor.client/package.json +++ b/openalprwebhookprocessor.client/package.json @@ -21,7 +21,7 @@ "@angular/cdk": "^21.1.5", "@angular/common": "^21.1.5", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^21.1.6", "@angular/forms": "^21.1.5", "@angular/material": "^21.1.5", "@angular/platform-browser": "^21.1.5",