From 67626de57b0e5ce8f0710aed05dd1f20e9ce8c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 11:23:51 +0000 Subject: [PATCH] Bump @angular/common from 17.1.2 to 17.3.7 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.1.2 to 17.3.7. - [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/17.3.7/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 f84cf97..f43b344 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^17.1.2", "@angular/cdk": "~15.2.9", - "@angular/common": "^17.1.2", + "@angular/common": "^17.3.7", "@angular/compiler": "^17.1.2", "@angular/core": "^17.1.2", "@angular/flex-layout": "~15.0.0-beta.42", @@ -428,9 +428,9 @@ } }, "node_modules/@angular/common": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.1.2.tgz", - "integrity": "sha512-y/wD+zuPaPgK3dB80Q63qBtuu5TuryKuUgjWrOmrguBWV9oiJRhKQrcp1gVw9vVrowmbDBKGtPMS622Q4oxOWQ==", + "version": "17.3.7", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.7.tgz", + "integrity": "sha512-A7LRJu1vVCGGgrfZXjU+njz50SiU4weheKCar5PIUprcdIofS1IrHAJDqYh+kwXxkjXbZMOr/ijQY0+AESLEsw==", "dependencies": { "tslib": "^2.3.0" }, @@ -438,7 +438,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.1.2", + "@angular/core": "17.3.7", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index da114fb..3dbf07c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "^17.1.2", "@angular/cdk": "~15.2.9", - "@angular/common": "^17.1.2", + "@angular/common": "^17.3.7", "@angular/compiler": "^17.1.2", "@angular/core": "^17.1.2", "@angular/flex-layout": "~15.0.0-beta.42",