From b6f9b8dd02cfad6a1083674ad9f0a2a392aea715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:48:13 +0000 Subject: [PATCH] Bump @angular/common from 19.0.6 to 19.1.0 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.0.6 to 19.1.0. - [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.0/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" 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 c22f33e9..dd54791a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^19.0", - "@angular/common": "^19.0", + "@angular/common": "^19.1", "@angular/compiler": "^19.0", "@angular/core": "^19.0", "@angular/forms": "^19.0", @@ -646,9 +646,9 @@ } }, "node_modules/@angular/common": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.6.tgz", - "integrity": "sha512-r9IDD0+UGkrQkjyX+pApeDmIJ9INpr1uYlgmmlWNBJCVNr9SKKIVZV60sssgadew6bGynKN9dW4mGsmEzzb5BA==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.1.0.tgz", + "integrity": "sha512-At7Rj/RbXBcXBPYfBkgnBKyUDgZBiq7NNSnBbFnbIOkP6lY8JT8Y2fN0JX7Q+Hrmw4U2ysjM3A7cHiwdGLd8Nw==", "dependencies": { "tslib": "^2.3.0" }, @@ -656,7 +656,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.6", + "@angular/core": "19.1.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 7563e6ef..fbe77580 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "private": true, "dependencies": { "@angular/animations": "^19.0", - "@angular/common": "^19.0", + "@angular/common": "^19.1", "@angular/compiler": "^19.0", "@angular/core": "^19.0", "@angular/forms": "^19.0",