From 5067e6d762ed07fb45420e69b498c0e99c2bc369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 10:13:09 +0000 Subject: [PATCH] build(deps): bump @angular/common from 19.1.4 to 19.2.10 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.1.4 to 19.2.10. - [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.10/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 19.2.10 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..dee9eef2 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.10", "@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.10", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.10.tgz", + "integrity": "sha512-1Aq0pT0MXEYHUXFB0nFkiErW7OUCLxF2XkZv///hxWEBX3nc4Zl+p9yrVRvnTJoLuOVU5TYOPjiyKzAGbUIxVw==", "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.10", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index c1bb5ae6..1e759521 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.10", "@angular/compiler": "^19.0.0", "@angular/core": "^19.1.4", "@angular/platform-browser": "^19.1.4",