From 1bfe43ae343ac6b7e2a51716aca49ea56cea95a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 10:54:32 +0000 Subject: [PATCH] build(deps): bump @angular/common from 19.1.4 to 19.2.9 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.1.4 to 19.2.9. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/19.2.9/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 19.2.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",