diff --git a/app-frontend/package-lock.json b/app-frontend/package-lock.json index 48f627b..1156c76 100644 --- a/app-frontend/package-lock.json +++ b/app-frontend/package-lock.json @@ -13,7 +13,7 @@ "@angular/compiler": "^19.2.10", "@angular/core": "^19.2.10", "@angular/forms": "^19.2.10", - "@angular/platform-browser": "^19.2.10", + "@angular/platform-browser": "^19.2.13", "@angular/platform-browser-dynamic": "^19.2.10", "@angular/router": "^19.2.10", "rxjs": "^7.8.2", @@ -552,9 +552,10 @@ } }, "node_modules/@angular/animations": { - "version": "19.2.10", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.10.tgz", - "integrity": "sha512-LlH6mt0D8+MI0LV8QNx9/rqLLv0WCfYPS/5iXSGpIyfsflLoO5dRGhtS4pdQbu5gqmnLdf9i7r4ldRJjf7wb+g==", + "version": "19.2.13", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.13.tgz", + "integrity": "sha512-x9LYcSndY9BdwuRxTx0gXvlLrvJyzjnWoaIoVLrAZWZbKfQh2+HK4XkclbzNvn8RMeoBpZZatcC3ZBC1TffjtA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -562,8 +563,8 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "19.2.10", - "@angular/core": "19.2.10" + "@angular/common": "19.2.13", + "@angular/core": "19.2.13" } }, "node_modules/@angular/build": { @@ -1019,9 +1020,10 @@ } }, "node_modules/@angular/platform-browser": { - "version": "19.2.10", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.2.10.tgz", - "integrity": "sha512-MYX4av0UvCmtUyCo6vW2RjOT2nbZsChhNjKr70DrWcCRMhYYv4cB4PMr6PnyGKJb7QZSSdzbqbbGtvvaB/quqw==", + "version": "19.2.13", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.2.13.tgz", + "integrity": "sha512-YeuRfGbo8qFepoAUoubk/1079wOown5Qgr9eAhgCXxoXb2rt87xbJF3YCSSim38SP3kK1rJQqP+Sr8n7ef+n5Q==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1029,9 +1031,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "19.2.10", - "@angular/common": "19.2.10", - "@angular/core": "19.2.10" + "@angular/animations": "19.2.13", + "@angular/common": "19.2.13", + "@angular/core": "19.2.13" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/app-frontend/package.json b/app-frontend/package.json index 9afbaa6..ff10bac 100644 --- a/app-frontend/package.json +++ b/app-frontend/package.json @@ -15,7 +15,7 @@ "@angular/compiler": "^19.2.10", "@angular/core": "^19.2.10", "@angular/forms": "^19.2.10", - "@angular/platform-browser": "^19.2.10", + "@angular/platform-browser": "^19.2.13", "@angular/platform-browser-dynamic": "^19.2.10", "@angular/router": "^19.2.10", "rxjs": "^7.8.2",