diff --git a/package-lock.json b/package-lock.json index 9c52700f..db378c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "angular-shepherd", "dependencies": { "@angular/animations": "^19.1.4", - "@angular/common": "^19.0.0", + "@angular/common": "^19.2.9", "@angular/compiler": "^19.0.0", "@angular/core": "^19.1.4", "@angular/platform-browser": "^19.1.4", @@ -576,9 +576,9 @@ } }, "node_modules/@angular/common": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.1.4.tgz", - "integrity": "sha512-E4MCl13VIotOxmzKQ/UGciPeaRXQgH7ymesEjYVGcT8jmC+qz5dEcoN7L5Jvq9aUsmLBt9MFp/B5QqKCIXMqYA==", + "version": "19.2.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.9.tgz", + "integrity": "sha512-4Lio3nRp13sTU15hsVcv8Zkj+7OKZ6Pc6CIIkQYHs9KisSwwvwmRZDU1wFhKlH+ogebLgOcNurIPdqeYWWnLjQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -587,7 +587,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.4", + "@angular/core": "19.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index c1bb5ae6..8335f6a4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@angular/animations": "^19.1.4", - "@angular/common": "^19.0.0", + "@angular/common": "^19.2.9", "@angular/compiler": "^19.0.0", "@angular/core": "^19.1.4", "@angular/platform-browser": "^19.1.4",