diff --git a/frontend/src/angular/package-lock.json b/frontend/src/angular/package-lock.json index e67ce39..0e684e6 100644 --- a/frontend/src/angular/package-lock.json +++ b/frontend/src/angular/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "^22.0.1", "@angular/common": "^22.0.1", "@angular/compiler": "^22.0.1", - "@angular/core": "^22.0.1", + "@angular/core": "^22.1.0", "@angular/forms": "^22.0.1", "@angular/localize": "^22.0.1", "@angular/platform-browser": "^22.0.1", @@ -1687,9 +1687,9 @@ } }, "node_modules/@angular/core": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.1.tgz", - "integrity": "sha512-Sk0fz+LR2q6QhJJtCV9ElN1GzoEX6lOB4difMqpOC0yRh/ue+9iKd+x3RRiL4p+dnAiRLQYAKqsXkYlqUm2SMg==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.1.0.tgz", + "integrity": "sha512-X5UaMuOCI4HAvSQIs3QtM+5e0Cni16DRaHUIL3BIBd4ZQNnSH3pZ25TsKQ8Jlu/3hAQ9rzV278kNQcecooGJ7g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1698,7 +1698,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/compiler": "22.0.1", + "@angular/compiler": "22.1.0", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, @@ -16434,9 +16434,9 @@ } }, "node_modules/postcss-safe-parser": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz", - "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.1.0.tgz", + "integrity": "sha512-1WzZxRLaAFwEh6Do+zyGpjWV3nGJNxxhuh7Ubu/q1ICImMgZJnLwhoaEpRbG4pJppp2Y1ncL9ffA2f+LhrefQg==", "dev": true, "funding": [ { diff --git a/frontend/src/angular/package.json b/frontend/src/angular/package.json index 698cd72..c51e69c 100644 --- a/frontend/src/angular/package.json +++ b/frontend/src/angular/package.json @@ -23,7 +23,7 @@ "@angular/animations": "^22.0.1", "@angular/common": "^22.0.1", "@angular/compiler": "^22.0.1", - "@angular/core": "^22.0.1", + "@angular/core": "^22.1.0", "@angular/forms": "^22.0.1", "@angular/localize": "^22.0.1", "@angular/platform-browser": "^22.0.1",