diff --git a/package-lock.json b/package-lock.json index 0e98aee..fe6950f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/compiler": "^16.2.0", "@angular/core": "^16.2.0", "@angular/forms": "^16.2.0", - "@angular/platform-browser": "^16.2.0", + "@angular/platform-browser": "^20.3.4", "@angular/platform-browser-dynamic": "^16.2.0", "@angular/router": "^16.2.0", "@angular/service-worker": "^16.2.0", @@ -698,19 +698,20 @@ } }, "node_modules/@angular/platform-browser": { - "version": "16.2.12", - "resolved": "https://registry.npmmirror.com/@angular/platform-browser/-/platform-browser-16.2.12.tgz", - "integrity": "sha512-NnH7ju1iirmVEsUq432DTm0nZBGQsBrU40M3ZeVHMQ2subnGiyUs3QyzDz8+VWLL/T5xTxWLt9BkDn65vgzlIQ==", + "version": "20.3.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.3.4.tgz", + "integrity": "sha512-8eoHC+vk7scb24qjlpsirkh1Q17uFyWdhl+u92XNjvimtZRY96oDZeFEDPoexPqtKUQcCOpEPbL8P/IbpBsqYQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^16.14.0 || >=18.10.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "16.2.12", - "@angular/common": "16.2.12", - "@angular/core": "16.2.12" + "@angular/animations": "20.3.4", + "@angular/common": "20.3.4", + "@angular/core": "20.3.4" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index c5785b0..295871b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@angular/compiler": "^16.2.0", "@angular/core": "^16.2.0", "@angular/forms": "^16.2.0", - "@angular/platform-browser": "^16.2.0", + "@angular/platform-browser": "^20.3.4", "@angular/platform-browser-dynamic": "^16.2.0", "@angular/router": "^16.2.0", "@angular/service-worker": "^16.2.0",