From 5b68df8232ecf31811537a67b44551686e79ac91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 00:02:01 +0000 Subject: [PATCH] build(deps): bump @angular/common from 20.3.4 to 20.3.14 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.3.4 to 20.3.14. - [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/20.3.14/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e0281ef..13889ee 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "private": true, "dependencies": { "@angular/cdk": "^20.2.3", - "@angular/common": "^20.3.0", + "@angular/common": "^20.3.14", "@angular/compiler": "^20.3.0", "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0", diff --git a/yarn.lock b/yarn.lock index 521910a..ca87675 100644 --- a/yarn.lock +++ b/yarn.lock @@ -293,10 +293,10 @@ yargs "18.0.0" zod "3.25.76" -"@angular/common@^20.3.0": - version "20.3.4" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.3.4.tgz#ac11b8e08ea46778e230394eaeebd7bc43215a62" - integrity sha512-hBQahyiHEAtc30a8hPOuIWcUL7j8189DC0sX4RiBd/wtvzH4Sd3XhguxyZAL6gHgNZEQ0nKy0uAfvWB/79GChQ== +"@angular/common@^20.3.14": + version "20.3.14" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.3.14.tgz#62d7e693ae70d3ac41aa424c602c490c0e8d46c5" + integrity sha512-OOUvjTtnpktJLsNupA+GFT2q5zNocPdpOENA8aSrXvAheNybLjgi+otO3U3sQsvB1VwaoEZ9GT5O3lZlstnA/A== dependencies: tslib "^2.3.0"