From e0c2f0a9bb92222d5a017c1974a67efca3bd72ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:21:11 +0000 Subject: [PATCH] build(deps): bump @angular/common from 19.1.2 to 19.1.3 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.1.2 to 19.1.3. - [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.1.3/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... 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 99dafbd89..0c532c8ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "angular-shepherd", "dependencies": { "@angular/animations": "^19.0.0", - "@angular/common": "^19.0.0", + "@angular/common": "^19.1.3", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", "@angular/platform-browser": "^19.0.0", @@ -655,9 +655,9 @@ } }, "node_modules/@angular/common": { - "version": "19.1.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.1.2.tgz", - "integrity": "sha512-6IhBXwz97pbXA+3vHw1hQlv4M0gc5NrDZSCQeffcraE6wpFMzo8vLcYAiNxpSyTFS7YLzCALdS6kYXVP2FBy1g==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.1.3.tgz", + "integrity": "sha512-r1P0W6FKrON83szIJboF8z6UNCVL4HIxyD+nhmHMMT/iJpu4kDHVugaN/+w2jYLb4oelAJK5xzkzA+1IaHpzLg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -666,7 +666,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.2", + "@angular/core": "19.1.3", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 61a4d8ee2..de17e3b4a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@angular/animations": "^19.0.0", - "@angular/common": "^19.0.0", + "@angular/common": "^19.1.3", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", "@angular/platform-browser": "^19.0.0",