diff --git a/package-lock.json b/package-lock.json index 2f86a644..f6c0c201 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3", "@angular/material": "^19.1.0", - "@angular/platform-browser": "~14.1.3", + "@angular/platform-browser": "~19.2.6", "@angular/platform-browser-dynamic": "~14.1.3", "@angular/router": "~14.1.3", "@angular/service-worker": "~14.1.3", @@ -1338,19 +1338,20 @@ } }, "node_modules/@angular/platform-browser": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-14.1.3.tgz", - "integrity": "sha512-baEHBj2pCrz5XR9KCb2FaAChWsRrxl9yapDZFNpApucN/OlQpBDVA9UDDvaYeD3PsI8nVL3B6danKUloamd+pw==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.2.6.tgz", + "integrity": "sha512-FfI642EbUU4RPu+zg2kPvlLCREhwzStgXFr7K4hfwCP+K9FPtgkY1Luw01mhqwySHfzj0oU0C1njZIBX66JBmw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "14.1.3", - "@angular/common": "14.1.3", - "@angular/core": "14.1.3" + "@angular/animations": "19.2.6", + "@angular/common": "19.2.6", + "@angular/core": "19.2.6" }, "peerDependenciesMeta": { "@angular/animations": { @@ -21776,9 +21777,9 @@ } }, "@angular/platform-browser": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-14.1.3.tgz", - "integrity": "sha512-baEHBj2pCrz5XR9KCb2FaAChWsRrxl9yapDZFNpApucN/OlQpBDVA9UDDvaYeD3PsI8nVL3B6danKUloamd+pw==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.2.6.tgz", + "integrity": "sha512-FfI642EbUU4RPu+zg2kPvlLCREhwzStgXFr7K4hfwCP+K9FPtgkY1Luw01mhqwySHfzj0oU0C1njZIBX66JBmw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9764ef71..ff52738b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3", "@angular/material": "^19.1.0", - "@angular/platform-browser": "~14.1.3", + "@angular/platform-browser": "~19.2.6", "@angular/platform-browser-dynamic": "~14.1.3", "@angular/router": "~14.1.3", "@angular/service-worker": "~14.1.3",