From 510e192f0d44c0a16685b9d18a915a49200f4966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 22:35:49 +0000 Subject: [PATCH] Bump @angular/common from 17.3.8 to 17.3.9 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.3.8 to 17.3.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/17.3.9/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... 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 6e18e917..9bc3fe71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^17.3.8", "@angular/cdk": "^17.3.8", - "@angular/common": "^17.3.8", + "@angular/common": "^17.3.9", "@angular/compiler": "^17.3.8", "@angular/core": "^17.3.8", "@angular/forms": "^17.3.8", @@ -503,9 +503,9 @@ } }, "node_modules/@angular/common": { - "version": "17.3.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.8.tgz", - "integrity": "sha512-HEhTibrsWmoKilyhvAFmqg4SH1hWBP3eV9Y689lmsxBQCTRAmRI2pMAoRKQ+dBcoYLE/FZhcmdHJUSl5jR7Isg==", + "version": "17.3.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.3.9.tgz", + "integrity": "sha512-tH1VfbAvNVaz6ZYa+q0DiKtbmUql1jK/3q/af74B8nVjKLHcXVWwxvBayqvrmlUt7FGANGkETIcCWrB44k47Ug==", "dependencies": { "tslib": "^2.3.0" }, @@ -513,7 +513,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.8", + "@angular/core": "17.3.9", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index da541c00..1d5eac8e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@angular/animations": "^17.3.8", "@angular/cdk": "^17.3.8", - "@angular/common": "^17.3.8", + "@angular/common": "^17.3.9", "@angular/compiler": "^17.3.8", "@angular/core": "^17.3.8", "@angular/forms": "^17.3.8",