diff --git a/package-lock.json b/package-lock.json index 3bb5466f..6e093d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "angular-shepherd", "dependencies": { "@angular/animations": "^18.0.0", - "@angular/common": "^18.0.0", + "@angular/common": "^18.2.11", "@angular/compiler": "^18.0.0", "@angular/core": "^18.0.0", "@angular/platform-browser": "^18.0.0", @@ -860,17 +860,17 @@ } }, "node_modules/@angular/common": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.0.tgz", - "integrity": "sha512-s43ZcOhXTUlkdOPMiMtr4Pz1qKIS8nClXhaahY0JBQZYGsOSn7NR42SoEeB8/ixktfY60s3SLhizXTKMAYtOTA==", + "version": "18.2.11", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.11.tgz", + "integrity": "sha512-bamJeISl2zUlvjPYebQWazUjhjXU9nrot42cQJng94SkvNENT9LTWfPYgc+Bd972Kg+31jG4H41rgFNs7zySmw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.0", + "@angular/core": "18.2.11", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 4ed0e06c..51d5835a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@angular/animations": "^18.0.0", - "@angular/common": "^18.0.0", + "@angular/common": "^18.2.11", "@angular/compiler": "^18.0.0", "@angular/core": "^18.0.0", "@angular/platform-browser": "^18.0.0",