diff --git a/app-frontend/package-lock.json b/app-frontend/package-lock.json index 48f627b..f6c93c2 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.11", "@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.11", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.11.tgz", + "integrity": "sha512-NR33bZVho7EgTc1fmCnmkwc2/U266n311Wfvk7VVtz+0Q9WliNdDLBon654V8IWSKvlqKXyU3W+fp0VjH/FvSw==", + "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.11", + "@angular/core": "19.2.11" } }, "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.11", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.2.11.tgz", + "integrity": "sha512-wAPJtgzmxBEpW31sa2eg9QssCHBZ52Zc9nm6azTflDlOAyfm9bzqec7y3wqy5sgVue/qID2gzHqmpS3Nx3o0xg==", + "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.11", + "@angular/common": "19.2.11", + "@angular/core": "19.2.11" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/app-frontend/package.json b/app-frontend/package.json index 9afbaa6..3138067 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.11", "@angular/platform-browser-dynamic": "^19.2.10", "@angular/router": "^19.2.10", "rxjs": "^7.8.2",