diff --git a/package-lock.json b/package-lock.json index 9c52700f..073fcbac 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.1.7", "@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.1.7", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.1.7.tgz", + "integrity": "sha512-MXfUGfWeesTQ12HXgeoVIXsS+r1jZxT2FkLQtqS+NRsRD4T1vlyvD7kTI+Ku1NAjdt3mB8TJ0cZHubvmml8I+Q==", "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.1.7", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index c1bb5ae6..9059d260 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.1.7", "@angular/compiler": "^19.0.0", "@angular/core": "^19.1.4", "@angular/platform-browser": "^19.1.4",