From 20d839cdc009129d60abd5d9b25cb8a2507bd64e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:14:57 +0000 Subject: [PATCH] build(deps): bump @angular/common from 18.0.0 to 19.1.2 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.0.0 to 19.1.2. - [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.2/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" 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 fdafe94f5..ef2462774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "angular-shepherd", "dependencies": { "@angular/animations": "^18.0.0", - "@angular/common": "^18.0.0", + "@angular/common": "^19.1.2", "@angular/compiler": "^18.0.0", "@angular/core": "^18.0.0", "@angular/platform-browser": "^18.0.0", @@ -968,17 +968,18 @@ } }, "node_modules/@angular/common": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.0.tgz", - "integrity": "sha512-s43ZcOhXTUlkdOPMiMtr4Pz1qKIS8nClXhaahY0JBQZYGsOSn7NR42SoEeB8/ixktfY60s3SLhizXTKMAYtOTA==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.1.2.tgz", + "integrity": "sha512-6IhBXwz97pbXA+3vHw1hQlv4M0gc5NrDZSCQeffcraE6wpFMzo8vLcYAiNxpSyTFS7YLzCALdS6kYXVP2FBy1g==", + "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.0", + "@angular/core": "19.1.2", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 6b4faeb66..ede4a820f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@angular/animations": "^18.0.0", - "@angular/common": "^18.0.0", + "@angular/common": "^19.1.2", "@angular/compiler": "^18.0.0", "@angular/core": "^18.0.0", "@angular/platform-browser": "^18.0.0",