diff --git a/package-lock.json b/package-lock.json index 6e5ff3e..d0cd296 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^18.0.0", - "@angular/common": "^18.0.0", + "@angular/common": "^20.3.25", "@angular/compiler": "^18.0.0", "@angular/core": "^18.0.0", "@angular/forms": "^18.0.0", @@ -382,17 +382,18 @@ } }, "node_modules/@angular/common": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.2.tgz", - "integrity": "sha512-AQe4xnnNNch/sXRnV82C8FmhijxPATKfPGojC2qbAG2o6VkWKgt5Lbj0O8WxvSIOS5Syedv+O2kLY/JMGWHNtw==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", + "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "18.2.2", + "@angular/core": "20.3.25", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -13087,10 +13088,11 @@ "dev": true }, "node_modules/ngx-float-ui": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/ngx-float-ui/-/ngx-float-ui-18.0.1.tgz", - "integrity": "sha512-yBkmxkO0ixeDcJ4Mj3JdaBGO7cpXbjl6LrMwPp8L+ZOHdAYJl4rnCE6PaiWcLQJKD1qOsZcakJAfac+G5CPiVg==", + "version": "18.0.2", + "resolved": "https://registry.npmjs.org/ngx-float-ui/-/ngx-float-ui-18.0.2.tgz", + "integrity": "sha512-cBKrm9WsJekGM3Z/xSS9SFZKNq5KZkILYDtxlb+WJP8L6UydDkytGyLf11TOVGJTN0Fq1PXjXCPVobNzrb4OqA==", "hasInstallScript": true, + "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.6", "tslib": "^2.3.0" diff --git a/package.json b/package.json index b769723..0595ab8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "private": true, "dependencies": { "@angular/animations": "^18.0.0", - "@angular/common": "^18.0.0", + "@angular/common": "^20.3.25", "@angular/compiler": "^18.0.0", "@angular/core": "^18.0.0", "@angular/forms": "^18.0.0",