From 0295783c925d040bcf3d82f884e0120f299cb893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:29:18 +0000 Subject: [PATCH] Bump @angular/common from 18.2.9 to 19.1.3 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.2.9 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:development update-type: version-update:semver-major ... 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 98cb3fbe..4d7fc390 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^18.2.10", "@angular/cli": "18.2.10", - "@angular/common": "^18.2.9", + "@angular/common": "^19.1.3", "@angular/compiler": "^18.2.6", "@angular/compiler-cli": "^18.2.6", "@angular/core": "^18.2.9", @@ -499,9 +499,9 @@ } }, "node_modules/@angular/common": { - "version": "18.2.9", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.9.tgz", - "integrity": "sha512-Opi6DVaU0aGyJqLk5jPmeYx559fp3afj4wuxM5aDzV4KEVGDVbNCpO0hMuwHZ6rtCjHhv1fQthgS48qoiQ6LKw==", + "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" @@ -510,7 +510,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.9", + "@angular/core": "19.1.3", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index fbbb5296..9829bdfe 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^18.2.10", "@angular/cli": "18.2.10", - "@angular/common": "^18.2.9", + "@angular/common": "^19.1.3", "@angular/compiler": "^18.2.6", "@angular/compiler-cli": "^18.2.6", "@angular/core": "^18.2.9",