From 4cbf44f45bf93f31d7f48ffb17ea6575a2df2683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 22:50:10 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 18.0.1 to 19.2.9 in /frontend Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.0.1 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-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 13 +++++++------ frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f6cf21d4..378374cb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "~18.0.1", "@angular/cdk": "^18.0.1", "@angular/cli": "^18.0.1", - "@angular/common": "~18.0.1", + "@angular/common": "~19.2.9", "@angular/compiler": "~18.0.1", "@angular/compiler-cli": "~18.0.1", "@angular/core": "~18.0.1", @@ -397,17 +397,18 @@ } }, "node_modules/@angular/common": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.1.tgz", - "integrity": "sha512-iADQC5m4fvk+VNXEoU1KR93b0eG218/GuNdzUNVJHcjxdFxPshKk5fiaGSosUCxXPRQOxDKzmS9EDang87E/Ew==", + "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" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.1", + "@angular/core": "19.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/frontend/package.json b/frontend/package.json index a96cf6ac..6e3fbb29 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "@angular/animations": "~18.0.1", "@angular/cdk": "^18.0.1", "@angular/cli": "^18.0.1", - "@angular/common": "~18.0.1", + "@angular/common": "~19.2.9", "@angular/compiler": "~18.0.1", "@angular/compiler-cli": "~18.0.1", "@angular/core": "~18.0.1",