From 3664489d1eecd876700705105fc143b1422a481a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 10:17:53 +0000 Subject: [PATCH] build(deps): bump @angular/common from 19.1.4 to 19.2.6 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.1.4 to 19.2.6. - [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.6/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 19.2.6 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..eb5ee8cf 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.6", "@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.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.6.tgz", + "integrity": "sha512-kqqjLwDUTpAv4m39AvlDFJhrxmBqblgzvXLm82F8UQ+505aleYpq/8P3tcfgJCRSCWZ1HXWki+JPHkdnHvhy0A==", "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.6", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index c1bb5ae6..b2460c61 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.6", "@angular/compiler": "^19.0.0", "@angular/core": "^19.1.4", "@angular/platform-browser": "^19.1.4",