diff --git a/package-lock.json b/package-lock.json index 07fc257..6d765b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^19.2.18", "@angular/cdk": "^19.2.19", - "@angular/common": "^19.2.18", + "@angular/common": "^20.0.0", "@angular/compiler": "^19.2.18", "@angular/core": "^19.2.18", "@angular/flex-layout": "^15.0.0-beta.42", @@ -2572,18 +2572,18 @@ } }, "node_modules/@angular/common": { - "version": "19.2.18", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.18.tgz", - "integrity": "sha512-CrV02Omzw/QtfjlEVXVPJVXipdx83NuA+qSASZYrxrhKFusUZyK3P/Zznqg+wiAeNDbedQwMUVqoAARHf0xQrw==", + "version": "20.3.26", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.26.tgz", + "integrity": "sha512-35+aHaCmldFZ2qFiH83+cHcDXwUqSEuUR5DVApcd+Ku8PfIIGo8uMiD5++Qq7QIUTbZCD2glAiE9jLroGrf1Cw==", "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": "19.2.18", + "@angular/core": "20.3.26", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 34ff719..a199924 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "^19.2.18", "@angular/cdk": "^19.2.19", - "@angular/common": "^19.2.18", + "@angular/common": "^20.0.0", "@angular/compiler": "^19.2.18", "@angular/core": "^19.2.18", "@angular/flex-layout": "^15.0.0-beta.42",