From 78f4c3474c68c60b5900ee29d535e1c5acd6df8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 06:59:54 +0000 Subject: [PATCH] Bump @angular/common from 17.3.12 to 19.2.10 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.3.12 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-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8303bb..4462a6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^17.3.11", "@angular/cdk": "~15.2.9", - "@angular/common": "^17.3.11", + "@angular/common": "^19.2.10", "@angular/compiler": "^17.3.11", "@angular/core": "^17.3.11", "@angular/flex-layout": "~15.0.0-beta.42", @@ -426,17 +426,18 @@ } }, "node_modules/@angular/common": { - "version": "17.3.12", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.12.tgz", - "integrity": "sha512-vabJzvrx76XXFrm1RJZ6o/CyG32piTB/1sfFfKHdlH1QrmArb8It4gyk9oEjZ1IkAD0HvBWlfWmn+T6Vx3pdUw==", + "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" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "17.3.12", + "@angular/core": "19.2.10", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 3497dd0..48e12b4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "^17.3.11", "@angular/cdk": "~15.2.9", - "@angular/common": "^17.3.11", + "@angular/common": "^19.2.10", "@angular/compiler": "^17.3.11", "@angular/core": "^17.3.11", "@angular/flex-layout": "~15.0.0-beta.42",